Skip to content

Commit 78dd422

Browse files
committedNov 11, 2017
wpsoffice: ignore build root references
1 parent 27b92b1 commit 78dd422

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

Diff for: ‎pkgs/applications/office/wpsoffice/default.nix

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec{
1717
"0mi3n9kplf82gd0g2m0np957agy53p4g1qh81pbban49r4n0ajcz" else
1818
"1dk400ap5qwdhjvn8lnk602f5akayr391fkljxdkrpn5xac01m97";
1919
};
20-
20+
2121
meta = {
2222
description = "Office program originally named Kingsoft Office";
2323
homepage = http://wps-community.org/;
@@ -42,6 +42,10 @@ in stdenv.mkDerivation rec{
4242

4343
dontPatchELF = true;
4444

45+
# wpsoffice uses `/build` in its own build system making nix things there
46+
# references to nix own build directory
47+
noAuditTmpdir = true;
48+
4549
installPhase = ''
4650
prefix=$out/opt/kingsoft/wps-office
4751
mkdir -p $prefix

0 commit comments

Comments
 (0)
Please sign in to comment.