summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-10-02 08:00:30 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-10-02 08:00:30 +0000
commit4e93d167d83c33284aa7e7c324f4f425722994aa (patch)
tree46ca544fa3c2c582f6bd876c1672550fb66fb6d2 /pkgs/top-level
parent9245074c64269e33174dce2653802846296921c9 (diff)
downloadnixlib-4e93d167d83c33284aa7e7c324f4f425722994aa.tar
nixlib-4e93d167d83c33284aa7e7c324f4f425722994aa.tar.gz
nixlib-4e93d167d83c33284aa7e7c324f4f425722994aa.tar.bz2
nixlib-4e93d167d83c33284aa7e7c324f4f425722994aa.tar.lz
nixlib-4e93d167d83c33284aa7e7c324f4f425722994aa.tar.xz
nixlib-4e93d167d83c33284aa7e7c324f4f425722994aa.tar.zst
nixlib-4e93d167d83c33284aa7e7c324f4f425722994aa.zip
Fixing truecrypt
They removed the url for that package version, I updated to the latest.
I changed the name from 'trueCrypt' to 'truecrypt'
I added an option for it not to have a gui built.

svn path=/nixpkgs/trunk/; revision=17587
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 3f69ff5cb318..ca4dc070304b 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1545,6 +1545,7 @@ let
   truecrypt = import ../applications/misc/truecrypt {
     inherit fetchurl stdenv pkgconfig fuse devicemapper;
     wxGTK = wxGTK28;
+    wxGUI = getConfig [ "truecrypt" "wxGUI" ] true;
   };
 
   /* don't have time to fix the builderDefs based expression