From 3f728a7c57692d8ddcc85c6825ff03838f24203e Mon Sep 17 00:00:00 2001 From: Nathan van Doorn Date: Wed, 18 Oct 2023 19:58:02 +0200 Subject: [PATCH] Rename pkgconfig => pkg-config To match an upstream warning. It'd be nice if we got a warning... --- ntv2-gst/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ntv2-gst/default.nix b/ntv2-gst/default.nix index f4697c1..5521bbc 100644 --- a/ntv2-gst/default.nix +++ b/ntv2-gst/default.nix @@ -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