mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
neovim-qt: fix build
broken in https://github.com/NixOS/nixpkgs/pull/495945
This commit is contained in:
@@ -27,6 +27,7 @@ stdenvNoCC.mkDerivation {
|
||||
--prefix PATH : ${neovim}/bin
|
||||
|
||||
# link .desktop file
|
||||
mkdir -p $out/share
|
||||
ln -s ${unwrapped}/share/applications $out/share/applications
|
||||
ln -s ${unwrapped}/share/icons $out/share/icons
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user