summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-10-24 20:57:03 +0200
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-10-24 21:02:04 +0200
commitce67a63dbec461ff91723b3037f015c28c701c07 (patch)
treee4852151c6e5e40c18aff842f2e69fe1cd58a21b /pkgs/top-level/all-packages.nix
parentb47fccff0a9dc40193ea46c7c0bd189b4ccd9665 (diff)
downloadnixlib-ce67a63dbec461ff91723b3037f015c28c701c07.tar
nixlib-ce67a63dbec461ff91723b3037f015c28c701c07.tar.gz
nixlib-ce67a63dbec461ff91723b3037f015c28c701c07.tar.bz2
nixlib-ce67a63dbec461ff91723b3037f015c28c701c07.tar.lz
nixlib-ce67a63dbec461ff91723b3037f015c28c701c07.tar.xz
nixlib-ce67a63dbec461ff91723b3037f015c28c701c07.tar.zst
nixlib-ce67a63dbec461ff91723b3037f015c28c701c07.zip
veracrypt: 1.22 -> 1.23
Removed the wxGUI switch because it was never working.
To build VeraCrypt text-only you still need wxGTK _and_ you need to
rebuild wxGTK without GUI too...
Moreover, the normal build provides both GUI and text-only interfaces
so it is already usable in pure CLI contexts.
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index d80d4f73df22..d6a11d711dfb 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -6117,7 +6117,7 @@ with pkgs;
   };
 
   veracrypt = callPackage ../applications/misc/veracrypt {
-    wxGUI = true;
+    wxGTK = wxGTK30;
   };
 
   vlan = callPackage ../tools/networking/vlan { };