wpsoffice: ignore build root references
This commit is contained in:
parent
27b92b1d39
commit
78dd4225e7
@ -42,6 +42,10 @@ in stdenv.mkDerivation rec{
|
||||
|
||||
dontPatchELF = true;
|
||||
|
||||
# wpsoffice uses `/build` in its own build system making nix things there
|
||||
# references to nix own build directory
|
||||
noAuditTmpdir = true;
|
||||
|
||||
installPhase = ''
|
||||
prefix=$out/opt/kingsoft/wps-office
|
||||
mkdir -p $prefix
|
||||
|
Loading…
x
Reference in New Issue
Block a user