misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
|
||||
./SConstruct.patch
|
||||
];
|
||||
|
||||
buildInputs = [ libX11 scons pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libX11 scons ];
|
||||
buildPhase = ''
|
||||
mkdir -p "$out"
|
||||
scons \
|
||||
|
||||
Reference in New Issue
Block a user