Commit Graph

7556 Commits

Author SHA1 Message Date
Sandro
615a0a3593
Merge pull request #164165 from ilya-fedin/vscode-clear-closure 2022-03-28 13:23:55 +02:00
R. Ryantm
71fba1fb0b vim: 8.2.4350 -> 8.2.4609 2022-03-27 13:14:20 -07:00
"Minijackson"
006d42d8f0 vimPlugins.telescope-ui-select-nvim: init at 2022-03-20 2022-03-27 20:12:07 +02:00
"Minijackson"
9b94bfa168 vimPlugins: resolve github repository redirects 2022-03-27 20:05:08 +02:00
github-actions[bot]
36198fe197
Merge staging-next into staging 2022-03-27 18:01:40 +00:00
github-actions[bot]
e3d20dfaa5
Merge master into staging-next 2022-03-27 18:01:05 +00:00
"Minijackson"
c22627a866 vimPlugins: update 2022-03-27 19:59:14 +02:00
Sandro
a025dff6dd
Merge pull request #165891 from harrisonthorne/add-hotpot-nvim 2022-03-27 16:41:35 +02:00
Sandro
17110807dd
Merge pull request #165686 from gador/update-pinegrow-6.5 2022-03-27 16:15:49 +02:00
Martin Weinelt
d68657af92 Merge remote-tracking branch 'origin/master' into staging-next 2022-03-27 15:54:05 +02:00
Anderson Torres
c10737b3a0
Merge pull request #165904 from AndersonTorres/new-elisp
Elisp updates
2022-03-27 10:22:55 -03:00
Sandro
39cb7c0e3e
Merge pull request #165598 from bobby285271/apostrophe 2022-03-27 12:54:44 +02:00
AndersonTorres
e5f4b80b9a emacs.pkgs.plz: update description 2022-03-26 23:10:10 -03:00
AndersonTorres
73a3119c3d nongnu-packages.nix: update comment 2022-03-26 23:09:13 -03:00
AndersonTorres
74d67b052c melpa-packages.nix: update comment 2022-03-26 23:08:58 -03:00
AndersonTorres
18dab4b019 elpa-packages.nix: update comment 2022-03-26 23:08:34 -03:00
AndersonTorres
334d60d7b3 elpa-generated.nix: manual fixup 2022-03-26 23:07:53 -03:00
AndersonTorres
440221f06c elpa-generated.nix: updated 2022-03-26 2022-03-26 20:01:49 -03:00
AndersonTorres
7ee717161e recipes-archive-melpa.json: updated 2022-03-26 2022-03-26 20:01:29 -03:00
AndersonTorres
b8f0be76d0 nongnu-generated.nix: updated 2022-03-26 2022-03-26 20:00:33 -03:00
Ben Siraphob
ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux 2022-03-26 16:01:56 -05:00
Vladimír Čunát
a42ca0678b
Merge branch 'master' into staging-next 2022-03-26 09:20:38 +01:00
Jan Tojnar
1e8f2716bc gnome-builder: 42.rc1 → 42.0
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/42.rc1...42.0
2022-03-25 15:02:41 +01:00
Jan Tojnar
3c834a10ca gnome-builder: 42.beta1 → 42.rc1
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/42.beta1...42.rc1
2022-03-25 15:02:37 +01:00
Jan Tojnar
09c31ed811 gnome-builder: 42.alpha1 → 42.beta1
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/42.alpha1...42.beta1
2022-03-25 15:02:33 +01:00
Jan Tojnar
316d1c2e9a gnome-builder: 41.3 → 42.alpha1
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/41.3...42.alpha1
2022-03-25 15:01:26 +01:00
github-actions[bot]
a9efb8b792
Merge master into staging-next 2022-03-25 12:01:27 +00:00
Ryan Mulligan
1d425aeca2
Merge pull request #165736 from r-ryantm/auto-update/cudatext
cudatext: 1.158.2 -> 1.159.0
2022-03-25 04:33:03 -07:00
Vladimír Čunát
0a8b4eddd2
Merge branch 'master' into staging-next 2022-03-25 10:16:56 +01:00
Ben Siraphob
5e9f61240c
Merge pull request #162096 from Synthetica9/micro-test-expect 2022-03-24 23:23:55 -05:00
R. Ryantm
08353710a9 cudatext: 1.158.2 -> 1.159.0 2022-03-25 04:04:09 +00:00
Ben Siraphob
1cf5591a99
Merge pull request #165303 from Stunkymonkey/treewide-pname-version-18 2022-03-24 22:55:34 -05:00
Naïm Favier
e6ff028cfa
vim_configurable: drop patchelf
It doesn't seem to change the RPATH even with all features enabled.
2022-03-25 00:12:19 +01:00
Naïm Favier
0eb92176bf
vim_configurable: don't accept arbitrary arguments
This hides potential errors.
2022-03-25 00:12:19 +01:00
Naïm Favier
65a6e2cb0d
vim_configurable: don't rewrap
See discussion at 40dea2488f (commitcomment-68982753)

Also remove the patchelf call on gvim since it's a symlink now.
2022-03-25 00:12:19 +01:00
Naïm Favier
7ab1fd262f
vimUtils.makeCustomizable: rewrite to include more things
The current wrapper only includes vim, gvim and the man pages
(optionally). This rewrite distinguishes two scenarios, which I expect
cover the majority of use cases:

- standalone mode, when `name != "vim"`, means the user already has a
  vim in scope and only wants to add a customized version with a
  different name. In this case we only include wrappers for `/bin/*vim`.
- non-standalone mode, when `name == "vim"`, means the user expects a
  normal vim package that uses the specified configuration. In this case
  we include everything in the original derivation, with wrappers for
  all the executables that accept a vimrc.
2022-03-25 00:12:02 +01:00
florian on nixos (Florian Brandes)
6c7720839b
pinegrow: 6.4 -> 6.5
also switched to makeWrapper due to library issues

Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-24 21:00:09 +01:00
Bobby Rong
255b02ef46
apostrophe: 2.5 -> 2.6.1
https://gitlab.gnome.org/World/apostrophe/-/compare/v2.5...v2.6.1
https://gitlab.gnome.org/World/apostrophe/-/blob/v2.6.1/NEWS
2022-03-24 19:18:22 +08:00
Harrison Thorne
ea4a29cac3
vimPlugins.hotpot-nvim: init at 2022-03-23 2022-03-24 00:09:00 -05:00
Felix Buehler
e0476d93fe treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
Luz
9e0b2d7288 hexdino: 0.1.0 -> 0.1.1 2022-03-23 22:13:28 +01:00
OPNA2608
d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
github-actions[bot]
c80dabe3b1
Merge staging-next into staging 2022-03-23 06:01:55 +00:00
Sandro
7e908a4c0e
Merge pull request #165240 from peri4n/master 2022-03-23 04:30:35 +01:00
github-actions[bot]
e452d308f5
Merge staging-next into staging 2022-03-22 12:02:02 +00:00
adisbladis
a98778998c
Merge pull request #165031 from anpandey/emacspeak
emacspeak: Use bundled espeak server instead of espeak-ng
2022-03-22 23:22:46 +12:00
"Fabian Bull"
a1a6472993 vimPlugins: update 2022-03-22 10:00:24 +01:00
github-actions[bot]
c62314becb
Merge staging-next into staging 2022-03-22 06:01:42 +00:00
Sandro
4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2 2022-03-22 02:13:45 +01:00
github-actions[bot]
03c279d7ea
Merge staging-next into staging 2022-03-22 00:02:58 +00:00
Austin Butler
85c14e9c0f vscode-extensions.matklad.rust-analyzer: 0.2.834 -> 0.2.975 2022-03-21 15:32:53 -04:00
Vladimír Čunát
a519740b4c
Merge branch 'staging-next' into staging 2022-03-21 11:57:43 +01:00
Ankit Pandey
23b44464be emacspeak: Use bundled espeak server instead of espeak-ng
Emacspeak comes with its own native speech server which is compiled in
the derivation but never actually used by emacspeak. Instead emacspeak
uses espeak-ng, which echoes every command issued to the server and
won't shut up about tts sync states.

Fix this by setting DTK_PROGRAM to the bundled espeak server.
2022-03-20 15:41:12 -07:00
Ryan Mulligan
1a15d67301
Merge pull request #164904 from r-ryantm/auto-update/cudatext
cudatext: 1.156.2 -> 1.158.2
2022-03-20 07:27:58 -07:00
Martin Weinelt
f4f3622cb1 Merge remote-tracking branch 'origin/staging-next' into staging 2022-03-20 00:00:32 +01:00
R. Ryantm
30d50ea29a cudatext: 1.156.2 -> 1.158.2 2022-03-19 22:37:07 +00:00
Anderson Torres
66daa87ee8
Merge pull request #164822 from AndersonTorres/new-elisp
elisp updates
2022-03-19 10:16:47 -03:00
Fabian Affolter
68edc52a7d
Merge pull request #164791 from dtzWill/update/ghostwriter-2.1.2
ghostwriter: 2.1.1 -> 2.1.2
2022-03-19 11:57:04 +01:00
AndersonTorres
a77f9113f4 recipe-archives-melpa: updated 2022-03-19 2022-03-19 02:37:23 -03:00
AndersonTorres
2e63f9a6c1 nongnu-generated: updated 2022-03-19 2022-03-19 02:37:02 -03:00
AndersonTorres
32fd7b62f6 elpa-generated: updated 2022-03-19 2022-03-19 02:36:29 -03:00
Malo Bourgon
08e25bd2cc vimPlugins.vim-colorschemes: add overlay to address hash issue 2022-03-18 12:56:42 -07:00
Will Dietz
b38b985ee3 ghostwriter: 2.1.1 -> 2.1.2
https://github.com/wereturtle/ghostwriter/releases/tag/2.1.2
2022-03-18 14:51:13 -05:00
Austin Butler
27a8d53c69 vimPlugins.vim-clap: fix cargoSha256 2022-03-18 10:55:14 -07:00
github-actions[bot]
691557fc47
Merge staging-next into staging 2022-03-18 00:03:09 +00:00
Sandro
6cc306ec23
Merge pull request #163050 from WolfangAukang/cloudformation-linter 2022-03-18 00:01:26 +01:00
github-actions[bot]
2eac3106df
Merge staging-next into staging 2022-03-17 00:02:45 +00:00
Felix Buehler
d1d06e33c6 emacs27Packages: switch to fetchFromGitHub 2022-03-16 23:23:11 +01:00
Sandro
526f424d8b
Merge pull request #162984 from Eliot00/lapce-init 2022-03-16 21:13:40 +01:00
github-actions[bot]
0cd23d8f14
Merge staging-next into staging 2022-03-16 12:01:48 +00:00
Elliot
ceedfe8c21
lapce: init at 0.0.10
Update pkgs/applications/editors/lapce/default.nix

Co-authored-by: Leix b <abone9999@gmail.com>

Update pkgs/applications/editors/lapce/default.nix

Co-authored-by: Leix b <abone9999@gmail.com>

Update pkgs/applications/editors/lapce/default.nix

Co-authored-by: Leix b <abone9999@gmail.com>

Update pkgs/applications/editors/lapce/default.nix

Co-authored-by: Leix b <abone9999@gmail.com>

fix: undefined variables

Update pkgs/applications/editors/lapce/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/applications/editors/lapce/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/applications/editors/lapce/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/applications/editors/lapce/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/applications/editors/lapce/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

rename patch file
2022-03-16 19:28:46 +08:00
Bobby Rong
ba54abc9be
Merge pull request #164329 from wamserma/vscode-marp
vscode-extensions.marp-team.marp-vscode: init at 1.5.0
2022-03-16 16:09:44 +08:00
Bobby Rong
1a8e4b26da
Merge pull request #164326 from wamserma/vscode-snake-trail
vscode-extensions.richie5um2.snake-trail: init at 0.6.0
2022-03-16 15:58:55 +08:00
zowoq
6431086967 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/symengine/default.nix
2022-03-16 16:03:43 +10:00
Markus S. Wamser
6ec0c7c73d vscode-extensions.marp-team.marp-vscode: init at 1.5.0 2022-03-15 23:48:58 +01:00
Markus S. Wamser
0d63a942b7 vscode-extensions.richie5um2.snake-trail: init at 0.6.0 2022-03-15 23:07:55 +01:00
Ilya Fedin
188743537d vscode: don't dump all the commands to a file
This is necessary due to cp -r ./* commands that copy this debug file
2022-03-15 19:39:26 +04:00
Vladimír Čunát
f48c1fda6b
Merge branch 'master' into staging-next
Conflict in pkgs/development/libraries/libvirt/default.nix
required manual adjustments.  The fetched patch is already in src.
I checked that libvirt builds.
2022-03-15 09:52:04 +01:00
Ilya Fedin
8213bd8199 vscode: gtk2 is not a dependency 2022-03-15 00:23:25 +04:00
Ryan Horiguchi
f2bdaba3fd vscode-extensions.pkief.material-icon-theme: 4.12.1 -> 4.14.1 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
631534d97d vscode-extensions.redhat.vscode-yaml: 1.3.0 -> 1.5.1 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
58d61dab7b vscode-extensions.redhat.java: 1.3.0 -> 1.4.0 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
4f2a47bc5e vscode-extensions.ms-azuretools.vscode-docker: 1.19.0 -> 1.20.0 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
2bf666caaf vscode-extensions.jock.svg: 1.4.15 -> 1.4.17 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
809af29d7b vscode-extensions.formulahendry.auto-rename-tag: 0.1.9 -> 0.1.10 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
28a9b17413 vscode-extensions.formulahendry.auto-close-tag: 0.5.13 -> 0.5.14 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
2730e56ed8 vscode-extensions.esbenp.prettier-vscode: 9.2.0 -> 9.3.0 2022-03-14 08:22:11 -07:00
Ryan Horiguchi
f48caecaf3 vscode-extensions.eamodio.gitlens: 12.0.1 -> 12.0.3 2022-03-14 08:22:11 -07:00
Alyssa Ross
864f1413b0 tuxguitar: 1.5.4 -> 1.5.5
Fixes: CVE-2020-14940
2022-03-14 12:57:35 +00:00
Alyssa Ross
d7e181ff83
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/compilers/ocaml/4.12.nix
	pkgs/development/python-modules/oci/default.nix
	pkgs/tools/admin/bubblewrap/default.nix
2022-03-14 12:33:16 +00:00
github-actions[bot]
38910351b7
Merge master into staging-next 2022-03-13 18:01:01 +00:00
R. Ryantm
7db19e78ff sigil: 1.9.1 -> 1.9.2 2022-03-13 16:59:52 +00:00
github-actions[bot]
72b55bcbef
Merge master into staging-next 2022-03-13 12:01:10 +00:00
Bobby Rong
a43b43afe0
Merge pull request #163636 from samuela/upkeep-bot/vscode-1.65.2-1646957576
vscode: 1.65.1 -> 1.65.2
2022-03-13 14:12:56 +08:00
github-actions[bot]
1630ab9b47
Merge master into staging-next 2022-03-13 06:05:11 +00:00
Ben Siraphob
2e5f3cde8d
Merge pull request #160115 from steinybot/fix/jetbrains-apple-m1 2022-03-12 17:57:19 -08:00
github-actions[bot]
6f7d104254
Merge master into staging-next 2022-03-13 00:02:14 +00:00
Jason Pickens
5497a92786
jetbrains: add support for Apple M1 2022-03-13 12:50:19 +13:00
Sandro
b0e141e3fe
Merge pull request #163666 from samuela/upkeep-bot/vscodium-1.65.2-1647000634 2022-03-12 23:43:39 +01:00
github-actions[bot]
a9a2d9475d
Merge staging-next into staging 2022-03-11 18:01:59 +00:00
github-actions[bot]
7573d7fe79
Merge master into staging-next 2022-03-11 18:01:20 +00:00
Sandro
d45b423d13
Merge pull request #163534 from leungbk/zoxide 2022-03-11 16:34:25 +01:00
nixpkgs-upkeep-bot
f03b1a937e vscodium: 1.65.1 -> 1.65.2 2022-03-11 12:10:34 +00:00
nixpkgs-upkeep-bot
2a6d639705 vscode: 1.65.1 -> 1.65.2 2022-03-11 00:12:56 +00:00
github-actions[bot]
eaea048b2a
Merge staging-next into staging 2022-03-11 00:02:48 +00:00
github-actions[bot]
a4c1084dad
Merge master into staging-next 2022-03-11 00:02:10 +00:00
adisbladis
81b567d826
Merge pull request #163064 from alyssais/ebuild-mode-1.55
emacs.pkgs.ebuild-mode: 1.53 -> 1.55
2022-03-11 09:47:12 +12:00
Brian Leung
aaa77bb67d
vimPlugins: update 2022-03-10 07:57:49 -08:00
Brian Leung
3ae12468e7
vimPlugins.telescope-zoxide: init at 2021-10-21 2022-03-10 07:55:15 -08:00
"Brian Leung"
0ed50dce50
vimPlugins.zoxide-vim: init at 2021-12-10 2022-03-10 07:55:15 -08:00
github-actions[bot]
d41fcfc34e
Merge staging-next into staging 2022-03-10 12:01:50 +00:00
github-actions[bot]
cac809141e
Merge master into staging-next 2022-03-10 12:01:13 +00:00
Bobby Rong
085e8934e4
Merge pull request #163397 from samuela/upkeep-bot/vscode-1.65.1-1646785501
vscode: 1.65.0 -> 1.65.1
2022-03-10 17:10:00 +08:00
Bobby Rong
9f3b74b8da
Merge pull request #163438 from samuela/upkeep-bot/vscodium-1.65.1-1646827859
vscodium: 1.65.0 -> 1.65.1
2022-03-10 17:09:41 +08:00
"Brian Leung"
b285038ca4
vimPlugins: update 2022-03-09 18:40:40 -08:00
github-actions[bot]
b4fed0cbba
Merge staging-next into staging 2022-03-09 18:05:08 +00:00
github-actions[bot]
d30e2aa8f5
Merge master into staging-next 2022-03-09 18:01:14 +00:00
nixpkgs-upkeep-bot
73d797b751 vscodium: 1.65.0 -> 1.65.1 2022-03-09 12:11:00 +00:00
github-actions[bot]
f6b4a4048a
Merge staging-next into staging 2022-03-09 12:01:59 +00:00
Alyssa Ross
43aa75b313
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
	nixos/doc/manual/release-notes/rl-2205.section.md
2022-03-09 11:20:38 +00:00
nixpkgs-upkeep-bot
6befb128a0 vscode: 1.65.0 -> 1.65.1 2022-03-09 00:25:02 +00:00
florian on nixos (Florian Brandes)
6866838d38
pinegrow: 6.3 -> 6.4
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-08 19:02:01 +01:00
github-actions[bot]
d47f26379a
Merge master into staging-next 2022-03-08 18:01:16 +00:00
Kevin Amado
a782fa14c8 vscode-extensions.daohong-emilio.yash: init at 0.2.8 2022-03-08 09:10:27 -08:00
github-actions[bot]
4a35c77022
Merge master into staging-next 2022-03-08 12:01:21 +00:00
Matthieu Coudron
6f3482f640 update.py: fix for kakoune/luarocks 2022-03-08 10:53:11 +01:00
Bobby Rong
70af51dc76
Merge pull request #161946 from r-ryantm/auto-update/leo-editor
leo-editor: 6.5 -> 6.6-b2
2022-03-08 15:14:26 +08:00
github-actions[bot]
600d32b5bf
Merge staging-next into staging 2022-03-08 06:02:00 +00:00
github-actions[bot]
efdf217c54
Merge master into staging-next 2022-03-08 06:01:26 +00:00
R. Ryantm
f22969e855 sigil: 1.9.0 -> 1.9.1 2022-03-08 05:19:10 +00:00
Bobby Rong
25b801cf26
Merge pull request #161294 from maximsmol/maximsmol/just
vscode-extensions.skellock.just: init at 2.0.0
2022-03-08 12:00:53 +08:00
maximsmol
83689de77b
vscode-extensions.skellock.just: init at 2.0.0 2022-03-08 10:31:14 +08:00
github-actions[bot]
c15f51235d
Merge staging-next into staging 2022-03-07 12:02:15 +00:00
github-actions[bot]
8e01330277
Merge master into staging-next 2022-03-07 12:01:33 +00:00
Sandro
07ae512bb2
Merge pull request #162882 from asbachb/update/netbeans 2022-03-07 12:10:06 +01:00
github-actions[bot]
f9ccded90d
Merge staging-next into staging 2022-03-07 06:01:59 +00:00
github-actions[bot]
196bab22be
Merge master into staging-next 2022-03-07 06:01:25 +00:00
Alyssa Ross
57acd781a5
emacs.pkgs.ebuild-mode: 1.53 -> 1.55 2022-03-06 21:06:28 +00:00
P. R. d. O
5e2074dddb
vscode-extensions.kddejong.vscode-cfn-lint: init at 0.21.0 2022-03-06 13:14:53 -06:00
P. R. d. O
238c01ad21
vscode-extensions.viktorqvarfordt.vscode-pitch-black-theme: 1.2.4 -> 1.3.0 2022-03-06 12:02:26 -06:00
github-actions[bot]
69e1d85d54
Merge staging-next into staging 2022-03-06 18:01:46 +00:00
github-actions[bot]
68a45fb1f2
Merge master into staging-next 2022-03-06 18:01:10 +00:00
Vladimír Čunát
ac0af42ca8
Merge #161279: setzer: 0.4.3 -> 0.4.4 2022-03-06 18:27:27 +01:00
github-actions[bot]
6933fb31ab
Merge staging-next into staging 2022-03-06 06:01:40 +00:00
github-actions[bot]
3f8e60728f
Merge master into staging-next 2022-03-06 06:01:06 +00:00
Bobby Rong
6ec0a205db
Merge pull request #162905 from newAM/vsce-latex-workshop
vscode-extensions.james-yu.latex-workshop: 8.2.0 -> 8.23.0
2022-03-06 10:22:49 +08:00
Bobby Rong
9d5fe96e06
Merge pull request #162906 from newAM/vsce-gitlens
vscode-extensions.eamodio.gitlens: 11.7.0 -> 12.0.1
2022-03-06 10:19:25 +08:00
Alex Martens
386d5b3ee8 vscode-extensions.github.vscode-pull-request-github: 0.35.2022010609 -> 0.37.2022030309 2022-03-05 07:47:08 -08:00
Alex Martens
84eccc0448 vscode-extensions.eamodio.gitlens: 11.7.0 -> 12.0.1 2022-03-05 07:41:31 -08:00
Alex Martens
c914eeeaa7 vscode-extensions.james-yu.latex-workshop: 8.2.0 -> 8.23.0 2022-03-05 07:27:04 -08:00
Benjamin Asbach
f86978a95a netbeans: 12.6 -> 13 2022-03-05 13:29:24 +01:00
github-actions[bot]
d3cf053b7f
Merge staging-next into staging 2022-03-04 18:01:54 +00:00
github-actions[bot]
437813752b
Merge master into staging-next 2022-03-04 18:01:19 +00:00
Alyssa Ross
c010a19a56
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/hypothesmith/default.nix
2022-03-04 14:53:05 +00:00
Manuel Bärenz
947b2f9f54
Merge pull request #162760 from samuela/upkeep-bot/vscodium-1.65.0-1646395869
vscodium: 1.64.2 -> 1.65.0
2022-03-04 15:25:42 +01:00
nixpkgs-upkeep-bot
ba21f946e3 vscodium: 1.64.2 -> 1.65.0 2022-03-04 12:11:10 +00:00
nixpkgs-upkeep-bot
d9a87bf933 vscode: 1.64.2 -> 1.65.0 2022-03-04 12:10:05 +00:00
github-actions[bot]
fc22d0d5e2
Merge master into staging-next 2022-03-04 12:01:33 +00:00
Sandro
4dc4085d8c
Merge pull request #159735 from leungbk/macvim-update 2022-03-04 12:17:54 +01:00
Austin Butler
1940031dfe vimPlugins.vim-clap: fix cargoSha256 2022-03-03 20:48:24 -08:00
github-actions[bot]
d00621a67c
Merge staging-next into staging 2022-03-03 00:13:12 +00:00
github-actions[bot]
2a58d6a788
Merge master into staging-next 2022-03-03 00:06:54 +00:00
Renaud
4e8364f583
Merge pull request #162016 from c0bw3b/fix/eclipse_tls
eclipses.eclipse-java: fix browsing on https pages
2022-03-03 00:29:34 +01:00
Felix Buehler
2e5f265fdb emacs-nox: remove appendToName to have a consistent package name for repology 2022-03-02 11:00:53 -08:00
github-actions[bot]
b50d36a69a
Merge staging-next into staging 2022-03-02 18:11:00 +00:00
github-actions[bot]
a97d52b348
Merge master into staging-next 2022-03-02 18:05:41 +00:00
datafoo
f991837d2a vscode-extensions.streetsidesoftware.code-spell-checker: 2.1.5 -> 2.1.7 2022-03-02 15:33:13 +01:00
github-actions[bot]
bc6ab4854e
Merge staging-next into staging 2022-03-01 18:11:34 +00:00
github-actions[bot]
fbe95e7196
Merge master into staging-next 2022-03-01 18:05:48 +00:00
Sandro
bd933c9d4b
Merge pull request #162194 from wamserma/add-bierner-vscode-exts 2022-03-01 17:50:27 +01:00
Elliot Xu
f414504311 vimPlugins.everforest: init at 2022-02-20 2022-03-01 08:26:44 -08:00
zowoq
64a89aac86 Merge staging-next into staging
Conflicts:
	pkgs/development/libraries/sqlite/default.nix
2022-03-01 16:20:52 +10:00
github-actions[bot]
9e44972094
Merge master into staging-next 2022-03-01 00:06:40 +00:00
Edmund Wu
11c3d0bd36 vscode-extensions.WakaTime.vscode-wakatime: 17.1.0 -> 18.0.5 2022-02-28 14:57:26 -08:00
Edmund Wu
0c62a38ae0 vscode-extensions.ms-vscode.cpptools: 1.7.1 -> 1.9.1 2022-02-28 14:57:26 -08:00
Edmund Wu
be39c226d5 vscode-extensions.ms-python.python: 2021.11.1422169775 -> 2022.0.1814523869 2022-02-28 14:57:26 -08:00
github-actions[bot]
bfb0bc0461
Merge master into staging-next 2022-02-28 18:05:41 +00:00
Florian
9d821edfd1
pinegrow: init at 6.3 (#157304)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-02-28 14:27:59 +01:00
github-actions[bot]
f831b62376
Merge staging-next into staging 2022-02-28 12:01:47 +00:00
github-actions[bot]
e71c1249e8
Merge master into staging-next 2022-02-28 12:01:10 +00:00
Bobby Rong
046f2ec0c8
Merge pull request #162177 from VergeDX/vscode-extensions.takayama.vscode-qq
vscode-extensions.takayama.vscode-qq: update 1.4.0 -> 1.4.2
2022-02-28 18:56:29 +08:00
Markus S. Wamser
268cf686aa vscode-extensions.bierner.markdown-emoji: init at 0.2.1 2022-02-28 11:53:32 +01:00
Markus S. Wamser
3e5d8a9611 vscode-extensions.bierner.markdown-checkbox: init at 0.3.1 2022-02-28 11:53:16 +01:00
Markus S. Wamser
7d8143e24a vscode-extensions.bierner.emojisense: init at 0.9.ß 2022-02-28 11:52:31 +01:00
R. Ryantm
b8b1c733b2 okteta: 0.26.6 -> 0.26.7 2022-02-28 18:52:01 +08:00
Fabian Affolter
c9e460d988
Merge pull request #162132 from VergeDX/meutraa
maintainers: remove meutraa
2022-02-28 10:29:57 +01:00
Vanilla
c57495ca27
vscode-extensions.takayama.vscode-qq: update 1.4.0 -> 1.4.2 2022-02-28 16:38:32 +08:00
github-actions[bot]
a5b90553ba
Merge staging-next into staging 2022-02-28 06:01:57 +00:00
github-actions[bot]
1bdff1c212
Merge master into staging-next 2022-02-28 06:01:22 +00:00
Anderson Torres
1db494f223
Merge pull request #162130 from AndersonTorres/new-elisp
Elisp updates
2022-02-28 01:01:44 -03:00
Vanilla
66691701df
jetbrains: update (#161186)
- jetbrains.clion: 2021.3.2 -> 2021.3.3
- jetbrains.mps: 2021.2.3 -> 2021.3
- jetbrains.phpstorm: 2021.3.1 -> 2021.3.2
- jetbrains.webstorm: 2021.3.1 -> 2021.3.2
2022-02-28 11:34:26 +08:00
Jonathan Ringer
3af9faf36d
Merge pull request #133431 from Ma27/glibc-2.34
glibc: 2.33-108 -> 2.34-115
2022-02-27 18:07:11 -08:00
Vanilla
f73cd87913
maintainers: remove meutraa 2022-02-28 08:44:13 +08:00
github-actions[bot]
6787116890
Merge master into staging-next 2022-02-28 00:02:07 +00:00
AndersonTorres
f0f954ab65 melpa-generated: updated at 2022-02-27 2022-02-27 20:43:28 -03:00
wackbyte
1300b351a7 vscode-extensions.redhat.java: 1.2.0 -> 1.3.0 2022-02-27 14:39:25 -08:00
wackbyte
d91c40a3cd vscode-extensions.llvm-vs-code-extensions.vscode-clangd: 0.1.13 -> 0.1.15 2022-02-27 14:38:48 -08:00
Matthieu Coudron
11189a2cd4 vimPlugins.vim-CtrlXA: init at 2021-08-09 2022-02-27 14:36:21 -08:00
AndersonTorres
679c50b9f0 nongnu-generated: updated at 2022-02-27 2022-02-27 18:42:13 -03:00
AndersonTorres
abb2cd336d elpa-generated: updated at 2022-02-27 2022-02-27 18:41:57 -03:00
R. Ryantm
22ce0cf364 texworks: 0.6.6 -> 0.6.7 2022-02-27 21:17:30 +00:00
Renaud
c2d73a9519
Merge pull request #161384 from r-ryantm/auto-update/rednotebook
rednotebook: 2.23 -> 2.24
2022-02-27 21:06:46 +01:00
Patrick Hilhorst
e2566775c7
micro: add test with expect 2022-02-27 16:56:35 +01:00
Maximilian Bosch
48d7135742
emacs: fix build w/glibc-2.34
Failing Hydra build: https://hydra.nixos.org/build/153252802
2022-02-27 10:25:38 +01:00
AndersonTorres
ed2b1b4b90 Merge branch 'master' into staging-next 2022-02-26 21:04:25 -03:00
c0bw3b
ca57cf280b eclipses.eclipse-java: fix browsing on https pages
It needs `glib-networking` for TLS support

Fixes #106455
Closes #127786

Co-authored-by: Niklaus Giger <niklaus.giger@member.fsf.org>
2022-02-26 19:48:11 +01:00
Bobby Rong
8187f20f97
Merge pull request #161767 from VergeDX/android-studio
android-studio: Remove version string from desktop and icon file.
2022-02-26 21:10:40 +08:00
R. Ryantm
b7feb5361f leo-editor: 6.5 -> 6.6-b2 2022-02-26 08:55:11 +00:00
Aaron Andersen
549f836e3c
Merge pull request #161885 from samuelgrf/kdevelop-plugings-use-kde-mirror
kdev-{php,python}: download from KDE mirrors
2022-02-25 18:03:44 -05:00
Matthieu Coudron
b3d6fd4a09
Merge pull request #161562 from ambroisie/add-nvim-lightline-lsp 2022-02-25 23:45:13 +01:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Samuel Gräfenstein
551e4c56a3
kdev-{php,python}: download from KDE mirrors 2022-02-25 22:00:06 +01:00
AndersonTorres
270f7d21c7 elisp-packages: updated at 2022-02-25 2022-02-25 16:38:07 -03:00
"Bruno BELANYI"
3917530ac3 vimPlugins.lightline-lsp: init at 2022-01-09 2022-02-25 12:02:15 +01:00
"Bruno BELANYI"
4dd229ff0a vimPlugins.nvim-lightline-lsp: init at 2022-01-06 2022-02-25 12:01:33 +01:00
"Bruno BELANYI"
a7024faac5 vimPlugins: update 2022-02-25 12:00:55 +01:00
Ben Siraphob
8725b29aa0
Merge pull request #161707 from Synthetica9/nano-test-rewrite 2022-02-24 21:41:33 -06:00
Vanilla
86cd00d92d
android-studio: Remove version string from desktop and icon file. 2022-02-25 11:26:52 +08:00
Anderson Torres
cabaf93f48
Merge pull request #160336 from AndersonTorres/move-editor-plugins
Move misc/vim-plugins to applications/editors/vim/plugins
2022-02-24 22:40:17 -03:00
adisbladis
8092496c99
Merge pull request #157423 from andreoss/master
emacs: Add withToolkitScrollBars argument
2022-02-25 11:57:20 +12:00
R. Ryantm
8fba55aa4f sigil: 1.8.0 -> 1.9.0 2022-02-24 17:55:45 -06:00
AndersonTorres
dd88285ba0 vimPlugins: update 2022-02-24 20:29:30 -03:00
AndersonTorres
93bc3c2aa4 vimPlugins: update 2022-02-24 20:29:30 -03:00
AndersonTorres
939e2fad0b vim-plugin-names: updates
+ liuchengxu/space-vim
+ SpaceVim/SpaceVim
2022-02-24 20:29:12 -03:00
AndersonTorres
b2a83e3c95 vim: update the updaters!
update.py and its companion update-shell.nix need to know where they are, else
they can't find the root default.nix of Nixpkgs. Because of this, I further
added a small piece of documentation about those path-dependent pieces of code.
2022-02-24 20:26:07 -03:00
AndersonTorres
3f19fc37a3 Move misc/vim-plugins to applications/editors/vim/plugins 2022-02-24 20:26:07 -03:00
AndersonTorres
0e474ca3ea elisp-packages: updated at 2022-02-24 2022-02-24 18:48:39 -03:00
Patrick Hilhorst
7ef8df8767
nixosTests.nano: replace with script using GNU expect 2022-02-24 21:26:25 +01:00
R. Ryantm
4c6f337c48 nano: 6.1 -> 6.2 2022-02-24 13:56:31 -05:00
Anderson Torres
f15188d1b8
Merge pull request #160344 from AndersonTorres/move-vscode-plugins
Move misc/vscode-extensions to applications/editors/vscode/extensions
2022-02-24 14:50:40 -03:00
R. Ryantm
93e8885f2a rednotebook: 2.23 -> 2.24 2022-02-22 14:50:51 +00:00
Robert Schütz
077ef19252 setzer: 0.4.3 -> 0.4.4 2022-02-21 21:12:24 +00:00
github-actions[bot]
d515a2029d
Merge staging-next into staging 2022-02-21 18:01:47 +00:00
ajs124
60966b5a6e
Merge pull request #161138 from r-ryantm/auto-update/texstudio
texstudio: 4.2.1 -> 4.2.2
2022-02-21 16:57:48 +01:00
Bobby Rong
ab4c14fc09
Merge pull request #160212 from sikmir/cudatext
cudatext: 1.155.0 → 1.156.2
2022-02-21 20:17:51 +08:00
github-actions[bot]
8e80410ed2
Merge staging-next into staging 2022-02-21 12:02:10 +00:00
R. Ryantm
927ff6c2ed texstudio: 4.2.1 -> 4.2.2 2022-02-21 01:02:39 +00:00
Faye
fd5b0c903f standardnotes: 3.9.5 -> 3.11.1 2022-02-20 17:58:57 -05:00
github-actions[bot]
6ceaf1126b
Merge staging-next into staging 2022-02-20 12:01:51 +00:00
Vlad M
2ef64f0f63
Merge pull request #161000 from r-ryantm/auto-update/tiled
tiled: 1.8.1 -> 1.8.2
2022-02-20 11:08:35 +02:00
github-actions[bot]
fd240cb362
Merge staging-next into staging 2022-02-20 06:01:57 +00:00
R. Ryantm
50411a706b tiled: 1.8.1 -> 1.8.2 2022-02-20 04:18:39 +00:00
tu-maurice
8ed0f686cd xed-editor: 3.0.2 -> 3.2.2 2022-02-20 00:37:50 +01:00
Nikolay Korotkiy
fd799885a1
cudatext: 1.155.0 → 1.156.2 2022-02-19 16:04:34 +03:00
github-actions[bot]
4c21d3f2d3
Merge staging-next into staging 2022-02-19 06:01:44 +00:00
Dmitry Kalinkin
221144ce4c
nvi: mark as broken on darwin 2022-02-18 16:19:57 -05:00
github-actions[bot]
f70caf75e4
Merge staging-next into staging 2022-02-18 12:02:06 +00:00
AndersonTorres
2d98f7cff3 vscode: update the updaters!
Now they use update-shell.nix auxiliar file.
2022-02-18 08:25:22 -03:00
AndersonTorres
8f868e154c Move misc/vscode-extensions to applications/editors/vscode/extensions 2022-02-18 08:25:22 -03:00
Bobby Rong
26f4a3150b
Merge pull request #159220 from samuela/upkeep-bot/vscodium-1.64.2-1644581458
vscodium: 1.64.0 -> 1.64.2
2022-02-18 19:20:55 +08:00
github-actions[bot]
f5a542c766
Merge staging-next into staging 2022-02-18 06:01:57 +00:00
Anderson Torres
72867731d7
Merge pull request #160517 from AndersonTorres/new-elisp
emacs packages: machine+hand updated at 2022-02-17
2022-02-17 22:25:41 -03:00
Sandro
27e7f0a4d9
Merge pull request #156843 from JCapucho/fix/quartus-usb-blaster 2022-02-18 01:10:35 +01:00
AndersonTorres
1dc68f203c emacs packages: machine+hand updated at 2022-02-17 2022-02-17 20:03:56 -03:00
github-actions[bot]
0b3f2598c3
Merge staging-next into staging 2022-02-17 06:01:55 +00:00
R. RyanTM
11b3b8dc85
rednotebook: 2.22 -> 2.23
* rednotebook: 2.22 -> 2.23 (#160082)

* rednotebook: add meta.changelog
and use SPDX 3.0 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-17 01:17:58 +01:00
github-actions[bot]
c72570c5b3
Merge staging-next into staging 2022-02-17 00:02:21 +00:00
Renaud
232afc2ca4
Merge pull request #160068 from dotlambda/setzer-0.4.3
setzer: 0.4.2 -> 0.4.3
2022-02-16 22:47:31 +01:00
github-actions[bot]
afc666deed
Merge staging-next into staging 2022-02-15 12:01:39 +00:00
Fabian Affolter
9efe7e7144
Merge pull request #160009 from fabaff/fix-markups
python3Packages.markups: disable failing test and rename
2022-02-15 10:37:50 +01:00
Robert Schütz
1c85c368a7 setzer: 0.4.2 -> 0.4.3 2022-02-14 23:46:28 +00:00
github-actions[bot]
2bae93ca3b
Merge staging-next into staging 2022-02-14 18:01:54 +00:00
Fabian Affolter
056b94582a retext: 7.0.4 -> 7.2.3
- clean-up
- add pythonImportsCheck
2022-02-14 18:40:48 +01:00
R. Ryantm
fd4889c25f nano: 6.0 -> 6.1 2022-02-14 08:46:10 -05:00
github-actions[bot]
d012716733
Merge staging-next into staging 2022-02-14 00:02:24 +00:00
Martin Weinelt
7a73b83cdf
Merge pull request #159204 from r-ryantm/auto-update/ed 2022-02-13 22:02:17 +01:00
Martin Weinelt
d05722904b
Merge pull request #159833 from r-ryantm/auto-update/vim 2022-02-13 20:46:25 +01:00
Mario Rodas
e220d10c77
Merge pull request #159719 from r-ryantm/auto-update/poke
poke: 2.0 -> 2.1
2022-02-13 13:50:33 -05:00
Martin Weinelt
a13d245d2e
Merge pull request #159843 from r-ryantm/auto-update/your-editor 2022-02-13 19:31:12 +01:00
R. Ryantm
a573c1f7f0 your-editor: 1303 -> 1400 2022-02-13 13:15:59 +00:00
R. Ryantm
a7cf36f841 vim: 8.2.4227 -> 8.2.4350 2022-02-13 12:37:02 +00:00
R. Ryantm
4eb39a02da tiled: 1.8.0 -> 1.8.1 2022-02-13 10:12:34 +00:00
R. Ryantm
8838eaba71 bonzomatic: 2021-03-07 -> 2022-02-05 2022-02-12 20:24:50 -08:00
Brian Leung
e5307bdda5 macvim: 8.2.1719 -> 8.2.3455 2022-02-12 19:40:05 -08:00
R. Ryantm
cede3a33e7 poke: 2.0 -> 2.1 2022-02-13 02:04:12 +00:00
R. Ryantm
53427dcf00 moe: 1.11 -> 1.12 2022-02-12 13:01:01 +00:00
nixpkgs-upkeep-bot
04cced10b7 vscodium: 1.64.0 -> 1.64.2 2022-02-11 12:10:59 +00:00
R. Ryantm
c176f83b13 ed: 1.17 -> 1.18 2022-02-11 10:53:52 +00:00
nixpkgs-upkeep-bot
55834d4ca5 vscode: 1.64.0 -> 1.64.2 2022-02-11 00:10:33 +00:00
Vlad M
afa9bb4d3a
Merge pull request #158889 from r-ryantm/auto-update/tiled
tiled: 1.7.2 -> 1.8.0
2022-02-10 20:12:33 +02:00
R. Ryantm
5bed4e1db9 tiled: 1.7.2 -> 1.8.0 2022-02-10 04:53:12 +00:00
João Capucho
87d9bb9544
quartus-prime: add missing libudev0 dependency 2022-02-10 00:10:29 +00:00
Jonathan Ringer
5df08e00cd
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/opensimplex/default.nix
	pkgs/development/python-modules/pygame-gui/default.nix
	pkgs/top-level/aliases.nix
	pkgs/top-level/python-aliases.nix
2022-02-08 21:19:24 -08:00
Jörg Thalheim
2909f5b041 jetbrains: allow to override JAVA_HOME/ANDROID_JAVA_HOME/JDK_HOME
Otherwise one cannot use a different java version i.e. jdk17
2022-02-08 11:57:32 -08:00
Max Hille
ff811677cc
android-studio-stable: 2021.1.1.20 -> 2021.1.1.21 2022-02-07 13:51:29 +01:00
Jonathan Ringer
46fd0afcb3
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/pysdl2/default.nix
	pkgs/top-level/aliases.nix
2022-02-06 18:36:59 -08:00
Zack A
4251189327 lite-xl: 2.0.4 -> 2.0.5 2022-02-06 17:06:07 -08:00
c0bw3b
82da8aaa53 heme: remove
Upstream project on Sourceforge doesn't exist anymore
2022-02-06 16:56:17 -08:00
Luke Granger-Brown
fbd030fb2d
Merge pull request #158200 from bobby285271/vscode
vscode, vscodium: 1.63.2 -> 1.64.0
2022-02-07 00:32:25 +00:00
AndersonTorres
eca8a5d694 pkgs/applications/editors/emacs/elisp-packages/elpa-generated.nix: manual fixup 2022-02-06 14:38:07 -03:00
AndersonTorres
8b36faa20b elpa-packages 2022-02-06 2022-02-06 14:38:07 -03:00
AndersonTorres
88a7c0e327 melpa-packages 2022-02-06 2022-02-06 14:38:07 -03:00
AndersonTorres
12b90a49fb nongnu-packages 2022-02-06 2022-02-06 14:38:06 -03:00
github-actions[bot]
c86cbc2a8a
Merge master into staging-next 2022-02-05 18:01:08 +00:00
Christian Kögler
87631775cb neovide: 2021-10-09 -> 2022-02-04 2022-02-05 14:26:44 +01:00
Matthias Thym
9d65a3bd2d jove: fix typo in package description 2022-02-05 12:46:07 +01:00
Bobby Rong
6d982a2c88
vscodium: 1.63.2 -> 1.64.0 2022-02-05 12:44:07 +08:00
Bobby Rong
0c618de480
vscode: 1.63.2 -> 1.64.0 2022-02-05 12:43:47 +08:00
Jan Tojnar
bfd44c17cd Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/top-level/aliases.nix
2022-02-04 19:54:59 +01:00
Sandro
38b555efa7
Merge pull request #157856 from LibreCybernetics/update-android-studio-preview 2022-02-04 11:03:00 +01:00
Sandro
54d21fbb0e
Merge pull request #157854 from LibreCybernetics/update-jetbrains 2022-02-04 11:02:46 +01:00
Jonathan Ringer
9a16965c75
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/awesomeversion/default.nix
	pkgs/development/python-modules/md2gemini/default.nix
	pkgs/development/python-modules/mill-local/default.nix
	pkgs/development/python-modules/pyatv/default.nix
	pkgs/development/python-modules/pyezviz/default.nix
	pkgs/development/python-modules/pyinsteon/default.nix
	pkgs/development/python-modules/pylitterbot/default.nix
	pkgs/development/python-modules/pynuki/default.nix
	pkgs/development/python-modules/pypck/default.nix
	pkgs/development/python-modules/types-requests/default.nix
	pkgs/top-level/aliases.nix
2022-02-03 21:29:24 -08:00
Artturi
0f491bd7a3
Merge pull request #157264 from FliegendeWurst/disable-broken-parallel 2022-02-03 16:04:57 +02:00
Fabián Heredia Montiel
b9fa206fe3 android-studio-canary: 2021.2.1.5 → 2021.3.1.1 2022-02-02 09:29:48 -06:00
Fabián Heredia Montiel
865fa855a9 android-studio-beta: 2021.1.1.18 → 2021.2.1.8 2022-02-02 09:27:27 -06:00
Fabián Heredia Montiel
94cd939c49 jetbrains: update 2022-02-02 09:19:42 -06:00
FliegendeWurst
049e715ba7 deadpixi-sam: disable parallel build 2022-02-02 11:59:01 +01:00
Dmitry Kalinkin
3087088c41
Merge branch 'staging-next' into staging
Conflicts:
	pkgs/top-level/aliases.nix
	pkgs/top-level/python-aliases.nix
2022-02-01 21:37:39 -05:00
Martin Weinelt
778d148959
Merge pull request #155061 from piegamesde/gnome 2022-02-01 20:53:10 +01:00
github-actions[bot]
e977885cba
Merge staging-next into staging 2022-02-01 18:05:39 +00:00
Sandro
40cbc5b172
Merge pull request #157663 from maxhille/android-studio-update 2022-02-01 16:35:15 +01:00
Paul Grandperrin
5150255146 (vscode|vscodium)-fhs: fix missing desktop icon 2022-02-01 13:55:42 +01:00
Max Hille
45b5eaf288
android-studio-stable: 2020.3.1.26 -> 2021.1.1.20 2022-02-01 10:33:13 +01:00
Jan Tojnar
54b828006e Merge branch 'staging-next' into staging 2022-01-31 12:57:47 +01:00
ajs124
3382af30ee
Merge pull request #157252 from r-ryantm/auto-update/texstudio
texstudio: 4.2.0 -> 4.2.1
2022-01-30 20:41:46 +01:00
andreoss
e0620fbefe
emacs: Add withToolkitScrollBars argument 2022-01-30 12:12:21 -05:00
piegames
768672d596 monodevelop: drop
It was marked as broken for some time now anyways
2022-01-29 18:08:53 +01:00
github-actions[bot]
f50f916355
Merge staging-next into staging 2022-01-29 12:01:37 +00:00
R. Ryantm
51d1b081b5 texstudio: 4.2.0 -> 4.2.1 2022-01-29 09:13:43 +00:00
R. Ryantm
ed89447f2c vim: 8.2.4186 -> 8.2.4227 2022-01-28 23:47:19 -08:00
Vlad M
3dbe8ff6d6
Merge pull request #157187 from dotlambda/tiled-python3
tiled: use python3
2022-01-29 09:29:08 +02:00
Sergei Trofimovich
e87db3c8c3
poke: 1.4 -> 2.0 (#157108)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-01-28 22:04:54 +01:00
Robert Schütz
3749e6df5b tiled: use python3
Supported according to https://doc.mapeditor.org/en/stable/manual/python/
2022-01-28 19:53:05 +00:00
Wout Mertens
b2eb5f62a7 wayland: enable ozone via $NIXOS_OZONE_WL
Chrome, Chromium, VSCode, Slack, Signal, Discord, element-desktop,
schildichat.

For the latter two, the feature flag useWayland was removed and a
wrapper script was provided.
2022-01-27 09:46:36 +01:00
Jonathan Ringer
91e5be0fc0 neovim: fix treesitter for darwin 2022-01-25 16:22:05 -08:00
github-actions[bot]
bbbd0a92af
Merge master into staging-next 2022-01-25 00:02:13 +00:00
Cody Hiar
abe84c21a9 neovim: add ldflag for treesitter plugins requiring libstdc++ 2022-01-24 15:33:23 -08:00
Patrick Hilhorst
4ed7bed68d
Merge branch 'master' into nixos-tests-missing 2022-01-24 12:05:30 +01:00
FliegendeWurst
fde0b2e2f2
vim: 8.2.3877 -> 8.2.4186 (security)
(cherry picked from staging commit ea5a1dd5e7, PR #155587)
I believe this qualifies for staging-next; rebuilds aren't that huge,
and they look relatively cheap (mostly vim plugins).
2022-01-24 11:21:43 +01:00
github-actions[bot]
b261cac75a
Merge master into staging-next 2022-01-24 06:01:18 +00:00
Sandro
08402fa922
Merge pull request #156235 from c0bw3b/pkg/rehex 2022-01-24 01:05:03 +01:00
Fabian Möller
4329d79dba
nixos/tests: link tests to their packages 2022-01-23 21:08:10 +01:00
Renaud
f2ed702e7e rehex: 0.3.92 -> 0.4.1
* enable parallel building
* use SPDX 3.0 license identifier
* fix Darwin build
* add meta.changelog
2022-01-23 17:11:47 +01:00
github-actions[bot]
e156d59d2b
Merge master into staging-next 2022-01-21 12:01:24 +00:00
Bobby Rong
aa78569a49
Merge pull request #156011 from r-ryantm/auto-update/cudatext
cudatext: 1.153.0 -> 1.155.0
2022-01-21 16:38:49 +08:00
github-actions[bot]
69b5682348
Merge master into staging-next 2022-01-21 06:01:27 +00:00
Bobby Rong
b6c9ddd7f9
Merge pull request #155913 from veprbl/pr/broken_jove
jove: mark as broken on darwin
2022-01-21 13:21:27 +08:00
R. Ryantm
78668ffca4 cudatext: 1.153.0 -> 1.155.0 2022-01-21 05:17:26 +00:00
github-actions[bot]
fc3ddb8979
Merge master into staging-next 2022-01-21 00:01:42 +00:00
adisbladis
8120952dc6
Merge pull request #155887 from a12l/emacs-update-packages
emacs.pkgs.melpa*: 2022-01-20
2022-01-21 08:07:12 +12:00
Dmitry Kalinkin
7deb2dbbe5
jove: mark as broken on darwin 2022-01-20 12:15:12 -05:00
Albin Otterhäll
ee226b91dd emacs.pkgs.nongnu: 2022-01-20 2022-01-20 16:46:07 +01:00
github-actions[bot]
264c91d4e8
Merge master into staging-next 2022-01-20 12:01:11 +00:00
Albin Otterhäll
2222e9b3f3 emacs.pkgs.melpa*: 2022-01-20 2022-01-20 12:43:02 +01:00
Bobby Rong
928c15fe2c
Merge pull request #154526 from r-ryantm/auto-update/gophernotes
gophernotes: 0.7.3 -> 0.7.4
2022-01-20 19:28:07 +08:00
github-actions[bot]
1b54e5bb50
Merge master into staging-next 2022-01-19 06:01:24 +00:00
Matthieu Coudron
711a269add rstudio: set meta.mainProgram 2022-01-18 22:43:21 +01:00
github-actions[bot]
0eee7ee8c8
Merge master into staging-next 2022-01-17 12:01:25 +00:00
Frederik Rietdijk
afef6d0e81
Merge pull request #154687 from dotlambda/python-alias
python,pythonPackages: make aliases
2022-01-17 09:37:49 +01:00
github-actions[bot]
f0a71fe6f3
Merge master into staging-next 2022-01-17 06:01:22 +00:00
cfhammill
fd51177e5c
rstudio-server, rstudioServerWrapper: init at rstudio.version (1.4.1717)
Co-authored-by: Justin Bedo <cu@cua0.org>
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Benjamin Darwin <bcdarwin@gmail.com>
2022-01-17 10:24:37 +11:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Robert Schütz
6599e76964 netbeans: does not use python 2022-01-16 18:39:59 +00:00
github-actions[bot]
0173b359a6
Merge master into staging-next 2022-01-16 12:01:11 +00:00
Bobby Rong
a28cddf95f
Merge pull request #154373 from r-ryantm/auto-update/cudatext
cudatext: 1.152.1 -> 1.153.0
2022-01-16 16:34:40 +08:00
Dmitry Kalinkin
a56da82f7a
Merge branch 'master' into staging-next
Conflicts:
	pkgs/development/python-modules/restfly/default.nix
2022-01-13 21:39:05 -05:00
ajs124
a282e47548
Merge pull request #154533 from r-ryantm/auto-update/texstudio
texstudio: 4.1.2 -> 4.2.0
2022-01-13 18:04:36 +01:00
github-actions[bot]
a6928c74cc
Merge master into staging-next 2022-01-13 12:01:29 +00:00
adisbladis
30875be332
Merge pull request #154878 from adisbladis/emacs-broken-2022-01-13
emacs: Mark packages with upstream issues as broken
2022-01-13 23:46:59 +12:00
adisbladis
c6fd68bda6 emacs.pkgs.elpaPackages.org-transclusion: Mark broken 2022-01-13 23:19:52 +12:00
adisbladis
7c706f46a3 emacs.pkgs.melpaStablepackages.revbufs: Mark broken 2022-01-13 23:19:52 +12:00
adisbladis
85bf035d37 emacs.pkgs.melpaStablepackages.org-dp: Mark broken 2022-01-13 23:19:52 +12:00
adisbladis
e5b708d1ed emacs.pkgs.melpaStablepackages.ligo-mode: Mark broken 2022-01-13 23:19:52 +12:00
adisbladis
49d99e5034 emacs.pkgs.melpaStablepackages.gl-conf-mode: Mark broken 2022-01-13 23:19:51 +12:00
adisbladis
5f3302af08 emacs.pkgs.melpaStablepackages.fold-dwim: Mark broken 2022-01-13 23:19:51 +12:00
adisbladis
20b3fe46d5 emacs.pkgs.melpaStablepackages.abridge-diff: Reorder broken override 2022-01-13 23:19:51 +12:00
adisbladis
9fde065dc6 emacs.pkgs.melpaStablepackages.abridge-diff: Mark broken 2022-01-13 23:19:51 +12:00
adisbladis
fd31ae1e11 emacs.pkgs.ement: unstable-2021-09-16 -> unstable-2021-10-08 2022-01-13 23:16:47 +12:00
github-actions[bot]
a8b75d6f2f
Merge master into staging-next 2022-01-13 00:01:59 +00:00
R. RyanTM
64fa8e6b5b
featherpad: 1.1.0 -> 1.1.1
(#154466)
2022-01-12 23:46:32 +01:00
github-actions[bot]
e81177a147
Merge staging-next into staging 2022-01-12 00:02:57 +00:00
Lev Livnev
625bda3e1f
telega-server: fix substitutions for dwebp and ffmpeg binaries
The upstream commit b6aa0b7 in telega.el broke the `dwebp` and
`ffmpeg` substitutions
2022-01-11 12:19:25 +00:00
R. Ryantm
1b34a8e8b3 texstudio: 4.1.2 -> 4.2.0 2022-01-11 12:15:51 +00:00
R. Ryantm
6732e79a32 gophernotes: 0.7.3 -> 0.7.4 2022-01-11 11:37:24 +00:00
R. Ryantm
781344027b cudatext: 1.152.1 -> 1.153.0 2022-01-11 01:31:37 +00:00
github-actions[bot]
0f8ce42c1f
Merge staging-next into staging 2022-01-10 06:01:45 +00:00
Jörg Thalheim
ba31553691
Merge pull request #154016 from diogox/master
jetbrains.goland: Fix debugging
2022-01-10 00:30:58 +00:00
Jan Tojnar
f7aa55946b Merge branch 'staging-next' into staging
; Conflicts:
;	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
;	nixos/doc/manual/release-notes/rl-2205.section.md
;	pkgs/build-support/libredirect/default.nix
2022-01-10 01:26:05 +01:00
diogox
4cb152fcea
Update pkgs/applications/editors/jetbrains/default.nix
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2022-01-09 17:35:01 +00:00
Martin Weinelt
76e5d2339c
Merge pull request #152145 from NixOS/staging-next 2022-01-09 01:44:27 +01:00
adisbladis
8c161f6a62 emacs.pkgs.melpa*: Fix version number checks if number is zero 2022-01-09 13:11:01 +13:00
github-actions[bot]
3ce63131a1
Merge master into staging-next 2022-01-09 00:01:57 +00:00
adisbladis
7f7252093f emacs.pkgs.melpa*: Fix version numbers with negative numbers 2022-01-09 12:21:23 +13:00
AndersonTorres
30b3b39f72 org-generated.nix: remove
Org packages are now generated by ELPA.
2022-01-08 19:16:15 -03:00
AndersonTorres
b575e8c297 emacsPackages.tramp: remove
It is already provided by ELPA.
2022-01-08 19:15:59 -03:00
AndersonTorres
6ee417ace6 emacsPackages.bqn-mode: 0.pre+date=2021-12-03 -> 0.pre+date=2022-01-07 2022-01-08 18:44:59 -03:00
AndersonTorres
ce9d3bee88 emacsPackages.tramp: 2.5.1 -> 2.5.2 2022-01-08 18:44:59 -03:00
AndersonTorres
34b6ed8573 emacsPackages.apheleia: 1.1.2+unstable=2021-10-03 -> 1.2 2022-01-08 18:44:59 -03:00
AndersonTorres
46223d06c6 elpa-generated.nix: manual fixup of duplicate shell-command-plus 2022-01-08 17:16:41 -03:00
AndersonTorres
69dadbcd8b elpa-packages 2022-01-08 2022-01-08 17:15:46 -03:00
AndersonTorres
0a0c1140dc melpa-packages 2022-01-08 2022-01-08 17:12:28 -03:00
AndersonTorres
c1b06381d8 nongnu-packages 2022-01-08 2022-01-08 16:03:00 -03:00
Diogo Xavier
76034fee72 jetbrains.goland: Fix debugging 2022-01-08 15:15:53 +00:00
github-actions[bot]
cf7efe1192
Merge staging-next into staging 2022-01-08 12:01:36 +00:00
github-actions[bot]
c1fac0a1c0
Merge master into staging-next 2022-01-08 12:01:03 +00:00
adisbladis
42a6888489 emacs.pkgs.railgun: Remove package
It doesn't build & seems unmaintained.
2022-01-08 20:59:09 +13:00
adisbladis
77f4bba941 emacs.pkgs.ess-R-object-popup: Fix build 2022-01-08 20:59:09 +13:00
github-actions[bot]
cf9f110859
Merge staging-next into staging 2022-01-06 12:01:50 +00:00
github-actions[bot]
2bc8eed5b9
Merge master into staging-next 2022-01-06 12:01:13 +00:00
AndersonTorres
22ef914f45 em: init at 1.0.0 2022-01-05 23:14:19 -03:00