Commit graph

28 commits

Author SHA1 Message Date
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
Matthieu Coudron 3a25004f2b neovim-qt-unwrapped: init at 2.16.1
more like a refactoring. It was already available but via neovim-qt.passthru.unwrapped

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-22 10:31:26 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Viacheslav Lotsmanov 897d92c854 neovim-qt: 0.2.15 -> 0.2.16.1 2020-10-03 19:12:57 +02:00
Kevin Cox 599089ed1d
neovim-qt: Add homepage 2020-08-31 07:19:40 -04:00
Dmitry Olyenyov e40adc8788 neovim-qt: 0.2.12 -> 0.2.15 2019-11-21 11:45:00 +03:00
Shreyansh Khajanchi 7885eeaffd neovim-qt: fix icons 2019-10-17 14:11:41 +09:00
Peter Hoeg 0b9b95d5b1 neovim-qt: 0.2.11 -> 0.2.12 2019-08-05 14:42:37 +09:00
Timo Kaufmann 0d028c3bee
neovim-qt: add desktop file to wrapper (#53777)
My recent change in #53447 caused neovim-qt to no longer be recognized
as a desktop application.
2019-01-10 22:18:04 +01:00
Timo Kaufmann ee9bc405b9 neovim-qt: wrap in separate derivation
This makes it possible to swap out the (wrapped) neovim without
recompiling neovim-qt. In particular, the user can use `neovim.override`
to configure their neovim and then use that same configuration for
neovim-qt, without having to give up binary caching.
2019-01-06 10:56:27 +01:00
R. RyanTM 4c3e1114d8 neovim-qt: 0.2.10 -> 0.2.11
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-qt/versions
2018-12-14 23:01:19 -08:00
R. RyanTM 76051c1ef6 neovim-qt: 0.2.9 -> 0.2.10 (#46234)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
neovim-qt
2018-09-15 17:19:19 +02:00
R. RyanTM 9dfb851c6f neovim-qt: 0.2.8 -> 0.2.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-qt/versions.
2018-08-24 00:21:53 -07:00
Andrew Childs 3f0fa8fd77 neovim-qt: fix msgpack dependency, disable failing test, Darwin 2018-08-20 01:07:57 +09: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
Peter Hoeg 608fe16482 neovim-qt: 0.2.7 -> 0.2.8
We now also run some of the tests which is better than nothing.
2017-09-09 09:32:13 +08:00
Thomas Tuegel c816bbc8a8
qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
Rok Garbas 33960efb13 neovim-qt: 0.2.6 -> 0.2.7 2017-05-02 16:57:40 +02:00
Peter Hoeg 26625c928b neovim-qt: run tests 2017-03-08 20:31:29 +08:00
Peter Hoeg a9e990b818 neovim: 0.2.5 -> 0.2.6 2017-03-08 20:07:40 +08:00
Peter Hoeg 2c99575c66 neovim-qt: 0.2.4 -> 0.2.5 2017-03-08 17:35:37 +08:00
Peter Hoeg f0d0e21a5e neovim-qt: clean up 2017-02-11 02:39:15 +08:00
Igor Sharonov b5286f3747 neovim-qt: 0.2.3 -> 0.2.4 2016-12-03 16:16:45 +03:00
Rok Garbas c27c1b2696
neovim-qt: 0.2.1 -> 0.2.3 2016-10-30 23:06:59 +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
Michael Raskin ef46388c48 neovim-qt: 0pre -> 0.2.1, use libmsgpack 1.4 2016-08-03 17:58:22 +02:00
Rok Garbas 0b516052e8 neovim: collect gui's in one place 2015-11-07 19:53:41 +01:00
Renamed from pkgs/applications/editors/neovim-qt/default.nix (Browse further)