pkgs/applications: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
47e997598c
commit
5d566c43b4
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, lib, meson, ninja, pkgconfig, qtbase, qttools
|
||||
{ stdenv, fetchFromGitHub, lib, meson, ninja, pkg-config, qtbase, qttools
|
||||
, wrapQtAppsHook
|
||||
, enableExperimental ? false
|
||||
, includeMatrixDiscovery ? false
|
||||
@@ -19,7 +19,7 @@ in stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig meson ninja wrapQtAppsHook
|
||||
pkg-config meson ninja wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user