about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-03-22 16:04:58 +0800
committerGitHub <noreply@github.com>2023-03-22 16:04:58 +0800
commit6bb7fceb076dcf02fe422911bd573b48071bd3a7 (patch)
tree2f3721e9b5a3471f6ed8a24e49a33eef4eb45932 /pkgs/applications/editors
parente9ce5420397998d2c96d980c15b73aaafa0386d7 (diff)
parent72e009faf1fad2b2ecc3574edb4dc4e867ae1866 (diff)
Merge pull request #222387 from linsui/helix
helix: fix icon path
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/helix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/helix/default.nix b/pkgs/applications/editors/helix/default.nix
index 5c450e21748c3..3b77d441e1c94 100644
--- a/pkgs/applications/editors/helix/default.nix
+++ b/pkgs/applications/editors/helix/default.nix
@@ -23,9 +23,9 @@ rustPlatform.buildRustPackage rec {
     mkdir -p $out/lib
     cp -r runtime $out/lib
     installShellCompletion contrib/completion/hx.{bash,fish,zsh}
-    mkdir -p $out/share/{applications,icons}
+    mkdir -p $out/share/{applications,icons/hicolor/256x256/apps}
     cp contrib/Helix.desktop $out/share/applications
-    cp contrib/helix.png $out/share/icons
+    cp contrib/helix.png $out/share/icons/hicolor/256x256/apps
   '';
   postFixup = ''
     wrapProgram $out/bin/hx --set HELIX_RUNTIME $out/lib/runtime