mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +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/";
|
homepage = "https://github.com/tarruda/libmpack/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ lovek323 garbas ];
|
maintainers = with maintainers; [ lovek323 garbas ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue