3
0
Fork 0
forked from mirrors/nixpkgs

veracrypt: add wrapGAppsHook

This commit is contained in:
John Chadwick 2023-03-18 00:26:55 -04:00
parent 64b8d10a48
commit 8f1d05d958

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;