qtpass: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 20:38:09 -06:00
parent 732de87786
commit 121f944d0d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, git, gnupg, makeWrapper, pass, qt5 }:
{ stdenv, fetchurl, git, gnupg, makeWrapper, pass, qtbase, qttools }:
stdenv.mkDerivation rec {
name = "qtpass-${version}";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0c07bd1eb9e5336c0225f891e5b9a9df103f218619cf7ec6311edf654e8db281";
};
buildInputs = [ git gnupg makeWrapper pass qt5.base qt5.tools ];
buildInputs = [ git gnupg makeWrapper pass qtbase qttools ];
configurePhase = "qmake CONFIG+=release PREFIX=$out DESTDIR=$out";

View File

@ -12881,7 +12881,7 @@ let
qtox = callPackage ../applications/networking/instant-messengers/qtox { };
qtpass = callPackage ../applications/misc/qtpass { };
qtpass = qt5.callPackage ../applications/misc/qtpass { };
qtpfsgui = callPackage ../applications/graphics/qtpfsgui { };