We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c15b7 commit 1e0373aCopy full SHA for 1e0373a
pkgs/by-name/wo/worldpainter/package.nix
@@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
37
find .install4j/ -maxdepth 1 -type f -exec install -Dm644 {} "$out/.install4j/" \;
38
find .install4j/user/ -maxdepth 1 -type f -exec install -Dm644 {} "$out/.install4j/user/" \;
39
40
- mkdir -p $out/share/{pixmaps,applications}
41
- install -Dm644 .install4j/i4j_extf_8_jed6s0_1y6kkxa.png "$out/share/pixmaps/worldpainter.png"
+ mkdir -p $out/share/applications
+ install -Dm644 .install4j/i4j_extf_8_jed6s0_1y6kkxa.png "$out/share/icons/hicolor/128x128/apps/worldpainter.png"
42
runHook postInstall
43
'';
44
0 commit comments