qtpass: Qt 5 infrastructure update
This commit is contained in:
parent
732de87786
commit
121f944d0d
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, git, gnupg, makeWrapper, pass, qt5 }:
|
{ stdenv, fetchurl, git, gnupg, makeWrapper, pass, qtbase, qttools }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "qtpass-${version}";
|
name = "qtpass-${version}";
|
||||||
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0c07bd1eb9e5336c0225f891e5b9a9df103f218619cf7ec6311edf654e8db281";
|
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";
|
configurePhase = "qmake CONFIG+=release PREFIX=$out DESTDIR=$out";
|
||||||
|
|
||||||
|
@ -12881,7 +12881,7 @@ let
|
|||||||
|
|
||||||
qtox = callPackage ../applications/networking/instant-messengers/qtox { };
|
qtox = callPackage ../applications/networking/instant-messengers/qtox { };
|
||||||
|
|
||||||
qtpass = callPackage ../applications/misc/qtpass { };
|
qtpass = qt5.callPackage ../applications/misc/qtpass { };
|
||||||
|
|
||||||
qtpfsgui = callPackage ../applications/graphics/qtpfsgui { };
|
qtpfsgui = callPackage ../applications/graphics/qtpfsgui { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user