alsa-scarlett-gui: Change icons path back to relative in desktop entry file

This commit is contained in:
matt
2023-08-01 11:05:59 +00:00
committed by Anderson Torres
parent 97edbb78c6
commit 4017122623
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
postInstall = ''
substituteInPlace $out/share/applications/vu.b4.${pname}.desktop \
--replace "Exec=/bin/alsa-scarlett-gui" "Exec=$out/bin/${pname}" \
--replace "Icon=alsa-scarlett-gui" "Icon=$out/share/icons/hicolor/256x256/apps/${pname}.png"
--replace "Icon=alsa-scarlett-gui" "Icon=${pname}"
'';
# causes redefinition of _FORTIFY_SOURCE