Skip to content

Commit

Permalink
ppsspp-{sdl,sdl-wayland,qt}: Install desktop icons
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 committed May 28, 2023
1 parent 82082e9 commit ef7ced6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/emulators/ppsspp/default.nix
Expand Up @@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: {
''
runHook preInstall
mkdir -p $out/share/{applications,ppsspp}
mkdir -p $out/share/{applications,ppsspp,icons}
'' + (if enableQt then ''
install -Dm555 PPSSPPQt $out/bin/ppsspp
wrapProgram $out/bin/ppsspp \
Expand All @@ -110,6 +110,7 @@ stdenv.mkDerivation (finalAttrs: {
--prefix LD_LIBRARY_PATH : ${vulkanPath} \
'' + "\n" + ''
mv assets $out/share/ppsspp
mv ../icons/hicolor $out/share/icons
runHook postInstall
'';
Expand Down

0 comments on commit ef7ced6

Please sign in to comment.