···46 pygobject3
47 ];
480000049 meta = with lib; {
50 description = "A Gui editor (gtk) to configure applications launching on a fluxbox session";
51 homepage = "https://github.com/mothsART/fluxboxlauncher";
···46 pygobject3
47 ];
4849+ postInstall = ''
50+ install -Dm444 fluxboxlauncher.desktop -t $out/share/applications
51+ install -Dm444 fluxboxlauncher.svg -t $out/share/icons/hicolor/scalable/apps
52+ '';
53+54 meta = with lib; {
55 description = "A Gui editor (gtk) to configure applications launching on a fluxbox session";
56 homepage = "https://github.com/mothsART/fluxboxlauncher";
···5556 doCheck = false; # there are no tests
570000058 meta = with lib; {
59 homepage = "https://github.com/SkyTemple/skytemple";
60 description = "ROM hacking tool for Pokémon Mystery Dungeon Explorers of Sky";
···5556 doCheck = false; # there are no tests
5758+ postInstall = ''
59+ install -Dm444 org.skytemple.SkyTemple.desktop -t $out/share/applications
60+ install -Dm444 installer/skytemple.ico $out/share/icons/hicolor/256x256/apps/org.skytemple.SkyTemple.ico
61+ '';
62+63 meta = with lib; {
64 homepage = "https://github.com/SkyTemple/skytemple";
65 description = "ROM hacking tool for Pokémon Mystery Dungeon Explorers of Sky";
···3738 postInstall = ''
39 mv $out/bin/Desktop-Bridge $out/bin/protonmail-bridge # The cli is named like that in other distro packages
0040 '';
4142 meta = with lib; {
···3738 postInstall = ''
39 mv $out/bin/Desktop-Bridge $out/bin/protonmail-bridge # The cli is named like that in other distro packages
40+ install -Dm444 dist/proton-bridge.desktop -t $out/share/applications
41+ install -Dm444 dist/bridge.svg $out/share/icons/hicolor/scalable/apps/protonmail-bridge.svg
42 '';
4344 meta = with lib; {
+9
pkgs/applications/networking/rymdport/default.nix
···41 IOKit
42 ];
4300000000044 meta = {
45 description = "Easy encrypted file, folder, and text sharing between devices";
46 homepage = "https://github.com/Jacalz/rymdport";
···41 IOKit
42 ];
4344+ postInstall = ''
45+ for res in $(ls internal/assets/icons | sed -e 's/icon-//g' -e 's/.png//g'); do
46+ install -Dm444 internal/assets/icons/icon-$res.png \
47+ $out/share/icons/hicolor/''${res}x''${res}/apps/io.github.jacalz.rymdport.png
48+ done
49+ install -Dm444 internal/assets/svg/icon.svg $out/share/icons/hicolor/scalable/apps/io.github.jacalz.rymdport.svg
50+ install -Dm444 internal/assets/unix/io.github.jacalz.rymdport.desktop -t $out/share/applications
51+ '';
52+53 meta = {
54 description = "Easy encrypted file, folder, and text sharing between devices";
55 homepage = "https://github.com/Jacalz/rymdport";