mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
nwg-icon-picker: move icon to spec-compliant location (#496400)
This commit is contained in:
commit
3e02cdcd2c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
];
|
||||
|
||||
postInstall = ''
|
||||
install -Dm444 -t $out/share/pixmaps/ nwg-icon-picker.svg
|
||||
install -Dm444 -t $out/share/icons/hicolor/scalable/apps/ nwg-icon-picker.svg
|
||||
install -Dm444 -t $out/share/applications/ nwg-icon-picker.desktop
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue