mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
teams: fix application icon path (#226903)
This commit is contained in:
parent
e29bdb7d63
commit
ca58f7abc9
@ -102,6 +102,10 @@ let
|
||||
mv share/teams $out/opt/
|
||||
mv share $out/share
|
||||
|
||||
mkdir -p $out/share/icons/hicolor/512x512/apps
|
||||
mv $out/share/pixmaps/teams.png $out/share/icons/hicolor/512x512/apps
|
||||
rmdir $out/share/pixmaps
|
||||
|
||||
substituteInPlace $out/share/applications/teams.desktop \
|
||||
--replace /usr/bin/ ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user