mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
pied: move icon to spec-compliant location (#496461)
This commit is contained in:
commit
dd2fd71267
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ flutter329.buildFlutterApplication rec {
|
|||
|
||||
postInstall = ''
|
||||
install -D flatpak/com.mikeasoft.pied.desktop -t $out/share/applications
|
||||
install -D flatpak/com.mikeasoft.pied.png -t $out/share/pixmaps
|
||||
install -D flatpak/com.mikeasoft.pied.png -t $out/share/icons/hicolor/256x256/apps
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue