misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -30,7 +30,8 @@ buildPythonPackage rec {
|
||||
tests/run/cpdef_enums.pyx
|
||||
'';
|
||||
|
||||
buildInputs = [ glibcLocales pkgconfig gdb ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ glibcLocales gdb ];
|
||||
# For testing
|
||||
nativeBuildInputs = [ numpy ncurses ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user