obadz
3de6e5be50
Merge branch 'master' into staging
...
Conflicts:
pkgs/applications/misc/navit/default.nix
pkgs/applications/networking/mailreaders/alpine/default.nix
pkgs/applications/networking/mailreaders/realpine/default.nix
pkgs/development/compilers/ghc/head.nix
pkgs/development/libraries/openssl/default.nix
pkgs/games/liquidwar/default.nix
pkgs/games/spring/springlobby.nix
pkgs/os-specific/linux/kernel/perf.nix
pkgs/servers/sip/freeswitch/default.nix
pkgs/tools/archivers/cromfs/default.nix
pkgs/tools/graphics/plotutils/default.nix
2016-08-27 23:54:54 +01:00
Rok Garbas
c3ef13a828
neovim: 0.1.4 -> 0.1.5 (and related dependencies)
...
* neovimLibvterm: a9c7c6f -> 487f21db
* libmpack: 071d944c -> 80bd55e
2016-08-22 12:15:41 +02:00
Robin Gloster
b7787d932e
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-12 09:46:53 +00:00
Aneesh Agrawal
5e3eb476f5
neovim: remove unused glib dependency ( #17499 )
...
As far as I can tell, neovim has never required glib to build.
The neovim libtermkey does include a demo-glib.c example, but that is
optional.
2016-08-05 09:33:05 +02:00
Michael Raskin
ef46388c48
neovim-qt: 0pre -> 0.2.1, use libmsgpack 1.4
2016-08-03 17:58:22 +02:00
Robin Gloster
5185bc1773
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-15 14:41:01 +00:00
Matthew Bauer
e0884e85cf
neovim: fix build on darwin, cleanup lua paths
...
fixes #16152
The cmake script had trouble finding the lua paths, this sets them
using “luaPackages.getLuaPath” and “luaPackages.getLuaCPath”.
2016-06-12 21:02:09 -05:00
Robin Gloster
8031cba2ab
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-06-10 09:27:04 +00:00
Rok Garbas
28ddc8c043
neovim: pkgs argument was unused
2016-06-06 13:00:44 +02:00
Rok Garbas
f878018ece
neovim: 0.1.3 -> 0.1.4
...
* removing luaMessagePack (only used by neovim)
* using libmpack (updated to latest master since they fixed a lot of packaging
issues)
* package libmpack lua bidnings
* neovim expression now excepts luaPackages as an input and not individual
lua packages (to avoid depending on different lua version)
2016-06-04 17:58:01 +02:00
Tobias Pflug
71c9c5dffe
neovim: fix broken build ( #15876 )
2016-05-31 21:38:43 +02:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
Rok Garbas
e9c86755dd
neovim: make clipboard work ootb
2016-05-25 15:02:41 +02:00
Nick Novitski
15c6fa023f
neovim: fix Man command
2016-05-21 21:51:40 +02:00
Franz Pletz
f8d481754c
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-05-18 17:10:02 +02:00
Tobias Geerinckx-Rice
237168d452
neovim: unmaintain
...
*reinstalls emacs*
2016-05-06 19:17:07 +02:00
Robin Gloster
c92bca56f8
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-02 22:58:02 +00:00
Aneesh Agrawal
2e80f19f39
neovim: 0.1.2 -> 0.1.3
2016-04-19 15:20:34 -04:00
Robin Gloster
a36f51f773
neovim: disable fortify hardening
2016-04-19 02:05:50 +00:00
Moritz Ulrich
6cd2eccdc7
neovim: Fix build by via order of buildInputs
...
See #14442 for details and further real fixes.
2016-04-06 21:08:23 +02:00
Rok Garbas
d58ae071fd
neovim: 0.1.1 -> 0.1.2
...
also updated neovim's forked libvterm to latest revision
2016-02-16 01:34:57 +01:00
Tobias Geerinckx-Rice
ba0dcb95ad
neovim: fix -configured evaluation
2016-01-26 06:16:45 +01:00
Tobias Geerinckx-Rice
9fb8020e4e
Add version attribute where maintainers |= nckx
...
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Rok Garbas
9d1bbf7a02
neovim: update 0.1.0 -> 0.1.1
2015-12-05 23:08:22 +01:00
Rok Garbas
0b516052e8
neovim: collect gui's in one place
2015-11-07 19:53:41 +01:00
Vladimír Čunát
261791992c
neovim: fix wrong ad30764d68
...
I'm sorry. I had tested that `neovim.src` still built ;-)
Thanks to @codedmart.
2015-11-02 20:52:08 +01:00
Vladimír Čunát
ad30764d68
neovim: fetch by version tag instead of commit hash
...
/cc #10787 .
2015-11-02 12:57:48 +01:00
Scott Milliken
f89ddefd97
neovim: update to 0.1.0., closes #10787
2015-11-02 12:50:54 +01:00
Vladimír Čunát
abbe5f27a9
neovim: make pynvim runnable even if not in $PATH
2015-10-30 09:21:08 +01:00
Rok Garbas
b7ab0a47de
neovim: adding python gui option
...
- pythonPackages.neovim_gui init
2015-10-29 19:58:08 +01:00
Jude Taylor
8f663ee0fb
neovim: don't link with libutil on Darwin
2015-10-22 13:47:03 -07:00
Joe Hermaszewski
d5a364cf8f
neovim: 2015-10-08 -> 2015-10-12
2015-10-14 20:15:42 +01:00
Joe Hermaszewski
d6d88aaa2b
neovim: Create symlink to correct python3 binary
...
The symlink being created pointed to 'python' rather than 'python3'
2015-10-14 11:57:40 +02:00
Joe Hermaszewski
36be2e9144
neovim: 2015-06-09 -> 2015-10-08
2015-10-10 20:29:06 +01:00
Tobias Geerinckx-Rice
6c6201a99b
Remove unnecessary rec{s from "my" packages
2015-07-31 02:02:07 +02:00
Tobias Geerinckx-Rice
98b2d7b727
Separate nativeBuildInputs where maintainers |= nckx
2015-06-17 22:21:32 +02:00
Daiderd Jordan
c7f36cb5f0
fix neovim on darwin
2015-06-11 14:42:55 +02:00
Rok Garbas
19248c309a
neovim: uses vimUtils to make it configurable like vim_configurable is
...
- vimAlias argument , when true, will create a @out/bin/vim symlink
- configure argument, which will configure neovim the same way as it does
vim_configurable. eg.: ~/.nixpkgs/config.nix
{
packageOverrides = pkgs : with pkgs; rec {
vimg = neovim.override {
vimAlias = true;
configure = {
customRC = ''
set spell
'';
vam.pluginDictionaries = [
{ names = [ "youcompleteme" "ctrlp"]; }
];
};
};
};
}
Enjoy!
2015-06-11 10:48:29 +02:00
Rok Garbas
f2d7f573af
neovim: adding python2 and python3 support
...
neovim:
- possibility to extend neovim (via .override) and passing extraPythonPackages
or extraPython3Packages
- neovim's python interpreter can be found as nvim-python / nvim-python3
- wrapping nvim binary and setting `g:python_host_prog` and
`g:python3_host_prog` via --cmd flag
python-packages.nix fixes:
- ordereddict builds for py26 and uses disabled argument to tell this
- trollius builds on all python platforms except 3.4 (where is included in
standard librarary)
- neovim builds on all python platforms
2015-06-11 02:54:10 +02:00
Tobias Geerinckx-Rice
ef94547093
neovim -> 2015-06-09
2015-06-10 00:50:35 +02:00
Tobias Geerinckx-Rice
af15a201e1
neovim: update to latest master 2015-05-26
2015-05-27 01:22:43 +02:00
Tobias Geerinckx-Rice
bd67bfa306
neovim: various small improvements
...
- Fix package name ("neovim-nightly" -> "neovim")
- Use fetchFromGitHub, remove unused parameters
- Improve metadata
- Maintain
2015-05-27 00:13:24 +02:00
Michael Fellinger
917bf6865a
add neovim
2014-11-27 22:16:43 +01:00