misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -23,7 +23,8 @@ stdenv.mkDerivation {
|
||||
"--with-tcl=${tcl}/lib"
|
||||
];
|
||||
|
||||
buildInputs = [ pkgconfig ]
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ ]
|
||||
++ stdenv.lib.optional stdenv.isDarwin fontconfig;
|
||||
|
||||
propagatedBuildInputs = [ tcl libXft ];
|
||||
|
||||
Reference in New Issue
Block a user