plasma-vault: Fixes build
This commit is contained in:
parent
c4d37f1460
commit
f8630c9568
@ -26,13 +26,13 @@ mkDerivation {
|
|||||||
kactivities plasma-framework kwindowsystem libksysguard
|
kactivities plasma-framework kwindowsystem libksysguard
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = [
|
CXXFLAGS = [
|
||||||
''-DNIXPKGS_ENCFS="${lib.getBin encfs}/bin/encfs"''
|
''-DNIXPKGS_ENCFS=\"${lib.getBin encfs}/bin/encfs\"''
|
||||||
''-DNIXPKGS_ENCFSCTL="${lib.getBin encfs}/bin/encfsctl"''
|
''-DNIXPKGS_ENCFSCTL=\"${lib.getBin encfs}/bin/encfsctl\"''
|
||||||
|
|
||||||
''-DNIXPKGS_CRYFS="${lib.getBin cryfs}/bin/cryfs"''
|
''-DNIXPKGS_CRYFS=\"${lib.getBin cryfs}/bin/cryfs\"''
|
||||||
|
|
||||||
''-DNIXPKGS_FUSERMOUNT="${lib.getBin fuse}/bin/fusermount"''
|
''-DNIXPKGS_FUSERMOUNT=\"${lib.getBin fuse}/bin/fusermount\"''
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user