We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 27b92b1 commit 78dd422Copy full SHA for 78dd422
pkgs/applications/office/wpsoffice/default.nix
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec{
17
"0mi3n9kplf82gd0g2m0np957agy53p4g1qh81pbban49r4n0ajcz" else
18
"1dk400ap5qwdhjvn8lnk602f5akayr391fkljxdkrpn5xac01m97";
19
};
20
-
+
21
meta = {
22
description = "Office program originally named Kingsoft Office";
23
homepage = http://wps-community.org/;
@@ -42,6 +42,10 @@ in stdenv.mkDerivation rec{
42
43
dontPatchELF = true;
44
45
+ # wpsoffice uses `/build` in its own build system making nix things there
46
+ # references to nix own build directory
47
+ noAuditTmpdir = true;
48
49
installPhase = ''
50
prefix=$out/opt/kingsoft/wps-office
51
mkdir -p $prefix
0 commit comments