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,
|
ntv2-gst-src,
|
||||||
autoconf,
|
autoconf,
|
||||||
automake,
|
automake,
|
||||||
pkgconfig,
|
pkg-config,
|
||||||
libtool,
|
libtool,
|
||||||
gst_all_1,
|
gst_all_1,
|
||||||
ntv2,
|
ntv2,
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||||
sourceRoot = "source/gst-plugin";
|
sourceRoot = "source/gst-plugin";
|
||||||
patches = [./no.patch];
|
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";
|
GST_NTV2 = "${ntv2}/include";
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue