misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
||||
rev = "47f34b81e4de834fd3537dd71928c4f3cdb7f533";
|
||||
};
|
||||
|
||||
buildInputs = [ glib pkgconfig python scons ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ glib python scons ];
|
||||
buildPhase = "scons prefix=$out";
|
||||
installPhase = "scons prefix=$out install";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user