From 7b142389841afba5321f93fc8035758da0a9b15a Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 12 Dec 2022 15:36:13 +0100 Subject: pkgs.pkgconfig -> pkgs.pkg-config --- pkgs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index a236d1d..210d8ce 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -194,13 +194,13 @@ pkgs: oldpkgs: { libraries ? {} }: text: pkgs.runCommand name { inherit text; - buildInputs = [ pkgs.pkgconfig ] ++ attrValues libraries; + buildInputs = [ pkgs.pkg-config ] ++ attrValues libraries; passAsFile = [ "text" ]; } /* sh */ '' PATH=${makeBinPath [ pkgs.binutils-unwrapped pkgs.coreutils - pkgs.pkgconfig + pkgs.pkg-config pkgs.stdenv.cc ]} exe=$out${destination} -- cgit v1.2.3