mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
vesktop: fix icon file locations
This commit is contained in:
parent
6726645f10
commit
30d06e26f7
@ -117,7 +117,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cp -r dist/*unpacked/resources $out/opt/Vesktop/
|
||||
|
||||
for file in build/icon_*x32.png; do
|
||||
file_suffix=''${file//icon_}
|
||||
file_suffix=''${file//build\/icon_}
|
||||
install -Dm0644 $file $out/share/icons/hicolor/''${file_suffix//x32.png}/apps/vesktop.png
|
||||
done
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user