github-actions[bot]
ec10b0958d
Merge master into staging-next
2021-05-15 12:25:33 +00:00
Devin Singh
5d176f3c20
vimPlugins.vim-clap: fix hash
2021-05-15 14:16:19 +02:00
Devin Singh
18355b4748
trouble.nvim: lsp-trouble.nvim -> trouble.nvim
2021-05-15 14:16:19 +02:00
github-actions[bot]
1d2db66464
Merge master into staging-next
2021-05-12 12:27:04 +00:00
Florian Beeres
0326ec60b5
vimPlugins.qfenter: init at 2020-10-09
2021-05-12 13:12:39 +02:00
Florian Beeres
c41a405209
vimPlugins: Update
2021-05-12 13:10:48 +02:00
github-actions[bot]
10e16ec9ab
Merge master into staging-next
2021-05-11 06:20:33 +00:00
fortuneteller2k
ee4520e789
vimPlugins.aurora: init at 2021-05-10
2021-05-10 19:54:21 -07:00
fortuneteller2k
7cda01fcb8
vimPlugins.fwatch-nvim: init at 2021-04-26
2021-05-10 19:54:21 -07:00
fortuneteller2k
8e5211de81
vimPlugins.floating-nvim: init at 2021-05-08
2021-05-10 19:54:21 -07:00
fortuneteller2k
28ed9e7f3c
vimPlugins.Shade-nvim: init at 2021-04-29
2021-05-10 19:54:21 -07:00
fortuneteller2k
63872607cd
vimPlugins: update
2021-05-10 19:54:21 -07:00
github-actions[bot]
49b8e6f7d4
Merge master into staging-next
2021-05-11 00:48:15 +00:00
Florian Beeres
04af46573a
vimPlugins.vim_current_word: init at 2021-01-27
2021-05-10 23:19:36 +02:00
Florian Beeres
edb5f5ee8c
vimPlugins: update
2021-05-10 23:18:30 +02:00
github-actions[bot]
61fa3fdde8
Merge master into staging-next
2021-05-10 18:28:17 +00:00
fortuneteller2k
9bf3ecbe66
vimPlugins.specs-nvim: init at 2021-05-05
2021-05-10 22:12:39 +08:00
fortuneteller2k
21cc6fe587
vimPlugins.hologram-nvim: init at 2021-05-01
2021-05-10 22:12:39 +08:00
fortuneteller2k
021813a495
vimPlugins: update
2021-05-10 22:12:30 +08:00
github-actions[bot]
f4d69ad1f2
Merge master into staging-next
2021-05-10 06:20:28 +00:00
Anna Kudriavtsev
6eab05da6c
vimPlugins: update
2021-05-09 20:16:05 -07:00
Vladimír Čunát
5663b2b2d3
Merge branch 'master' into staging-next
...
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
Sandro
1b844ebaf5
Merge pull request #122079 from JRavi2/vim-deus
...
vimPlugins.vim-deus: init at 2021-03-28
2021-05-08 21:35:21 +02:00
Martin Weinelt
9651084620
Merge remote-tracking branch 'origin/master' into staging-next
2021-05-08 14:43:43 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
github-actions[bot]
e21fb16f9a
Merge master into staging-next
2021-05-08 06:20:05 +00:00
fortuneteller2k
5a4cec0482
vimPlugins.diffview-nvim: init at 2021-05-06
2021-05-07 22:49:43 -07:00
fortuneteller2k
44decf41ef
vimPlugins.markdown-preview-nvim: init at 2021-03-10
2021-05-07 22:49:43 -07:00
fortuneteller2k
ad7bc81b96
vimPlugins.vim-smali: init at 2015-11-05
2021-05-07 22:49:43 -07:00
fortuneteller2k
cf3c9970ea
vimPlugins.vim-lua: init at 2020-08-05
2021-05-07 22:49:43 -07:00
fortuneteller2k
a89bc1c469
vimPlugins.lsp-trouble-nvim: init at 2021-05-07
2021-05-07 22:49:43 -07:00
fortuneteller2k
28a49433a1
vimPlugins: change rnvimr branch
2021-05-07 22:49:43 -07:00
fortuneteller2k
dad28f9269
vimPlugins: update
2021-05-07 22:49:43 -07:00
Ravi Jain
3e44834779
vimPlugins.vim-deus: init at 2021-03-28
2021-05-08 00:06:37 +05:30
github-actions[bot]
1ae6d3d02f
Merge master into staging-next
2021-05-07 18:24:29 +00:00
Jonathan Wilkins
2b1cc5092e
remove unnecessary patch
...
This patch
a504be8c70
.patch
has already been applied upstream
2021-05-07 10:39:35 -07:00
John Ericson
17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
...
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Andrew Childs
7869d16545
llvmPackages: Multuple outputs for everythting
...
Also begin to start work on cross compilation, though that will have to
be finished later.
The patches are based on the first version of
https://reviews.llvm.org/D99484 . It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.
Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.
----
Other misc notes, highly incomplete
- lvm-config-native and llvm-config are put in `dev` because they are
tools just for build time.
- Clang no longer has an lld dep. That was introduced in
db29857eb3
, but if clang needs help
finding lld when it is used we should just pass it flags / put in the
resource dir. Providing it at build time increases critical path
length for no good reason.
----
A note on `nativeCC`:
`stdenv` takes tools from the previous stage, so:
1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`
while:
1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Sandro
5c63565c74
Merge pull request #120629 from jupblb/gruvbox-nvim
2021-04-30 03:28:38 +02:00
"Andrey Kuznetsov"
8c4f24dfc4
vimPlugins.friendly-snippets: init at 2021-04-17
2021-04-29 10:16:41 +00:00
"Andrey Kuznetsov"
44ba3c22d0
vimPlugins.vim-code-dark: init at 2021-04-09
2021-04-29 10:16:14 +00:00
"Andrey Kuznetsov"
7e49de89e3
vimPlugins: update
2021-04-29 10:15:50 +00:00
Andrey Kuznetsov
3c3f328bc1
vimPlugins.which-key-nvim: fix branch
2021-04-29 10:15:14 +00:00
jupblb
d61fc4c2a3
Update vim-clap cargoSha256
2021-04-29 09:29:58 +02:00
jupblb
85c333d358
vimPlugins.gruvbox-nvim: init at 2021-04-23
2021-04-29 09:29:57 +02:00
Pablo Ovelleiro Corral
cfa0a57765
Add which-key-nvim ( #121092 )
2021-04-29 03:14:43 +02:00
Sandro
bdce7261ef
Merge pull request #119977 from malob/vimplugins-add-overrides
2021-04-26 06:43:48 +02:00
Vincent Cui
7b0b4c048a
vimPlugins.lazygit-nvim: init at 2021-03-25
2021-04-24 13:33:34 +02:00
"Vincent Cui"
12ece33098
vimPlugins.vim-helm: init at 2020-01-02
2021-04-24 13:33:34 +02:00
"Vincent Cui"
de69947e83
vimPlugins.vim-xtabline: init at 2021-01-31
2021-04-24 13:33:34 +02:00