misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -49,7 +49,8 @@ in stdenv.mkDerivation ({
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook makeWrapper perl ];
|
||||
|
||||
buildInputs = [ gnum4 ncurses openssl autoreconfHook libxslt libxml2 ]
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ gnum4 ncurses openssl libxslt libxml2 ]
|
||||
++ optionals wxSupport wxPackages2
|
||||
++ optionals odbcSupport odbcPackages
|
||||
++ optionals javacSupport javacPackages
|
||||
|
||||
Reference in New Issue
Block a user