misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -26,7 +26,8 @@ stdenv.mkDerivation rec {
|
||||
./arch.patch
|
||||
];
|
||||
|
||||
buildInputs = [ pkgconfig SDL libogg libvorbis zlib unzip ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ SDL libogg libvorbis zlib unzip ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user