1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

google-chrome-{beta,dev}: Fix one substituteInPlace pattern

This commit is contained in:
Michael Weiss 2020-04-16 13:31:59 +02:00
parent 4b596ca254
commit 16477d764f
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -108,7 +108,7 @@ in stdenv.mkDerivation {
--replace /opt/google/$appname/google-$appname $exe
substituteInPlace $out/share/menu/google-$appname.menu \
--replace /opt $out/share \
--replace $out/share/google/chrome/google-$appname $exe
--replace $out/share/google/$appname/google-$appname $exe
for icon_file in $out/share/google/chrome*/product_logo_*[0-9].png; do
num_and_suffix="''${icon_file##*logo_}"