about summary refs log tree commit diff
path: root/pkgs/applications/misc/truecrypt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/truecrypt/default.nix')
-rw-r--r--pkgs/applications/misc/truecrypt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/truecrypt/default.nix b/pkgs/applications/misc/truecrypt/default.nix
index 40a4f8412667..19fa85b279c6 100644
--- a/pkgs/applications/misc/truecrypt/default.nix
+++ b/pkgs/applications/misc/truecrypt/default.nix
@@ -69,7 +69,7 @@ stdenv.mkDerivation {
   };
 
   buildInputs = [ pkgconfig fuse devicemapper wxGTK nasm ]; 
-  makeFlags = if (wxGUI) then "" else "NOGUI=1";
+  makeFlags = if wxGUI then "" else "NOGUI=1";
 
   meta = {
     description = "Free Open-Source filesystem on-the-fly encryption";