mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
neovim-qt: add desktop file to wrapper (#53777)
My recent change in #53447 caused neovim-qt to no longer be recognized as a desktop application.
This commit is contained in:
parent
a4fa9e8a1d
commit
0d028c3bee
@ -58,6 +58,10 @@ in
|
||||
'' else ''
|
||||
makeWrapper '${unwrapped}/bin/nvim-qt' "$out/bin/nvim-qt" \
|
||||
--prefix PATH : "${neovim}/bin"
|
||||
|
||||
# link .desktop file
|
||||
mkdir -p "$out/share"
|
||||
ln -s '${unwrapped}/share/applications' "$out/share/applications"
|
||||
'';
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
Loading…
Reference in New Issue
Block a user