Update default.nix

This commit is contained in:
Anne Jan Brouwer 2015-11-19 16:37:31 +01:00
parent 99781bc320
commit bef7967630

View File

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