summary refs log tree commit diff
path: root/pkgs/tools/security/phrasendrescher/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/phrasendrescher/default.nix')
-rw-r--r--pkgs/tools/security/phrasendrescher/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/phrasendrescher/default.nix b/pkgs/tools/security/phrasendrescher/default.nix
index 93dc75c1f32..71a9824bb62 100644
--- a/pkgs/tools/security/phrasendrescher/default.nix
+++ b/pkgs/tools/security/phrasendrescher/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ openssl libssh2 gpgme ];
 
-  configureFlags = "--with-plugins";
+  configureFlags = [ "--with-plugins" ];
 
   meta = with stdenv.lib; {
     description = "A modular and multi processing pass phrase cracking tool";