mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rare: move icon to spec-compliant location
This commit is contained in:
parent
f0bc2e46d3
commit
9a6f6afaef
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
|
||||
postInstall = ''
|
||||
install -Dm644 misc/rare.desktop -t $out/share/applications/
|
||||
install -Dm644 $out/${python3Packages.python.sitePackages}/rare/resources/images/Rare.png $out/share/pixmaps/rare.png
|
||||
install -Dm644 $out/${python3Packages.python.sitePackages}/rare/resources/images/Rare.png $out/share/icons/rare.png
|
||||
'';
|
||||
|
||||
preFixup = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue