Skip to content

Commit

Permalink
alacritty: install desktop icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored and Mic92 committed Sep 19, 2017
1 parent 6c74ee6 commit a50d0b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/misc/alacritty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ buildRustPackage rec {
cp $f $out/bin
done;
patchelf --set-rpath "${stdenv.lib.makeLibraryPath rpathLibs}" $out/bin/alacritty
mkdir -p $out/share/applications
cp Alacritty.desktop $out/share/applications/alacritty.desktop
'';

dontPatchELF = true;
Expand Down

0 comments on commit a50d0b7

Please sign in to comment.