From bef79676302ea3858af4cdf7106f9f0460f66fb7 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Thu, 19 Nov 2015 16:37:31 +0100 Subject: [PATCH] Update default.nix --- pkgs/applications/misc/qtpass/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/qtpass/default.nix b/pkgs/applications/misc/qtpass/default.nix index b1ada554514..50f31e96e30 100644 --- a/pkgs/applications/misc/qtpass/default.nix +++ b/pkgs/applications/misc/qtpass/default.nix @@ -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";