Sandro Jäckel
5108c96e98
neovim: remove global with lib
2022-12-08 00:08:04 +01:00
Alexis Hildebrandt
6092075d23
neovim: 0.8.0 -> 0.8.1
2022-11-15 18:52:15 +01:00
Jens Nolte
d9f5a82c8c
neovim: 0.7.2 -> 0.8.0
2022-10-02 02:39:51 +02:00
José Luis Lafuente
1316546506
neovim: 0.7.0 -> 0.7.2
2022-06-30 14:55:47 +02:00
Maximilian Bosch
cdbc6e64e4
treewide: reduce maintenance workload for ma27
...
Note: I DO NOT resign from nixpkgs, not at all!
However, I like a clean notification inbox and I get a lot of stuff for
packages where I'm only an end-user or don't use them anymore and thus
can't help out that much.
So please consider it a measure to reduce the mental load for me when
going through my notifications ;-)
2022-06-19 12:07:43 +02:00
Tae Selene Sandoval Murgan
f7e2353e0b
neovim: Pass CoreServices when building on darwin
2022-05-22 09:16:22 +02:00
Thiago Franco de Moraes
0e9bebed0c
neovim: 0.6.0 -> 0.7.0
2022-04-16 10:39:52 +02:00
Doron Behar
eb5409461a
neovim: Explain more why tests are disabled
2022-03-30 12:08:06 +03:00
Doron Behar
f80b906b3a
neovim: cleanup a bit libluv related hacks
...
Remove unneeded cmakeFlags and explain more what is the difference
between lua.pkgs.libluv and lua.pkgs.luv.
2022-03-29 22:16:24 +03:00
Matthieu Coudron
d3dcc106c8
neovim: revert the linker changes that cause issues on nix
...
some linker flags have been added to support declarative treesitter grammars but the justification is fuzzy and it breaks several stuff on nix see https://github.com/NixOS/nixpkgs/pull/147658
2022-03-29 04:31:47 +02:00
Jonathan Ringer
91e5be0fc0
neovim: fix treesitter for darwin
2022-01-25 16:22:05 -08:00
Cody Hiar
abe84c21a9
neovim: add ldflag for treesitter plugins requiring libstdc++
2022-01-24 15:33:23 -08:00
Ashish SHUKLA
9d6d1a474b
neovim: 0.6.0 -> 0.6.1
2021-12-31 14:21:40 -08:00
Christian Kögler
fc48d182bc
neovim: 0.5.1 -> 0.6.0
2021-12-01 10:11:17 +01:00
Christian Kögler
8b62b01325
neovim: Remove X11 dependency
...
Remove runtime dependency to X11 for smaller closure sizes
and reduced complexity.
2021-10-28 18:57:13 +02:00
Gabriel Ebner
7005f1e6e2
neovim: 0.5.0 -> 0.5.1
2021-09-27 11:13:49 +02:00
Gregory Anders
8477406018
neovim: allow extra Lua packages
2021-08-31 19:46:44 -06:00
Matthieu Coudron
51e3fe5346
neovim: set meta in the unwrapped version
...
instead of the wrapper: the wrapper will inherit the value from the unwrapped version. This allows nix run nixpkgs#neovim-unwrapped to work too.
2021-07-10 20:49:40 +02:00
Roman Volosatovs
58ba227160
neovim: 0.4.4 -> 0.5.0
...
`"-DUSE_BUNDLED=OFF"` is from 2bcf18deaa/contrib/flake.nix (L25)
2021-07-02 18:10:01 +02:00
Martin Weinelt
d942d4473d
neovim, neovimUtils, neovim-qt: drop python2 support
...
In 2a00e53bd
pynvim support for python2 was disabled, this broke the
neovim build. I really think it is time to let go of python2 support in
neovim.
2021-05-02 22:43:53 +02:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Sirio Balmelli
0f1434cb2a
neovim: fix build on Darwin
...
libluv path passed to -DLIBLUV_LIBRARY broken by change in libluv, eg:
libluv.dylib -> libluv.1.30.0.dylib
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-08-14 23:29:31 +02:00
yoctocell
7f137849e8
neovim: 0.4.3 -> 0.4.4
2020-08-05 10:22:53 +02:00
Matthieu Coudron
b4c7a0b762
neovim-unwrapped: improve testing ability
...
Make functionaltests more complete.
2020-06-06 20:21:17 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
...
Idea shamelessly stolen from 4e60b0efae
.
I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.
As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.
I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Manuel Mendez
b840977407
neovim: Drop jemalloc
...
See https://github.com/neovim/neovim/pull/9526 .
2019-12-25 23:49:21 +01:00
Matthias Beyer
44465d3480
neovim: 0.4.2 -> 0.4.3
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-11-23 19:24:49 +01:00
Daiderd Jordan
c819648a68
neovim: link against libluv on darwin
2019-10-02 00:30:42 +02:00
Roman Volosatovs
824869c3fc
neovim: 0.3.8 -> 0.4.2
2019-09-16 22:00:43 +02:00
Craig Hall
6bdaca51e8
neovim: sort lists alphabetically
2019-09-16 16:10:13 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Roman Volosatovs
c7a4a0c852
neovim: 0.3.7 -> 0.3.8
2019-07-07 10:22:59 +02:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything
2019-07-03 11:27:39 +02:00
R. RyanTM
f11a3e6685
neovim-unwrapped: 0.3.5 -> 0.3.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/neovim-unwrapped/versions
2019-06-02 20:35:36 +09:00
Matthieu Coudron
66a1e97719
neovim-unwrapped: don't fix cmake
...
Pollutes git status
2019-05-31 17:07:09 +09:00
Gabriel Ebner
b8a6775227
neovim: use lua on aarch64
2019-05-16 12:37:15 +02:00
R. RyanTM
ac843c34bb
neovim-unwrapped: 0.3.4 -> 0.3.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/neovim-unwrapped/versions
2019-05-01 06:38:34 -07:00
Matthieu Coudron
aaeaa6d1c6
Add checkPhase for neovim (disabled by default) ( #55266 )
...
* neovim-unwrapped: now use lua environments
* mpv: use lua environments
* luaPackages.inspect: init at 3.1.1-0
* luaPackages.lgi: mark as a lua module
* luaPackages.vicious: mark as a lua module
2019-02-05 15:00:19 +00:00
Silvan Mosberger
f3e03ff438
Merge pull request #54591 from symphorien/nvim-refs
...
neovim: remove spurious references to compilation flags
2019-01-26 00:03:57 +01:00
Symphorien Gibol
b9a9f28dad
neovim: remove spurious references to compilation flags
2019-01-25 22:20:12 +01:00
Timo Kaufmann
ab22e8cc9c
neovim: generate remote plugin manifest
...
This makes sure the user doesn't have to call `UpdateRemotePlugins`
manually for plugins installed through nix. A minor patch to neovim is
necessary, but it should be harmless. See
https://github.com/neovim/neovim/issues/9413 for a discussion about
the patch.
2019-01-18 21:18:32 +01:00
R. RyanTM
db44656467
neovim-unwrapped: 0.3.3 -> 0.3.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/neovim-unwrapped/versions
2019-01-17 00:13:16 -08:00
Roman Volosatovs
b4ed953bb2
neovim: 0.3.2 -> 0.3.3
2019-01-06 21:49:31 +01:00
Milan Svoboda
b58ccb43c9
neovim: 0.3.1 -> 0.3.2 ( #53130 )
...
* update neovim
* neovim: -> 0.3.2
2019-01-01 19:03:47 +01:00
Timo Kaufmann
d9d9ac989a
neovim: mark as broken for aarch64
...
Has always been broken.
2018-12-31 11:12:51 +01:00
Orivej Desh
65663f883c
msgpack: rename from libmsgpack
...
The project does not use the name "libmsgpack". It variously uses "msgpack" and
"msgpack-c", and "msgpackc" for the name of the library.
2018-08-18 23:19:54 +00:00
Wael M. Nasreddine
5c7c2be709
neovim: fix the xsel path in the clipboard runtime provider
2018-07-22 21:32:16 -07:00