about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-05-07 18:01:03 +0000
committerGitHub <noreply@github.com>2022-05-07 18:01:03 +0000
commit84277e82a52989bb68aa9408aff6ed18ad2064c3 (patch)
tree5b6f8eaa493b9e6cf7c92a76b596f33a93aa6d02 /pkgs/applications/editors
parentbb0c0b95a706419f520f7e0386ca336e22b99048 (diff)
parenta007e91d859942cec9ab8e647288aa08e67bd4ed (diff)
Merge master into staging-next
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*
   '';