misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "147wyr5m185f8swsmb4q1ahs9r1rycapbpa2548aqbv298bbish3";
|
||||
})];
|
||||
|
||||
buildInputs = lib.optionals withGUI [ gtk2 pkgconfig sqlite ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = lib.optionals withGUI [ gtk2 sqlite ];
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user