misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -20,7 +20,8 @@ stdenv.mkDerivation {
|
||||
done
|
||||
'';
|
||||
|
||||
buildInputs = [ libogg libvorbis libao pkgconfig curl speex flac ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libogg libvorbis libao curl speex flac ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Extra tools for Ogg-Vorbis audio codec";
|
||||
|
||||
Reference in New Issue
Block a user