pkgs/applications: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
47e997598c
commit
5d566c43b4
@@ -1,4 +1,4 @@
|
||||
{ mkDerivation, lib, fetchurl, cmake, pkgconfig, extra-cmake-modules,
|
||||
{ mkDerivation, lib, fetchurl, cmake, pkg-config, extra-cmake-modules,
|
||||
kconfig, kconfigwidgets, kdbusaddons, kdoctools, ki18n, kidletime,
|
||||
kjobwidgets, kio, knotifications, kwindowsystem, kxmlgui, ktextwidgets,
|
||||
kcalendarcore
|
||||
@@ -14,11 +14,11 @@ mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake pkgconfig extra-cmake-modules
|
||||
cmake pkg-config extra-cmake-modules
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
kconfig kconfigwidgets kdbusaddons kdoctools ki18n kidletime kjobwidgets
|
||||
kconfig kconfigwidgets kdbusaddons kdoctools ki18n kidletime kjobwidgets
|
||||
kio knotifications kwindowsystem kxmlgui ktextwidgets
|
||||
kcalendarcore
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user