Merge pull request #221768 from jchw-forks/veracrypt-fix
veracrypt: add wrapGAppsHook
This commit is contained in:
commit
59e73f5d61
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue