Merge pull request #243971 from ners/neovim-qt-icons

neovim-qt: fix desktop icon passthrough

authored by

figsoda and committed by
GitHub
e16572ae 91ccd1c2

+1 -1
+1 -1
pkgs/applications/editors/neovim/qt.nix
··· 20 20 # link .desktop file 21 21 mkdir -p $out/share/pixmaps 22 22 ln -s ${unwrapped}/share/applications $out/share/applications 23 - ln -s ${unwrapped}/share/pixmaps/nvim-qt.png $out/share/pixmaps/nvim-qt.png 23 + ln -s ${unwrapped}/share/icons $out/share/icons 24 24 ''; 25 25 26 26 preferLocalBuild = true;