lol

Merge pull request #148484 from chuangzhu/image-roll

image-roll: add desktop entry

authored by

figsoda and committed by
GitHub
7a751910 42ae887b

+6
+6
pkgs/applications/graphics/image-roll/default.nix
··· 24 24 25 25 buildInputs = [ gtk3 ]; 26 26 27 + postInstall = '' 28 + install -Dm444 src/resources/com.github.weclaw1.ImageRoll.desktop -t $out/share/applications/ 29 + install -Dm444 src/resources/com.github.weclaw1.ImageRoll.svg -t $out/share/icons/hicolor/scalable/apps/ 30 + install -Dm444 src/resources/com.github.weclaw1.ImageRoll.metainfo.xml -t $out/share/metainfo/ 31 + ''; 32 + 27 33 meta = with lib; { 28 34 description = "Simple and fast GTK image viewer with basic image manipulation tools"; 29 35 homepage = "https://github.com/weclaw1/image-roll";