polkit-qt: normalize package name to upstream

This commit is contained in:
Thomas Tuegel
2015-12-19 20:52:30 -06:00
parent e782026719
commit 660736def8
4 changed files with 8 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
{ kdeFramework, lib
, extra-cmake-modules
, kcoreaddons
, polkitQt
, polkit-qt
}:
kdeFramework {
name = "kauth";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ polkitQt ];
buildInputs = [ polkit-qt ];
propagatedBuildInputs = [ kcoreaddons ];
patches = [ ./kauth-policy-install.patch ];
meta = {