forked from mirrors/nixpkgs
veracrypt: add wrapGAppsHook
This commit is contained in:
parent
64b8d10a48
commit
8f1d05d958
|
@ -12,6 +12,7 @@
|
||||||
, exfat
|
, exfat
|
||||||
, ntfs3g
|
, ntfs3g
|
||||||
, btrfs-progs
|
, btrfs-progs
|
||||||
|
, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -37,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
sourceRoot = "src";
|
sourceRoot = "src";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeself pkg-config yasm ];
|
nativeBuildInputs = [ makeself pkg-config yasm wrapGAppsHook ];
|
||||||
buildInputs = [ fuse lvm2 wxGTK ];
|
buildInputs = [ fuse lvm2 wxGTK ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
Loading…
Reference in a new issue