Commit Graph

21 Commits

Author SHA1 Message Date
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Daniel Hill
2bbbf414fe veracrypt: 1.25.9 -> 1.26.7 2023-10-08 01:29:58 +13:00
John Chadwick
8f1d05d958 veracrypt: add wrapGAppsHook 2023-03-18 00:26:55 -04:00
Shawn8901
0a1dd3ced1 treewide: remove global with lib; in pkgs/{misc,networking} 2023-01-24 17:29:20 +01:00
Florian Brandes
654e1d7f63
veracrypt: 1.24-Update7 -> 1.25.9
This fixes a current build issue on master
(cae8c76a9b)

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-18 20:59:54 +02:00
Artturi
8e4a27fa42
veracrypt: 1.24-Hotfix1 -> 1.24-Update7 and hardcode mkfs paths (#127592) 2021-06-20 21:20:08 +02:00
Robert Schütz
64852c57cc veracrypt: correct license
Parts of it are not free software.
See https://en.wikipedia.org/wiki/VeraCrypt#License_and_source_model.
2021-04-18 11:44:43 +02:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Pavol Rusnak
17e7fb2fef
veracrypt: 1.23-Hotfix-2 -> 1.24-Hotfix1 2019-11-03 11:33:54 +01:00
Marek Mahut
fc24debbb0
Merge pull request #67826 from joncojonathan/veracrypt_1-23-h2
veracrypt: 1.23 -> 1.23-hotfix-2
2019-08-31 22:39:15 +02:00
joncojonathan
798d16c384
veracrypt: 1.23 -> 1.23-hotfix-2
Applied upstream hotfix
2019-08-31 13:45:17 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
c0bw3b
ce67a63dbe 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.
2018-10-24 21:02:04 +02:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
R. RyanTM
4a3881ed61 veracrypt: 1.21 -> 1.22
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/veracrypt/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/qx2d8v3a4gx3rp8wpcmw0av3vn0dchkw-veracrypt-1.22/bin/veracrypt -h` got 0 exit code
- ran `/nix/store/qx2d8v3a4gx3rp8wpcmw0av3vn0dchkw-veracrypt-1.22/bin/veracrypt --help` got 0 exit code
- ran `/nix/store/qx2d8v3a4gx3rp8wpcmw0av3vn0dchkw-veracrypt-1.22/bin/veracrypt --version` and found version 1.22
- found 1.22 with grep in /nix/store/qx2d8v3a4gx3rp8wpcmw0av3vn0dchkw-veracrypt-1.22
- directory tree listing: https://gist.github.com/8690e0df710362cb464457218630b6ee
2018-04-02 06:31:01 -07:00
brachiel
9acb07d716
veracrypt: refactor
Previous Veracrypt hoster was CodePlex which will be shut down and was set to read only on 27th of November. See the announcement (https://blogs.msdn.microsoft.com/bharry/2017/03/31/shutting-down-codeplex/) . Verycrypt's homepage has since moved to https://www.veracrypt.fr which is owned by IDRIX (https://www.afnic.fr/fr/produits-et-services/services/whois/)
2017-12-29 09:20:53 +01:00
David Sferruzza
0671b88115 veracrypt: 1.19 -> 1.21 2017-07-19 12:35:19 +02:00
Joachim Fasting
2c81510a1a
veracrypt: refactorings
- Conditionally add wxGTK30 to inputs to avoid
  eval'ing it regardless of wxGUI
- Patch full path to exe into desktop file
- Move some inputs to native
- Do not write intermediate tar file on unpack
2017-04-02 16:41:13 +02:00
David Sferruzza
2ae74f9f4f veracrypt: init at 1.19 2017-04-02 16:38:08 +02:00