···2223 postInstall = ''
24 install -Dm444 "$src/release/other/Freedesktop.org Resources/ProTracker 2 clone.desktop" \
25+ $out/share/applications/pt2-clone.desktop
26 install -Dm444 "$src/release/other/Freedesktop.org Resources/ProTracker 2 clone.png" \
27+ $out/share/icons/hicolor/512x512/apps/pt2-clone.png
28+ # gtk-update-icon-cache does not like whitespace. Note that removing this
29+ # will not make the build fail, but it will make the NixOS test fail.
30+ substituteInPlace $out/share/applications/pt2-clone.desktop \
31+ --replace-fail "Icon=ProTracker 2 clone" Icon=pt2-clone
32 '';
3334 passthru.tests = {