mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #325831 from RAVENz46/szyszka
szyszka: Add desktop icon
This commit is contained in:
commit
d52b09ef43
@ -42,6 +42,18 @@ rustPlatform.buildRustPackage rec {
|
|||||||
Foundation
|
Foundation
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
install -m 444 \
|
||||||
|
-D data/com.github.qarmin.szyszka.desktop \
|
||||||
|
-t $out/share/applications
|
||||||
|
install -m 444 \
|
||||||
|
-D data/com.github.qarmin.szyszka.metainfo.xml \
|
||||||
|
-t $out/share/metainfo
|
||||||
|
install -m 444 \
|
||||||
|
-D data/icons/com.github.qarmin.szyszka.svg \
|
||||||
|
-t $out/share/icons/hicolor/scalable/apps
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Simple but powerful and fast bulk file renamer";
|
description = "Simple but powerful and fast bulk file renamer";
|
||||||
homepage = "https://github.com/qarmin/szyszka";
|
homepage = "https://github.com/qarmin/szyszka";
|
||||||
|
Loading…
Reference in New Issue
Block a user