summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorShreyansh Khajanchi <shreyansh_k@live.com>2019-10-16 22:42:01 +0200
committerMatthieu Coudron <coudron@iij.ad.jp>2019-10-17 14:11:41 +0900
commit7885eeaffdbd02ff6ce5483239fba1a063b314a9 (patch)
treea85f97d791c6a368fb1a9f4a2c1b5f1079f779e0 /pkgs/applications/editors/neovim
parentc24eb82c7d38ac53e681f1ca9ea2f7888b4a2d09 (diff)
neovim-qt: fix icons
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/qt.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/editors/neovim/qt.nix b/pkgs/applications/editors/neovim/qt.nix
index 83b14b4ea37d..3a46f68e7755 100644
--- a/pkgs/applications/editors/neovim/qt.nix
+++ b/pkgs/applications/editors/neovim/qt.nix
@@ -60,8 +60,9 @@ in
--prefix PATH : "${neovim}/bin"
# link .desktop file
- mkdir -p "$out/share"
+ mkdir -p "$out/share/pixmaps"
ln -s '${unwrapped}/share/applications' "$out/share/applications"
+ ln -s '${unwrapped}/share/pixmaps/nvim-qt.png' "$out/share/pixmaps/nvim-qt.png"
'';
preferLocalBuild = true;