Skip to content

Commit

Permalink
helix: fix icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
linsui committed Mar 21, 2023
1 parent 5feb505 commit 72e009f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/helix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72e009f

Please sign in to comment.