Commit graph

5855 commits

Author SHA1 Message Date
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
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
Ana Hobden c9ab377ebc neovim: set meta.mainProgram
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-04-26 07:13:22 -07: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
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] 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] 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] 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
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
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
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
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
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