mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
neovim: fix neovim on darwin - requires libmpack
This commit is contained in:
parent
ff04cf2522
commit
e265f58395
|
@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/tarruda/libmpack/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lovek323 garbas ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue