mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 06:48:57 +00:00
helix: fix icon path
This commit is contained in:
parent
5feb5054bb
commit
72e009faf1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user