Merge pull request #221768 from jchw-forks/veracrypt-fix

veracrypt: add wrapGAppsHook
This commit is contained in:
Sandro 2023-03-24 03:03:43 +01:00 committed by GitHub
commit 59e73f5d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
, exfat
, ntfs3g
, btrfs-progs
, wrapGAppsHook
}:
stdenv.mkDerivation rec {
@ -37,7 +38,7 @@ stdenv.mkDerivation rec {
sourceRoot = "src";
nativeBuildInputs = [ makeself pkg-config yasm ];
nativeBuildInputs = [ makeself pkg-config yasm wrapGAppsHook ];
buildInputs = [ fuse lvm2 wxGTK ];
enableParallelBuilding = true;