about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-05-07 17:41:49 +0300
committerGitHub <noreply@github.com>2022-05-07 17:41:49 +0300
commitc7a2979f4cec15b45e6a052b77ae590631426c9f (patch)
tree56b9d69590cc9b84fa1f68bab3486f21ab2c8f0e /pkgs/applications/editors
parent1d09b16b0c04afef4dbc340ce34339c953b80232 (diff)
parent89de60a8ac8de525f6a06acd616a7e1cf7b3741a (diff)
Merge pull request #151366 from squalus/standardnotes-icon
standardnotes: fix icon path
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/standardnotes/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/standardnotes/default.nix b/pkgs/applications/editors/standardnotes/default.nix
index 6e478693d4095..fa81414a7e72d 100644
--- a/pkgs/applications/editors/standardnotes/default.nix
+++ b/pkgs/applications/editors/standardnotes/default.nix
@@ -49,6 +49,7 @@ in appimageTools.wrapType2 rec {
     # fixup and install desktop file
     ${desktop-file-utils}/bin/desktop-file-install --dir $out/share/applications \
       --set-key Exec --set-value ${pname} standard-notes.desktop
+    mv usr/share/icons share
 
     rm usr/lib/* AppRun standard-notes.desktop .so*
   '';