Rename pkgconfig => pkg-config
To match an upstream warning. It'd be nice if we got a warning...
This commit is contained in:
parent
1a12a03e95
commit
3f728a7c57
|
@ -3,7 +3,7 @@
|
|||
ntv2-gst-src,
|
||||
autoconf,
|
||||
automake,
|
||||
pkgconfig,
|
||||
pkg-config,
|
||||
libtool,
|
||||
gst_all_1,
|
||||
ntv2,
|
||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||
sourceRoot = "source/gst-plugin";
|
||||
patches = [./no.patch];
|
||||
|
||||
nativeBuildInputs = [autoconf automake pkgconfig libtool gst_all_1.gst-plugins-base ntv2];
|
||||
nativeBuildInputs = [autoconf automake pkg-config libtool gst_all_1.gst-plugins-base ntv2];
|
||||
GST_NTV2 = "${ntv2}/include";
|
||||
preConfigure = ''
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue