alacritty: install desktop icon
This commit is contained in:
parent
6c74ee68b9
commit
a50d0b719f
@ -57,6 +57,9 @@ buildRustPackage rec {
|
|||||||
cp $f $out/bin
|
cp $f $out/bin
|
||||||
done;
|
done;
|
||||||
patchelf --set-rpath "${stdenv.lib.makeLibraryPath rpathLibs}" $out/bin/alacritty
|
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;
|
dontPatchELF = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user