misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1if3yh5z6nkv5wnkk0qyy9pkk03vn5rqbfk23q87kj39pqscgr37";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig gtk2 ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gtk2 ];
|
||||
|
||||
preConfigure = ''
|
||||
sed '/DEPRECATED_FLAGS/d' -i configure
|
||||
|
||||
Reference in New Issue
Block a user