about summary refs log tree commit diff
path: root/pkgs/applications/misc/qMasterPassword/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/qMasterPassword/default.nix')
-rw-r--r--pkgs/applications/misc/qMasterPassword/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/qMasterPassword/default.nix b/pkgs/applications/misc/qMasterPassword/default.nix
index e0a1e33dc6282..9775112734258 100644
--- a/pkgs/applications/misc/qMasterPassword/default.nix
+++ b/pkgs/applications/misc/qMasterPassword/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, qtbase, qmake, libX11, libXtst, openssl, libscrypt }:
+{ stdenv, mkDerivation, fetchFromGitHub, qtbase, qmake, libX11, libXtst, openssl, libscrypt }:
 
-stdenv.mkDerivation rec {
+mkDerivation rec {
   name = "qMasterPassword";
   version = "1.2.2";