Skip to content

Commit

Permalink
wpsoffice: remove outdated substituteInPlace
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Apr 15, 2020
1 parent 6daab9b commit 0e5aefc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/applications/office/wpsoffice/default.nix
Expand Up @@ -151,8 +151,7 @@ stdenv.mkDerivation rec{
done
for i in $out/share/applications/*;do
substituteInPlace $i \
--replace /usr/bin $out/bin \
--replace /opt/kingsoft/wps-office $prefix
--replace /usr/bin $out/bin
done
'';

Expand Down

0 comments on commit 0e5aefc

Please sign in to comment.