diff options
| author | OPNA2608 <christoph.neidahl@gmail.com> | 2023-05-28 13:46:27 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-28 13:23:13 +0000 |
| commit | 14a405b21d4b8585d7f46ab3703ca976de99ad69 (patch) | |
| tree | 0654319391e20e6690b04ec796cfe2c6c6e9ca67 | |
| parent | Merge pull request #234467 from NixOS/backport-234399-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-234610-to-release-23.05.tar.gz | |
ppsspp-{sdl,sdl-wayland,qt}: Install desktop iconsorigin/backport-234610-to-release-23.05
(cherry picked from commit ef7ced6fd6d4fc6315c9ef32f71b11af136aaf51)
| -rw-r--r-- | pkgs/applications/emulators/ppsspp/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/emulators/ppsspp/default.nix b/pkgs/applications/emulators/ppsspp/default.nix index d72d0f433e9f..656c57f0a17e 100644 --- a/pkgs/applications/emulators/ppsspp/default.nix +++ b/pkgs/applications/emulators/ppsspp/default.nix @@ -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 \ @@ -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 ''; |
