Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
oxalica
f9af66562a
neovim-remote: fix build with neovim 0.8
2022-10-04 10:59:08 +02:00
Tae Selene Sandoval Murgan
f88533ec37
neovim-remote: disable tests on Darwin
...
The only enabled test started to fail with write errors. Setting
HOME=$TMPDIR works, but then it fails the same way than the disabled
ones
2022-07-13 10:11:27 +02:00
Tae Selene Sandoval Murgan
394687bf39
neovim-remote: 2.4.0 -> 2.5.1
2022-05-22 15:37:47 +02:00
Sandro
761bee65a3
Merge pull request #166207 from SuperSandro2000/neovim-remote
2022-03-29 12:31:38 +02:00
Sandro Jäckel
1fff543a34
neovim: remove with lib over entire file
2022-03-29 10:45:23 +02:00
Malo Bourgon
fc3331b522
neovim-remote: add meta.mainProgram ( #166173 )
2022-03-29 04:15:31 +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
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Doron Behar
d4169851a5
neovim-remote: add now needed setuptools as input
2020-02-13 13:20:29 -08:00
R. RyanTM
42a0d7f315
neovim-remote: 2.2.3 -> 2.4.0
2020-01-06 19:10:52 -08:00
R. RyanTM
8413dbee82
neovim-remote: 2.2.2 -> 2.2.3
2019-12-01 18:42:33 +01:00
R. RyanTM
1550417b51
neovim-remote: 2.2.1 -> 2.2.2
...
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-remote/versions
2019-10-22 19:00:29 -07:00
Doron Behar
c5f3851909
neovim-remote: 2.2.0 -> 2.2.1
2019-09-21 01:23:01 +09:00
Doron Behar
a111f95401
neovim-remote: 2.1.9 -> 2.2.0
2019-08-20 17:15:08 +09:00
R. RyanTM
f1f66e2296
neovim-remote: 2.1.7 -> 2.1.9
...
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-remote/versions
2019-07-19 15:54:05 -07:00
R. RyanTM
632ff800d1
neovim-remote: 2.1.5 -> 2.1.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-remote/versions
2019-04-16 18:47:21 +02:00
R. RyanTM
8c9566ec84
neovim-remote: 2.1.4 -> 2.1.5 ( #57330 )
...
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-remote/versions
2019-04-01 23:02:39 +02:00
Jörg Thalheim
e2d44a6ec7
neovim-remote: use buildPythonApplication
2019-01-27 18:35:44 +00:00
R. RyanTM
db5ee28843
neovim-remote: 2.1.3 -> 2.1.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/python3.7-neovim-remote/versions
2019-01-16 11:38:19 -08:00
R. RyanTM
1c78a0313d
neovim-remote: 2.1.1 -> 2.1.3 ( #52798 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-neovim-remote/versions
2019-01-01 19:35:21 +01:00
Alexey Shmalko
211938532c
pythonPackages.neovim-remote: 2.1.0 -> 2.1.1
2018-12-09 01:25:54 +02:00
Alexey Shmalko
4898e09215
pythonPackages.neovim-0.3.0 -> pythonPackages.pynvim-0.3.1
2018-12-09 01:15:41 +02:00
R. RyanTM
93a2ad09f5
neovim-remote: 2.0.5 -> 2.1.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-neovim-remote/versions
2018-10-24 02:39:03 -07:00
Frederik Rietdijk
ced21f5e1a
pythonPackages: remove name
attribute`
...
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.
While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Jörg Thalheim
b02b464852
neovim-remote: 1.8.6 -> 2.0.5
2018-05-29 22:30:18 +01:00
Ryan Mulligan
af9d10a91b
treewide: fix derivation names
2018-05-28 05:59:57 -07:00
Rok Garbas
7dce6c88d2
neovim: 0.2.0 -> 0.2.1
...
* neovimLibvterm: 5a748f97 -> 4ca7ebf7
* neovim ruby: 0.5.0 -> 0.5.1
* pythonPackages.neovim: 0.1.13 -> 0.2.0
* libmpack: 1.0.3-rev80bd55ea6 -> 1.0.5
* luaPackages.mpack: switched to new source location, 1.0.7_ef025224a7
* only one set of lua packages, switched to luajit
2017-11-15 01:21:46 +01:00
Rok Garbas
ec7f620831
neovim-remote: 1.4.0 -> 1.6.0
2017-05-02 16:57:40 +02:00
Evan Danaher
ee4f732633
neovim-remote: add meta section.
...
Also add myself to maintainers; it's time to admit I'm not leaving
anytime soon ;)
2017-02-10 11:43:42 -05:00
Evan Danaher
b2fb95a6cf
neovim-remote: move from python-packages to /neovim/neovim-remote.
2017-02-03 16:58:22 -05:00