1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

wpsoffice: remove outdated substituteInPlace

This commit is contained in:
Dmitry Kalinkin 2020-04-14 02:48:00 -04:00
parent 6daab9b9ff
commit 0e5aefce3f

View file

@ -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
'';