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:
parent
6daab9b9ff
commit
0e5aefce3f
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue