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 = "0nh3i867g9z4kdlnk82cg2kcw8r02qgifxvkycvzb4vfjv4v4g4x";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig python serd ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ python serd ];
|
||||
|
||||
configurePhase = "${python.interpreter} waf configure --prefix=$out";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user