github-actions[bot]
202eb5ddf5
Merge staging-next into staging
2021-05-05 18:24:02 +00:00
Konstantin Alekseev
e349b77943
neovim: set g:loaded_python_provider = 0
2021-05-05 18:04:09 +02:00
github-actions[bot]
98d7aac597
Merge staging-next into staging
2021-05-04 00:49:43 +00:00
Matt Christ
0f1a3ab3df
emacs pkgs: update org
2021-05-03 17:43:34 -05:00
Matt Christ
e117e00a5c
emacs pkgs: update elpa
2021-05-03 17:43:34 -05:00
Dmitry Kalinkin
e5b86d7ac0
Merge pull request #119874 from veprbl/pr/zmq_fix
...
emacsPackages.melpaPackages.zmq: preventive fix for module-file-suffix change needed for emacs 28
2021-05-03 17:51:05 -04:00
Matt Christ
752f4a2069
emacs pkgs: update melpa recipes
2021-05-03 14:57:27 -05:00
github-actions[bot]
5e177b16b1
Merge staging-next into staging
2021-05-03 18:25:49 +00:00
Daniël de Kok
cc3609a59c
Merge pull request #120354 from kennyballou/update-emacs2nix
...
Update emacs2nix and update-melpa.el
2021-05-03 19:47:02 +02:00
github-actions[bot]
a4c3a2d732
Merge staging-next into staging
2021-05-03 12:26:48 +00:00
R. RyanTM
7bc3bddeb8
bluej: 5.0.0 -> 5.0.1
2021-05-03 08:48:00 +00:00
github-actions[bot]
afe3fd192f
Merge staging-next into staging
2021-05-03 00:53:51 +00: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
a060b84b32
vscod{e,ium}-fhs: add top-level aliases, add description
2021-05-02 13:38:52 -07:00
Jonathan Ringer
9bd292c929
vscod{e,ium}: Add fhs passthru
2021-05-02 13:38:52 -07:00
github-actions[bot]
0e4580d4d0
Merge staging-next into staging
2021-05-02 18:24:58 +00:00
Luke Granger-Brown
0ae084feb2
Merge pull request #110426 from r-ryantm/auto-update/thonny
...
thonny: 3.3.2 -> 3.3.6
2021-05-02 13:27:40 +01:00
Luke Granger-Brown
8c04500313
thonny: 3.3.3 -> 3.3.6
2021-05-02 12:26:15 +00:00
github-actions[bot]
e6037ce5fe
Merge staging-next into staging
2021-05-02 00:58:46 +00:00
Luke Granger-Brown
510fc9cd8f
jetbrains: update
...
jetbrains.clion: 2021.1 -> 2021.1.1
jetbrains.datagrip: 2021.1 -> 2021.1.1
jetbrains.goland: 2021.1 -> 2021.1.1
jetbrains.idea-community: 2021.1 -> 2021.1.1
jetbrains.idea-ultimate: 2021.1 -> 2021.1.1
jetbrains.phpstorm: 2021.1 -> 2021.1.2
jetbrains.pycharm-community: 2021.1 -> 2021.1.1
jetbrains.pycharm-professional: 2021.1 -> 2021.1.1
jetbrains.rider: 2021.1.1 -> 2021.1.2
jetbrains.ruby-mine: 2021.1 -> 2021.1.1
jetbrains.webstorm: 2021.1 -> 2021.1.1
2021-05-01 13:10:30 -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
github-actions[bot]
d7882499f8
Merge staging-next into staging
2021-04-30 12:26:14 +00:00
Sandro
b93dfb3188
Merge pull request #120872 from Hoverbear/vscode-mainProgram
...
vscode: add meta.mainProgram
2021-04-30 13:57:55 +02: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
github-actions[bot]
b4766e97ee
Merge staging-next into staging
2021-04-30 00:52:06 +00:00
Lancelot SIX
d13741eb79
nano: 5.6.1 -> 5.7
...
See https://lists.gnu.org/archive/html/info-gnu/2021-04/msg00013.html for release
announcement.
2021-04-29 20:05:00 +01:00
Anderson Torres
7140d6b36d
Merge pull request #121034 from r-ryantm/auto-update/jove
...
jove: 4.17.3.6 -> 4.17.3.7
2021-04-29 13:19:26 -03:00
R. RyanTM
0bfa1a6538
jove: 4.17.3.6 -> 4.17.3.7
2021-04-28 14:24:57 +00:00
github-actions[bot]
97889a52e1
Merge staging-next into staging
2021-04-27 18:14:28 +00:00
Ana Hobden
87d77c6d88
vscode: add meta.mainProgram
...
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-04-27 07:03:07 -07:00
Mauricio Scheffer
422441ed88
jetbrains.rider: fix internal dotnet runtime/SDK ( #120589 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-27 15:22:06 +02:00
Sandro
1cf28a9f3b
Merge pull request #120697 from raboof/treewide-go-inherit-platforms-instead-of-using-platforms.all
...
treewide: go: inherit platforms instead of using platforms.all
2021-04-27 14:58:17 +02:00
github-actions[bot]
f0290a5d27
Merge staging-next into staging
2021-04-26 18:14:28 +00:00
Ana Hobden
c9ab377ebc
neovim: set meta.mainProgram
...
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-04-26 07:13:22 -07:00
github-actions[bot]
e30742adc3
Merge staging-next into staging
2021-04-26 12:06:35 +00:00
Sandro
927f070592
Merge pull request #119730 from jerith666/eclipse-2021-03
2021-04-26 11:34:29 +02:00
Arnout Engelen
1be3d412c0
treewide: go: inherit platforms instead of using platforms.all
...
`buildGoModule` and `buildGoPackage` by default inherit the `platforms`
from go. That seems better than explicitly configuring `platforms.all`.
There are also many packages that specify 'linux + darwin' - this is
even suggested in the documentation. We might also want to update those,
but let's do the noncontroversial change first.
2021-04-26 08:59:56 +02:00
Matt McHenry
1e67ddbf60
eclipses: 2020-12 -> 2021-03
...
* remove the jdt plugin, as it's not longer packaged separately on the
eclipse download site :-(
https://www.eclipse.org/forums/index.php/t/1107570/
* add eclipse-jee as a second option for those who need jdt
* remove eclipses.rust
this build was present at:
https://www.eclipse.org/downloads/packages/release/2020-12/r
https://www.eclipse.org/downloads/packages/release/2021-03/m2
but is not present at:
https://www.eclipse.org/downloads/packages/release/2021-03/m3
https://www.eclipse.org/downloads/packages/release/2021-03/rc1
https://www.eclipse.org/downloads/packages/release/2021-03/r
https://projects.eclipse.org/projects/tools.corrosion seems to
point users to install as a plugin rather than a top-level eclipse
package.
2021-04-24 12:02:30 -04:00
Kenny Ballou
54a540c448
update-melpa.el: update gitlab fetcher to use API URL
...
GitLab packages were not downloading because the archive URL's used were
invalid. Following the [GitLab API Docs][0], use the correct GitLab
archive URL. This change is mirrored in ttuegel/emacs2nix#57 .
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
2021-04-23 09:37:25 -06:00
Kenny Ballou
46445cc334
emacs2nix: update to fix gitlab archive URLs
...
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
2021-04-23 09:37:25 -06:00
github-actions[bot]
0d97d9f23b
Merge staging-next into staging
2021-04-23 00:15:42 +00:00
github-actions[bot]
481a9bc47c
Merge master into staging-next
2021-04-23 00:15:39 +00:00
SEbbaDK
eb4d997f07
kakounePlugins: add kakboard ( #120264 )
2021-04-23 02:05:44 +02:00
github-actions[bot]
b28a233fef
Merge staging-next into staging
2021-04-22 00:16:19 +00:00
github-actions[bot]
77694c34c6
Merge master into staging-next
2021-04-22 00:16:15 +00:00
Florian Franzen
e967fbf6f7
texmacs: 1.99.18 -> 1.99.19
2021-04-21 23:40:23 +02:00
github-actions[bot]
a260b67879
Merge staging-next into staging
2021-04-21 12:06:26 +00:00
github-actions[bot]
9b3e698b14
Merge master into staging-next
2021-04-21 12:06:23 +00:00
Matthieu Coudron
b3abdc9534
tests.vim: init (moved from vim-utils.nix) ( #119467 )
...
* tests.vim: init (moved from vim-utils.nix)
Moved tests from pkgs/misc/vim-plugins/vim-utils.nix to pkgs/test/vim.
Also reduced the amount of generated config:
- Make it possible to have an empty config when configured adequately
- removed default vim config when using native packages, it could be
source of bugs see linked issues (syntax on overrides vim highlights)
Things to watch out for:
- if you set configure.beforePlugins yourself, you will need to add set nocompatible too not to lose it
- filetype indent plugin on | syn on is not enabled anymore by default for the vim-plug installer: I dont think we should override vim defualts, at least not here since it is shared with neovim. Also sometimes it's enabled before plugins (pathogen etc,) which is not consistent.
you can run the tests via
$ nix-build -A tests.vim
2021-04-21 12:55:05 +02:00
github-actions[bot]
6faea022df
Merge staging-next into staging
2021-04-21 00:15:23 +00:00
github-actions[bot]
99c7bab106
Merge master into staging-next
2021-04-21 00:15:20 +00:00
Jörg Thalheim
991390994a
Merge pull request #119905 from pmenke-de/clion-2021.1-patchelf
...
jetbrains.clion: add patchelf invocations for new binaries
2021-04-20 19:58:46 +01:00
Bryan Gardiner
41714bbcc8
featherpad: 0.10.0 -> 0.18.0 ( #119675 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-20 20:45:01 +02:00
pmenke
d94d7c7714
jetbrains.clion: use lib.optionals instead of lib.optional
2021-04-20 20:07:33 +02:00
Jörg Thalheim
a7a29f5ba0
jetbrains.clion: use libdbusmenu instead of alias
2021-04-20 15:18:44 +02:00
Jörg Thalheim
110a062a7b
jetbrains.clion: switch to autoPatchelfHook
2021-04-20 12:05:13 +02:00
github-actions[bot]
5fe3cbef9a
Merge staging-next into staging
2021-04-20 00:15:41 +00:00
Martin Weinelt
6b34489f81
Merge branch 'master' into staging-next
2021-04-20 02:06:07 +02:00
pmenke
dd2c1dd5c8
jetbrains.clion: add patchelf invocations for new binaries
...
version 2021.1 of clion (introduced with 3839373
) has introduced additional clang related binaries which need patching.
clangd and clazy-standalone also need the provided libclazyPlugin.so on the rpath.
2021-04-19 23:36:55 +02:00
Anderson Torres
254b2000e9
Merge pull request #119851 from lsix/poke-1.2
...
poke: 1.1 -> 1.2
2021-04-19 18:24:46 -03:00
Lancelot SIX
f915ea70a6
poke: 1.1 -> 1.2
...
See https://lists.gnu.org/archive/html/info-gnu/2021-04/msg00003.html
for release information.
2021-04-19 22:03:37 +01:00
Dmitry Kalinkin
24929e8597
emacsPackages.melpaPackages.zmq: preventive fix for module-file-suffix change needed for emacs 28
2021-04-19 10:43:48 -04:00
github-actions[bot]
c577e0ee09
Merge staging-next into staging
2021-04-19 00:15:24 +00:00
github-actions[bot]
a28d31ed86
Merge master into staging-next
2021-04-19 00:15:22 +00:00
Benjamin Asbach
9162925dc4
netbeans: Enable antialiasing for texts in NetBeans IDE ( #119817 )
2021-04-18 19:10:37 -04:00
yuanwang
78028964a8
emacsMacPort: 8.0 -> 8.2
2021-04-18 12:03:00 -06:00
github-actions[bot]
2095c2cd0d
Merge staging-next into staging
2021-04-18 12:06:03 +00:00
github-actions[bot]
9e804db1da
Merge master into staging-next
2021-04-18 12:06:01 +00:00
Robert Helgesson
831e64bad4
Drop maintainership for some packages
2021-04-18 09:00:18 +02:00
Jörg Thalheim
b2a1e04eed
Merge remote-tracking branch 'upstream/staging-next' into HEAD
2021-04-17 16:37:04 +02:00
github-actions[bot]
f620e30ca4
Merge master into staging-next
2021-04-17 00:15:03 +00:00
github-actions[bot]
6a0f49f240
Merge master into staging-next
2021-04-16 18:13:19 +00:00
"SEbbaDK"
8416de5475
kakounePlugins: update
2021-04-16 19:31:10 +02:00
SEbbaDK
12d590ba3d
kakounePlugins: Add pandoc.kak
2021-04-16 19:30:40 +02:00
Alyssa Ross
6e3b5fd046
libungif: remove in favour of giflib
...
libungif was merged into giflib in 2006, and hasn't been updated
since. All non-broken packages still using it build fine with giflib.
See <http://giflib.sourceforge.net/history.html >.
2021-04-16 14:06:10 +00:00
AndersonTorres
1046b6cebf
Manual fixup of shell-command-plus autogeneration
2021-04-15 20:16:33 -03:00
AndersonTorres
6055c59096
Update elpa recipes
2021-04-15 20:06:42 -03:00
AndersonTorres
c3bd8d5569
Update melpa recipes
2021-04-15 20:06:42 -03:00
AndersonTorres
c07ddf1df5
org mode: 20210322 -> 20210412
2021-04-15 20:06:42 -03:00
Martin Weinelt
7cf67850c0
Merge branch 'master' into staging-next
2021-04-15 01:01:26 +02:00
Pascal Bach
3aec774aaa
Merge pull request #119381 from samuela/upkeep-bot/vscode-1.55.2-1618359022
...
vscode: 1.55.0 -> 1.55.2
2021-04-14 23:34:42 +02:00
github-actions[bot]
eb8e023674
Merge master into staging-next
2021-04-14 18:11:01 +00:00
Jörg Thalheim
37a8a32777
Merge pull request #119392 from samuela/upkeep-bot/vscodium-1.55.2-1618381422
...
vscodium: 1.55.0 -> 1.55.2
2021-04-14 13:52:05 +01:00
Jörg Thalheim
7e45a4067f
vscode: nixpkgs-hammering suggestions
2021-04-14 14:50:46 +02:00
Sandro
c0c842c773
Merge pull request #119415 from SuperSandro2000/SuperSandro2000-patch-1
...
jetbrains: fix url literal
2021-04-14 14:25:15 +02:00
github-actions[bot]
963ba38ad9
Merge master into staging-next
2021-04-14 12:06:11 +00:00
Sandro
a095f55964
jetbrains: fix url literal
2021-04-14 13:55:36 +02:00
upkeep-bot
ba212ed8fb
vscodium: 1.55.0 -> 1.55.2
2021-04-14 06:23:43 +00:00
Jamie Magee
66fc4b0133
jetbrains.rider: 2021.1 -> 2021.1.1
2021-04-13 17:38:29 -07:00
upkeep-bot
2dbce91458
vscode: 1.55.0 -> 1.55.2
2021-04-14 00:10:23 +00:00
Luke Granger-Brown
08b22e605b
Merge remote-tracking branch 'upstream/staging-next' into down-integrate-staging
2021-04-12 18:49:01 +00:00
Sandro
eba751cb37
Merge pull request #118602 from oxzi/bonzomatic-2021-03-07
2021-04-12 17:09:12 +02:00
Nikolay Korotkiy
620137afca
cudatext: 1.129.3 → 1.131.0
2021-04-11 22:06:11 +03:00
sternenseemann
4795e7f3a9
apostrophe: remove pandoc-citeproc from dependencies
...
pandoc-citeproc is an optional dependency of apostrophe's dependency
pypandoc. However apostrophe doesn't use pandoc-citeproc as a filter
(anymore?), so we can safely remove this dependency which invites
breakage as the package has been deprecated by upstream.
2021-04-09 14:36:01 +02:00
Alvar Penning
595879fa55
bonzomatic: 2018-03-29 -> 2021-03-07
...
In the meantime, bass was removed. Thus, this package is now only
licensed under the unlicense.
2021-04-09 14:28:25 +02:00
Gabriel Ebner
42981d6ce1
atomEnv: add missing mesa dependency
2021-04-09 09:26:12 +02:00
Nicolas M
1faa5bf13c
glow: 1.4.0 -> 1.4.1 ( #118871 )
2021-04-09 09:13:58 +02:00
Edward Tjörnhammar
40be12c695
jetbrains.clion: fix glob match in build
2021-04-09 00:47:32 +02:00
Edward Tjörnhammar
3839373959
jetbrains: updates
...
jetbrains.clion: 2020.3.3 -> 2021.1
jetbrains.datagrip: 2020.3.2 -> 2021.1
jetbrains.goland: 2020.3.4 -> 2021.1
jetbrains.idea-community: 2020.3.3 -> 2021.1
jetbrains.idea-ultimate: 2020.3.3 -> 2021.1
jetbrains.mps: 2020.3.2 -> 2020.3.3
jetbrains.phpstorm: 2020.3.3 -> 2021.1
jetbrains.pycharm-community: 2020.3.4 -> 2021.1
jetbrains.pycharm-professional: 2020.3.4 -> 2021.1
jetbrains.rider: 2020.3.4 -> 2021.1
jetbrains.ruby-mine: 2020.3.2 -> 2021.1
jetbrains.webstorm: 2020.3.3 -> 2021.1
2021-04-09 00:47:32 +02:00
Sandro
add1a1cd6b
Merge pull request #118530 from SuperSandro2000/fetchzip-urls
2021-04-07 22:39:37 +02:00
Sandro Jäckel
435fe3dab2
sublime: url => urls
...
Fixes eval after 9bbfb26854
2021-04-07 02:41:26 +02:00
Tim Steinbach
7d10c949fa
emacs: 27.1 -> 27.2
2021-04-06 09:52:24 +08:00
R. RyanTM
0ef37c674e
sigil: 1.4.3 -> 1.5.1
2021-04-05 09:17:13 +02:00
Mario Rodas
50667e7adb
Merge pull request #118186 from samuela/upkeep-bot/vscode-1.55.0-1617235921
...
vscode: 1.54.3 -> 1.55.0
2021-04-03 14:27:30 -05:00
Mario Rodas
b4832393bb
Merge pull request #118292 from samuela/upkeep-bot/vscodium-1.55.0-1617322727
...
vscodium: 1.54.3 -> 1.55.0
2021-04-03 14:13:00 -05:00
Frederik Rietdijk
0ca017dadc
jetbrains.pycharm-community: propagate python3
2021-04-03 17:06:10 +02:00
Sandro
0e04d7db6c
Merge pull request #116945 from SuperSandro2000/xlibs-related
2021-04-02 21:41:46 +02:00
upkeep-bot
e689f68281
vscodium: 1.54.3 -> 1.55.0
2021-04-02 00:18:48 +00:00
Daniel Nagy
8a22c2d090
poke: add changelog
2021-04-01 17:59:50 +02:00
upkeep-bot
da2417923b
vscode: 1.54.3 -> 1.55.0
2021-04-01 00:12:01 +00:00
github-actions[bot]
732dc6ef8f
Merge master into staging-next
2021-03-28 00:15:41 +00:00
Anderson Torres
b12d559675
Merge pull request #117803 from AndersonTorres/new-zile
...
zile: 2.6.0.90 -> 2.6.1
2021-03-27 15:19:35 -03:00
AndersonTorres
35d8e068f8
zile: 2.6.0.90 -> 2.6.1
2021-03-27 14:06:45 -03:00
github-actions[bot]
5021a8bc13
Merge master into staging-next
2021-03-27 12:06:13 +00:00
AndersonTorres
7da3df8e9a
Update Emacs MELPA expressions
2021-03-27 05:03:48 -03:00
AndersonTorres
fba4e73b00
Manual fix: remove duplicated shell-command-plus expression
2021-03-27 04:17:50 -03:00
AndersonTorres
4a488a0bf6
Update ELPA packages
2021-03-27 04:14:06 -03:00
AndersonTorres
d63909f045
Update Org Mode Emacs packages
2021-03-27 04:14:06 -03:00
github-actions[bot]
183f374181
Merge master into staging-next
2021-03-27 06:05:41 +00:00
Sandro
61d017abdf
Merge pull request #116485 from Flakebi/kakoune
2021-03-27 02:40:12 +01:00
github-actions[bot]
70fb533d57
Merge master into staging-next
2021-03-26 18:13:54 +00:00
Vladyslav M
a64d2e3bab
Merge pull request #117527 from r-ryantm/auto-update/tiled
...
tiled: 1.4.3 -> 1.5.0
2021-03-26 18:33:21 +02:00
github-actions[bot]
eddd1a74ec
Merge master into staging-next
2021-03-26 12:06:41 +00:00
Michael Raskin
d946d15796
Merge branch 'master' into textadept-11.1
2021-03-26 11:26:01 +00:00
Sandro
d5ea89ab87
Merge pull request #117631 from collinwright/vscode-download-domain
...
vscode: fix upstream domain name
2021-03-26 09:56:36 +01:00
Ben Siraphob
7d97e284e8
treewide: remove redundant stdenv
2021-03-26 12:18:16 +07:00
Wesley Collin Wright
e77681921e
vscode: fix upstream domain name
...
The VS Code team recently retired a deprecated domain used for VS Code
downloads. This breaks update-vscode.sh and customized package
installations (such as used by home-manager). The new domain name is the
one preferred by the VS Code team, as stated in this GitHub issue:
https://github.com/microsoft/vscode/issues/119822
2021-03-25 18:57:00 -05:00
github-actions[bot]
7c9222212f
Merge master into staging-next
2021-03-25 18:14:01 +00:00
Frederik Rietdijk
350f9bd822
Merge pull request #117570 from FRidh/python2alias
...
Python: be explicit on whether it is python2 or python3 that is used
2021-03-25 13:26:35 +01:00
github-actions[bot]
4dc869e403
Merge master into staging-next
2021-03-25 12:06:22 +00:00
Frederik Rietdijk
1d1904bdac
bluefish: don't use strictDeps
...
needs further fixing
2021-03-25 11:04:30 +01:00
Frederik Rietdijk
69832d0e28
bluefish: use python3
2021-03-25 11:00:00 +01:00
Sandro
b4cceda454
Merge pull request #116481 from samuela/upkeep-bot/vscode-1.54.3-1615847575
...
vscode: 1.54.2 -> 1.54.3
2021-03-25 09:36:09 +01:00
github-actions[bot]
eb499aa20e
Merge master into staging-next
2021-03-25 00:17:22 +00:00
R. RyanTM
ce68df16e4
tiled: 1.4.3 -> 1.5.0
2021-03-24 21:59:30 +00:00
Doron Behar
ede740d3b9
Merge pull request #117022 from doronbehar/pkg/vim_configurable
...
vim_configurable: Make disabling guiSupport easier
2021-03-24 21:11:24 +00:00
github-actions[bot]
8e2d0e45c0
Merge master into staging-next
2021-03-24 18:10:39 +00:00
Sandro
41b1ad4dad
Merge pull request #117473 from Synthetica9/vscode-download-link
...
vscode: fix download link
2021-03-24 16:23:58 +01:00
Patrick Hilhorst
873c008c33
vscode: fix download link
2021-03-24 15:24:12 +01:00
Robert Schütz
7865db274b
ghostwriter: 2.0.0-rc4 -> 2.0.0-rc5
2021-03-24 14:27:49 +01:00
github-actions[bot]
ca7fa2ef7b
Merge master into staging-next
2021-03-23 18:20:01 +00:00
Kira Bruneau
d8aeaadb3b
poke: 1.0 -> 1.1
2021-03-23 08:57:22 -04:00
github-actions[bot]
39e3812215
Merge master into staging-next
2021-03-23 06:18:02 +00:00
Flakebi
188b23fb32
kakounePlugins: resolve github repository redirects
2021-03-22 22:53:16 +01:00
Flakebi
3ced681d2c
kakounePlugins: update
2021-03-22 22:52:02 +01:00
Jason Felice
321318e51a
kakounePlugins.kak-ansi: 0.2.1 -> 0.2.3
2021-03-22 12:09:46 -04:00
github-actions[bot]
feda7be375
Merge master into staging-next
2021-03-22 12:26:55 +00:00
Sandro
e905e228ef
Merge pull request #117190 from siraben/darwin-mass-fix-buildInputs=0
2021-03-22 12:04:15 +01: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
Sandro
335412e81c
Merge pull request #112530 from evenbrenden/retext-fix-xdg-desktop
...
retext: fix XDG desktop file
2021-03-22 10:20:06 +01:00