misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -63,7 +63,8 @@ stdenv.mkDerivation rec {
|
||||
qmake PREFIX="$out" ./qtikz.pro
|
||||
'';
|
||||
|
||||
buildInputs = [ gettext qt5.full poppler_qt5 pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gettext qt5.full poppler_qt5 ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user