misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1hi4b6mq97y6ajq4hhsikbkk23aha7ikaahm92djw48mgj2f1w8l";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig glib gtk2 menu-cache ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ glib gtk2 menu-cache ];
|
||||
|
||||
patches = [ ./with-svg.patch ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user