polkit-qt-1: Qt 5 support

polkit-qt-1 is upgraded to the latest version, which supports Qt 5. The
attributes are also renamed to differentiate the Qt 4 and Qt 5
branches. The prior naming scheme differentiated between polkit-qt-1 and
polkit-qt, but we no longer package the latter.
This commit is contained in:
Thomas Tuegel
2014-11-20 11:10:39 -06:00
parent ad38cdac8a
commit dfaa39db41
6 changed files with 25 additions and 28 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, kdelibs, polkit_qt_1, gettext }:
{ stdenv, fetchurl, kdelibs, polkit_qt4, gettext }:
stdenv.mkDerivation rec {
name = "polkit-kde-agent-1-0.99.0";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0rxlq6x0vhvha8i6w109zpzzacp4imins55v4p4fq7a3k0kgywg3";
};
buildInputs = [ kdelibs polkit_qt_1 ];
buildInputs = [ kdelibs polkit_qt4 ];
nativeBuildInputs = [ gettext ];