Commit graph

11276 commits

Author SHA1 Message Date
R. Ryantm b561ba54dc sigil: 1.9.30 -> 2.0.1 2023-09-05 07:49:58 +00:00
github-actions[bot] 77a8486bb3
Merge master into staging-next 2023-09-05 00:02:14 +00:00
Weijia Wang 4c160598a8
Merge pull request #252479 from r-ryantm/auto-update/ldtk
ldtk: 1.3.3 -> 1.3.4
2023-09-05 00:51:37 +02:00
Nikolay Korotkiy d9b0d4b741
Merge pull request #253296 from r-ryantm/auto-update/cudatext
cudatext: 1.197.0 -> 1.198.0
2023-09-05 01:51:58 +04:00
Vladimír Čunát b4cc333048
Merge branch 'master' into staging-next 2023-09-04 20:19:44 +02:00
R. Ryantm 218a9bb2b8 cudatext: 1.197.0 -> 1.198.0 2023-09-04 17:44:36 +00:00
Felix Schröter ffa7b3b5eb
pixelorama: 0.11.1 -> 0.11.2 2023-09-04 16:51:54 +02:00
ajs124 173409fbc9 texmacs: remove darwin version, because it depends on qt4
and hasn't been updated since it was added to nixpkgs
2023-09-04 13:54:49 +02:00
kashw2 718a40cd48 leo-editor: 6.7.3 -> 6.7.4 2023-09-04 08:27:56 +10:00
kashw2 3727f2536d imhex: 1.29.0 -> 1.30.1 2023-09-04 08:20:48 +10:00
github-actions[bot] b6f9cf5799
Merge master into staging-next 2023-09-03 18:01:01 +00:00
kashw2 d30d916536 codux: 15.9.0 -> 15.10.0 2023-09-03 11:42:04 +10:00
github-actions[bot] 63c9018ce6
Merge master into staging-next 2023-09-02 18:00:59 +00:00
Janik 7c44dfdc9c
Merge pull request #251840 from daneov/update_android_studio 2023-09-02 19:42:59 +02:00
Mario Rodas bdce9a2bc2 emacs: fix build on x86_64-darwin 2023-09-02 04:20:00 +00:00
github-actions[bot] 14f4a764c5
Merge master into staging-next 2023-09-02 00:02:17 +00:00
Weijia Wang 37b623ae6c
Merge pull request #249517 from kashw2/thonny
thonny: 4.1.1 -> 4.1.2
2023-09-01 23:24:53 +02:00
github-actions[bot] ea5959eb56
Merge master into staging-next 2023-09-01 18:00:57 +00:00
Nikolay Korotkiy c57fc7b4f2
Merge pull request #252798 from r-ryantm/auto-update/orbiton
orbiton: 2.63.1 -> 2.64.3
2023-09-01 20:07:11 +04:00
R. Ryantm b1c6e8595e orbiton: 2.63.1 -> 2.64.3 2023-09-01 15:12:11 +00:00
Lucas Franceschino 0efb400ade emacs: add missing libXi dependency when enabling withXinput2
Without libXi, the configure flag `--with-xinput2` has no effect.

This can be verified by looking up the variable `system-configuration-features` in Emacs.
2023-09-01 13:30:27 +00:00
root 8ea642233e vimPlugins: update 2023-09-01 15:15:19 +03:00
root 5a619b154d vimPlugins.tabout-nvim: init at 2023-03-29 2023-09-01 15:12:03 +03:00
root eecbc4d783 vimPlugins.nvim-treesitter: update grammars 2023-09-01 14:32:45 +03:00
root fe1afb817c vimPlugins: update 2023-09-01 14:31:19 +03:00
github-actions[bot] 1bff11a6e1
Merge master into staging-next 2023-09-01 00:02:17 +00:00
Andrew Pan 0f4255bf11 emacs: fix env shallow merge
Fixes regression caused by #252244.

`env` was first defined in its own attrset, which was merged with a
second attrset:

```nix
...
{
   env = {
     NATIVE_FULL_AOT = "1";
     LIBRARY_PATH = lib.concatStringsSep ":" libGccJitLibraryPaths;
   };
} // {
...
   env.NIX_CFLAGS_COMPILE = ...
...
}
```

In this situation, the `env` from the first attrset is not preserved,
since `//` does a shallow merge.

Signed-off-by: Andrew Pan <a@tny.town>
2023-08-31 19:22:47 +00:00
github-actions[bot] cfbf9d795e
Merge master into staging-next 2023-08-31 18:01:26 +00:00
Andrew Pan f607a78516 emacs-macport: build on LLVM 14
- Build on `apple_sdk_11_0` to support `aarch64-darwin`
- Add frameworks required for building on newer SDKs
  - `Accelerate`, `UniformTypeIdentifiers`
- Include header to work around `CF_NOESCAPE` issue circa LLVM 7.0
2023-08-31 14:20:27 +00:00
github-actions[bot] f57e8b5fb2
Merge master into staging-next 2023-08-31 06:00:58 +00:00
R. Ryantm 60241e28b4 ldtk: 1.3.3 -> 1.3.4 2023-08-31 02:11:35 +00:00
figsoda 426a058e3d
Merge pull request #252034 from figsoda/teehee 2023-08-30 22:01:17 -04:00
figsoda d970db15e3 vimPlugins.sg-nvim: fix cargoHash 2023-08-30 19:44:49 -04:00
github-actions[bot] 76cc08f929
Merge master into staging-next 2023-08-30 12:01:26 +00:00
"Phillip Cloud" 17beb37901 vimPlugins.nvim-treesitter: update grammars 2023-08-30 05:38:44 -04:00
"Phillip Cloud" 1eb4802317 vimPlugins: resolve github repository redirects 2023-08-30 05:38:26 -04:00
"Phillip Cloud" 72cbc28806 vimPlugins: update 2023-08-30 05:37:41 -04:00
Matthias Beyer 990f39f87a
Merge pull request #249926 from chvp/upd/bluej
bluej: 5.1.0 -> 5.2.0
2023-08-30 09:58:22 +02:00
Pol Dellaiera fedb7b1ecc
Merge pull request #250494 from Azd325/ruffvscode
vscode-extensions.charliermarsh.ruff: 2023.32.0 -> 2023.34.0
2023-08-30 09:50:16 +02:00
Matthias Beyer 3f16598b14
Merge pull request #252226 from r-ryantm/auto-update/mg
mg: 7.0 -> 7.3
2023-08-30 08:28:04 +02:00
github-actions[bot] 7fc7e8bcaa
Merge staging-next into staging 2023-08-30 06:01:22 +00:00
Robert Schütz a63a64b593
Merge pull request #251705 from dotlambda/asar-buildNpmPackage
asar: use buildNpmPackage
2023-08-30 00:25:28 +00:00
github-actions[bot] e04d83dad1
Merge staging-next into staging 2023-08-30 00:02:26 +00:00
R. Ryantm dd31ab5d80 mg: 7.0 -> 7.3 2023-08-29 22:34:01 +00:00
Weijia Wang f100cdcf64
Merge pull request #251469 from r-ryantm/auto-update/pulsar
pulsar: 1.107.1 -> 1.108.0
2023-08-29 21:53:51 +02:00
github-actions[bot] 4b3b370ef1
Merge staging-next into staging 2023-08-29 12:01:36 +00:00
Anderson Torres 8761b1475b nongnu-packages: updated 2023-08-26 (from overlay) 2023-08-29 10:41:54 +00:00
Anderson Torres 9e2d98584d melpa-packages: updated 2023-08-26 (from overlay) 2023-08-29 10:41:54 +00:00
Anderson Torres d751b58f99 elpa-devel-packages: updated 2023-08-26 (from overlay) 2023-08-29 10:41:54 +00:00
Anderson Torres eff18386fe elpa-packages: updated 2023-08-26 (from overlay) 2023-08-29 10:41:54 +00:00
github-actions[bot] b8e25ae0b1
Merge staging-next into staging 2023-08-29 00:02:42 +00:00
figsoda c4484420e3 teehee: init at 0.2.8
https://github.com/Gskartwii/teehee
2023-08-28 16:07:59 -04:00
Dominik Ritter c269ed0cae jetbrains.plugins: update 2023-08-28 20:46:44 +02:00
Dominik Ritter 91871abbde jetbrains: 2023.2 -> 2023.2.1
jetbrains.clion: 2023.2 -> 2023.2.1
jetbrains.datagrip: 2023.2 -> 2023.2.1
jetbrains.dataspell: 2023.2 -> 2023.2.1
jetbrains.gateway: 2023.2 -> 2023.2.1
jetbrains.goland: 2023.2 -> 2023.2.1
jetbrains.idea-community: 2023.2 -> 2023.2.1
jetbrains.idea-ultimate: 2023.2 -> 2023.2.1
jetbrains.phpstorm: 2023.2 -> 2023.2.1
jetbrains.pycharm-community: 2023.2 -> 2023.2.1
jetbrains.pycharm-professional: 2023.2 -> 2023.2.1
jetbrains.rider: 2023.2 -> 2023.2.1
jetbrains.ruby-mine: 2023.2 -> 2023.2.1
jetbrains.webstorm: 2023.2 -> 2023.2.1
2023-08-28 20:45:17 +02:00
figsoda 83ac5b3af2
Merge pull request #251642 from figsoda/vim 2023-08-28 14:15:41 -04:00
github-actions[bot] 974a40b58e
Merge staging-next into staging 2023-08-28 18:01:36 +00:00
Lin Jian 7d4ea94d02 emacs: keep the default first writable native-comp-eln-load-path dir
Fixes https://github.com/NixOS/nixpkgs/issues/247804.
2023-08-28 15:46:04 +00:00
Lin Jian 2d324ed8f9 emacs: fix the detection of native compilation for Emacs 29
In Emacs 29, feature comp does not load early enough.  We use
native-compile instead.  This is also what Emacs uses[1].

[1]: https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/startup.el?id=3685387e609753293c4518be75e77c659c3b2d8d#n586
2023-08-28 15:46:04 +00:00
Lin Jian 1506ab49e3 emacs: correct the order of profiles and their sub dirs in load-path
This patch does two things:
1. making user profiles preferred over system profiles
2. putting sub dirs of one profile to the right place
  - before this patch, they are appended to the end of load-path
  - after this patch, they are inserted right after the profile

Example value of load-path before this patch:

  /run/current-system/sw/share/emacs/site-lisp/
  /etc/profiles/per-user/user/share/emacs/site-lisp/
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp/elpa
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp/elpa/wgrep-20230203.1214
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/site-lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/site-lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/lisp/vc
  ...
  /etc/profiles/per-user/user/share/emacs/site-lisp/elpa
  /etc/profiles/per-user/user/share/emacs/site-lisp/elpa/jinx-20230730.1200
  /run/current-system/sw/share/emacs/site-lisp/elpa
  /run/current-system/sw/share/emacs/site-lisp/elpa/repology-1.2.3

after this patch:

  /etc/profiles/per-user/user/share/emacs/site-lisp
  /etc/profiles/per-user/user/share/emacs/site-lisp/elpa
  /etc/profiles/per-user/user/share/emacs/site-lisp/elpa/jinx-20230730.1200
  /run/current-system/sw/share/emacs/site-lisp
  /run/current-system/sw/share/emacs/site-lisp/elpa
  /run/current-system/sw/share/emacs/site-lisp/elpa/repology-1.2.3
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp/elpa
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp/elpa/wgrep-20230203.1214
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/site-lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/site-lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/lisp/vc
  ...
2023-08-28 15:46:04 +00:00
Elliot 8f2c75b260
vim: 9.0.1642 -> 9.0.1811 2023-08-28 11:09:05 +08:00
Daneo Van Overloop 1c7fe3d703 android-studio-canary: 2023.1.1.14 -> 2023.2.1.1
The new canary is called `Iguana`, as can be observed on the current
[Android Preview release-page (archived)](https://archive.ph/BNZik).
2023-08-27 21:58:00 +02:00
Daneo Van Overloop b8e66dbd69 android-studio-beta: 2022.3.1.17 -> 2023.1.1.7
The current beta is called Hedgehog, as can be observed on the
[Android developer page (archived)](https://archive.ph/BNZik).
2023-08-27 21:58:00 +02:00
Daneo Van Overloop 3906776371 android-studio: 2022.3.1.18 -> 2022.3.1.19
Android Studio Giraffe is the latest stable, as can be seen at
[https://developer.android.com/studio - Archived link](http://archive.today/2023.08.27-165708/https://developer.android.com/studio)

It has received a patch update, with details at:
https://developer.android.com/studio/releases#android-studio-giraffe-|-2022.3.1-patch-1-august-2023
2023-08-27 21:58:00 +02:00
K900 f900e733c1
Merge pull request #250778 from NixOS/staging-next
staging-next 2023-08-22
2023-08-27 20:22:51 +03:00
Anselm Schüler 9d83054199
nano: add file as a dependency to allow libmagic usage 2023-08-27 13:52:19 +02:00
Daniel Nagy 1159c64f58
emacsPackages.pikchr-mode: replace program 2023-08-27 09:15:00 +02:00
Robert Schütz 745de518cd asar: use buildNpmPackage 2023-08-26 20:27:43 -07:00
github-actions[bot] 47ae3f6c28
Merge master into staging-next 2023-08-27 00:02:24 +00:00
Theodore Ni 80a74ec050
Merge branch 'master' into staging-next
Manually fixed a merge conflict between https://github.com/NixOS/nixpkgs/pull/227900
and https://github.com/NixOS/nixpkgs/pull/246022.
2023-08-26 16:08:02 -07:00
kyren 7c2a459244 aseprite: drop free version and alias to unfree version
The free version of Aseprite has a maintained fork, LibreSprite which is
already packaged in nixpkgs. The only really useful version of Aseprite
vs LibreSprite is the unfree version, and the free version will never
receive updates.
2023-08-26 19:03:38 -04:00
kyren eeaa0526a3 aseprite-unfree: 1.2.16.3 -> 1.2.40
Also updates aseprite skia fork and skia deps, includes the following
patches from AUR:

- shared-libwebp.patch
- shared-skia-deps.patch
2023-08-26 19:03:31 -04:00
Mario Rodas d2d134fd8e
Merge pull request #249465 from anthonyroussel/vscode-devcontainers
vscode-extensions.ms-vscode-remote.remote-containers: init at 0.305.0
2023-08-26 14:54:37 -05:00
github-actions[bot] 3503eea847
Merge master into staging-next 2023-08-26 18:00:55 +00:00
figsoda c41a8609ed vimPlugins.nvim-treesitter: update grammars 2023-08-26 13:19:20 -04:00
figsoda be3af7fed0 vimPlugins: update 2023-08-26 13:18:09 -04:00
figsoda a3a07b08d6
Merge pull request #251631 from Jack77793/adwaita.nvim 2023-08-26 13:15:01 -04:00
figsoda dd49f5eea4
Merge pull request #251629 from Jack77793/nvim-lilypond-suite 2023-08-26 13:14:29 -04:00
Mario Rodas a153adf6cc
Merge pull request #251201 from nagy/emacs-typst-mode
emacsPackages.typst-mode: replace program
2023-08-26 11:35:19 -05:00
Anderson Torres f6a6dc801f emacs: refactor
- Remove the excessive repetition of inherited packages
- Factor the excessive repetition of metadata in sources.nix
2023-08-26 16:21:58 +00:00
"Jack77793" 906836a6ac vimPlugins.adwaita-nvim: init at 2023-06-22 2023-08-27 00:02:07 +08:00
"Jack77793" 9f698f54ab vimPlugins.nvim-lilypond-suite: init at 2023-08-18 2023-08-27 00:00:09 +08:00
Daniel Nagy faeb7ac63a
emacsPackages.typst-mode: replace program 2023-08-26 16:30:00 +02:00
github-actions[bot] a23616289b
Merge master into staging-next 2023-08-26 00:01:43 +00:00
R. Ryantm f0ac17b985 pulsar: 1.107.1 -> 1.108.0 2023-08-25 22:54:53 +00:00
"Phillip Cloud" 94bd8489e9 vimPlugins: resolve github repository redirects 2023-08-25 16:25:15 -04:00
"Phillip Cloud" b6eae406a8 vimPlugins: update 2023-08-25 16:24:34 -04:00
github-actions[bot] e79f8fd118
Merge master into staging-next 2023-08-25 18:00:58 +00:00
Gaetan Lepage c7cf24c527 vimPlugins.nvim-treesitter: update grammars 2023-08-25 17:43:26 +02:00
Gaetan Lepage b4c1f7d724 vimPlugins: update 2023-08-25 17:43:26 +02:00
Gaetan Lepage dc157dc2ee vimPlugins.nvim-treesitter-context: update URL 2023-08-25 17:37:06 +02:00
Gaetan Lepage d764a59fc7 vimPlugins.rainbow-delimiters-nvim: init at 2023-08-25 2023-08-25 17:37:06 +02:00
K900 0744ce7980
Merge pull request #248307 from Steinhagen/steinhagen-maintainer
vscode-wikitext: Add myself as maintainer
2023-08-25 17:04:13 +03:00
figsoda f91bdefdc4
Merge pull request #251011 from figsoda/vim 2023-08-25 09:51:00 -04:00
R. Ryantm c787d7bb9a codux: 15.6.1 -> 15.9.0 2023-08-25 11:06:18 +00:00
github-actions[bot] 4328391132
Merge master into staging-next 2023-08-24 12:01:05 +00:00
Theodore Ni 9eb597cf6c
Merge pull request #247388 from omasanori/kakoune-2023.08.05
kakoune-unwrapped: 2022.10.31 -> 2023.08.05
2023-08-24 01:23:46 -07:00
github-actions[bot] a451dcf514
Merge master into staging-next 2023-08-24 06:01:14 +00:00
Anthony Cowley 9b3fefd37d elpa-devel-packages: build xeft dynamic module
Build the native dynamic module required by the xeft package for Emacs.
2023-08-24 03:26:59 +00:00
Anthony Cowley 6dd389dd9f elpa-packages: build xeft dynamic module
Build the native dynamic module required by the xeft package for Emacs.
2023-08-24 03:26:59 +00:00
Lily Foster 431ee081ff
Merge pull request #250592 from dotlambda/stf-drop
nodePackages: drop broken ones
2023-08-23 20:36:54 -04:00
github-actions[bot] 3e9e11f99a
Merge master into staging-next 2023-08-23 18:01:00 +00:00
figsoda c23abd9329 vimPlugins.sg-nvim: fix cargoHash 2023-08-23 13:49:58 -04:00
figsoda d2e2418385 vimPlugins.nvim-treesitter: update grammars 2023-08-23 13:48:43 -04:00
figsoda 7ef849b485 vimPlugins: resolve github repository redirects 2023-08-23 13:48:31 -04:00
figsoda 4f6eb65f96 vimPlugins: update 2023-08-23 13:47:38 -04:00
Carson Boden f8529a3d98
vimPlugins.vim-figlet: init at 2022-12-08 (#249914)
Co-authored-by: figsoda <figsoda@pm.me>
2023-08-23 13:45:28 -04:00
Ameer Taweel 1ee0d75456 vimPlugins.todo-nvim: remove
This project is abandoned.

Co-Authored-by: figsoda <figsoda@pm.me>
2023-08-23 10:17:44 -04:00
Robert Schütz 1472f0e8b9 nodePackages.coc-imselect: drop
It was marked broken in May 2020:
db062297cb
2023-08-22 19:16:33 -07:00
github-actions[bot] 84387348d4
Merge master into staging-next 2023-08-23 00:01:50 +00:00
Nikolay Korotkiy 6747a9a68d
Merge pull request #247214 from sikmir/ms-python
Add ms-python.black-formatter, ms-python.isort vscode extensions
2023-08-23 02:10:36 +04:00
Tim Kleinschmidt fa52493298
vscode-extensions.charliermarsh.ruff: 2023.32.0 -> 2023.34.0 2023-08-21 08:09:28 +02:00
Theodore Ni d494084017
Merge branch 'staging-next' into staging
Merging https://github.com/NixOS/nixpkgs/pull/245957 with https://github.com/NixOS/nixpkgs/pull/246022.
2023-08-20 20:09:45 -07:00
Vladimír Čunát c86e0ee17d
Merge #248496: staging-next 2023-08-11 2023-08-20 23:44:35 +02:00
Vinny Meller 6a5928fb0d vimPlugins.hardtime-nvim: init at 2023-08-20 2023-08-20 15:19:28 -05:00
Janik fe19e3c3b1
Merge pull request #247240 from dritter/jetbrains-autocommit-updates 2023-08-20 21:42:36 +02:00
github-actions[bot] 435d3aef59
Merge staging-next into staging 2023-08-20 12:01:50 +00:00
github-actions[bot] 57d8f92a86
Merge master into staging-next 2023-08-20 12:01:23 +00:00
Ludovico Piero 0cdbae7c34 vscode-extensions.ms-vscode.cpptools: 1.11.0 -> 1.17.3 2023-08-20 10:47:45 +02:00
github-actions[bot] f6d3a09e06
Merge staging-next into staging 2023-08-20 06:01:25 +00:00
github-actions[bot] 1bb285561e
Merge master into staging-next 2023-08-20 06:00:56 +00:00
figsoda 0b6f3e17dd
Merge pull request #250267 from GaetanLepage/jinja
vimPlugins.jinja-vim: init at 2020-06-18
2023-08-19 20:13:07 -04:00
github-actions[bot] 8a62479e06
Merge staging-next into staging 2023-08-20 00:03:24 +00:00
github-actions[bot] f6a4c6f912
Merge master into staging-next 2023-08-20 00:02:29 +00:00
"Gaetan Lepage" e65a7fcd01 vimPlugins: resolve github repository redirects 2023-08-20 00:57:46 +02:00
"Gaetan Lepage" 2b619d5473 vimPlugins: update 2023-08-20 00:52:56 +02:00
Pol Dellaiera 5726fc02de
Merge pull request #249853 from anilanar/fix-vscode-gpu-accel-x
vscode: fix GPU acceleration for X
2023-08-20 00:41:23 +02:00
"Gaetan Lepage" d934658763 vimPlugins.jinja-vim: init at 2020-06-18 2023-08-20 00:35:03 +02:00
Matthias Beyer 961896757a jucipp: remove after being marked broken for over 18 months
It was marked in commit e42a282a1a by Sandro Jäckel on 2021-03-19 (commited on 2021-03-19)

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-08-19 21:26:06 +00:00
figsoda c6009f4f3f
Merge pull request #250233 from traxys/emls_configs
vimPlugins.efmls-configs-nvim: init at 2023-08-19
2023-08-19 16:10:17 -04:00
traxys 305b0eb2d1 vimPlugins.sg-nvim: update cargoHash 2023-08-19 21:13:16 +02:00
"traxys" ff52612696 vimPlugins.nvim-treesitter: update grammars 2023-08-19 21:13:16 +02:00
"traxys" 22972c69b5 vimPlugins: update 2023-08-19 21:13:16 +02:00
traxys 01508313c5 vimPlugins.efmls-configs-nvim: init at 2023-08-19 2023-08-19 21:13:16 +02:00
traxys 53b7ecb494 vimPlugins.nvchad-extensions: remove
The upstream repo has been merged in nvchad-ui
2023-08-19 21:13:10 +02:00
Viorel-Cătălin Răpițeanu f64d4203b6 vscode-wikitext: add rapiteanu as maintainer 2023-08-19 13:59:45 +03:00
github-actions[bot] c9e2cfa3f4
Merge staging-next into staging 2023-08-19 06:01:31 +00:00
github-actions[bot] 1e271fd42a
Merge master into staging-next 2023-08-19 06:01:05 +00:00
Nick Cao 5a221c171e
Merge pull request #250041 from r-ryantm/auto-update/your-editor
your-editor: 1505 -> 1506
2023-08-19 09:24:30 +08:00
github-actions[bot] 313f7c5380
Merge staging-next into staging 2023-08-19 00:02:13 +00:00
github-actions[bot] 4a9909e0db
Merge master into staging-next 2023-08-19 00:01:42 +00:00
Theodore Ni ece0953571
Merge branch 'staging-next' into staging 2023-08-18 16:02:27 -07:00
R. Ryantm 5e88e819a5 your-editor: 1505 -> 1506 2023-08-18 21:46:18 +00:00
Lily Foster 3effe8ee68
Merge pull request #177578 from Rotaerk/godot-mono
godot3: refactor, rename from godot, and add mono builds
2023-08-18 17:09:31 -04:00
github-actions[bot] 1949ef2080
Merge master into staging-next 2023-08-18 18:00:57 +00:00
MultisampledNight 999a8951e3 neovide: 0.11.0 -> 0.11.1
https://github.com/neovide/neovide/releases/tag/0.11.1
2023-08-18 16:18:11 +02:00
github-actions[bot] d87ab3bf05
Merge master into staging-next 2023-08-18 12:01:03 +00:00
Anderson Torres 473e81ede4 emacs: better glib-networking detection
Fixes https://github.com/NixOS/nixpkgs/issues/249756
2023-08-18 11:58:47 +00:00
Charlotte Van Petegem b2386a036a
bluej: 5.1.0 -> 5.2.0
https://bluej.org/versions.html
2023-08-18 11:53:56 +02:00
Anil Anar 1da5d6070c
vscode: fix GPU acceleration for X 2023-08-18 10:42:13 +02:00
github-actions[bot] f1d7a13229
Merge master into staging-next 2023-08-18 00:01:46 +00:00
Artturi df9f0dfbf6
Merge pull request #249597 from NotAShelf/main-program-bs 2023-08-17 21:30:44 +03:00
github-actions[bot] fbb4f932ee
Merge master into staging-next 2023-08-17 18:01:06 +00:00
Manuel Bärenz bad4b37c7e Remove turion (myself) as maintainer from some packages
I have removed myself as maintainer from those packages that:

* Have at least one other maintainer
* Are outside of my actual expertise,
  i.e. I wouldn't really know how to fix them if they broke
2023-08-17 17:20:18 +02:00
figsoda bf8971d84b
Merge pull request #248762 from usmcamp0811/vim-plugins 2023-08-17 09:28:33 -04:00
github-actions[bot] 3b76a64c44
Merge master into staging-next 2023-08-17 12:01:23 +00:00
Matthieu Coudron d748e2356d
Merge pull request #249452 from dotlambda/uivonim-buildNpmPackage 2023-08-17 09:39:14 +02:00
github-actions[bot] 2e936d668c
Merge master into staging-next 2023-08-17 06:00:58 +00:00
Nick Cao 5c3ec91c22
Merge pull request #247219 from dritter/update-jetbrains-2023-2
jetbrains: 2023.1.4 -> 2023.2
2023-08-17 08:58:34 +08:00
Matt Camp 28b79ea664 vimPlugins.nvim-treesitter-textsubjects: init at 2023-08-03 2023-08-16 19:44:20 -05:00
Matt Camp ef82c69693 vimPlugins.nvim-treesitter: update grammars 2023-08-16 19:39:29 -05:00
Matt Camp dba9024143 vimPlugins: update 2023-08-16 19:19:37 -05:00
Matt Camp 3f523d7dd5 vimPlugins.nvim-julia-autotest: init at 2022-10-31 2023-08-16 19:19:37 -05:00
Matt Camp 5ae26fb7b3 vimPlugins.neorepl-nvim: init at 2022-11-07 2023-08-16 19:19:37 -05:00
github-actions[bot] 43454c8a64
Merge master into staging-next 2023-08-17 00:01:52 +00:00
Nikolay Korotkiy 43dd990c78
Merge pull request #249448 from r-ryantm/auto-update/orbiton
orbiton: 2.62.7 -> 2.63.1
2023-08-16 23:25:18 +04:00
NotAShelf 8bcc8ea8fe
glow: add add meta.mainProgram 2023-08-16 21:59:34 +03:00
Matt Camp 76c1cbbeea vimPlugins.codewindow-nvim: init at 2023-07-23 2023-08-16 13:56:50 -05:00
Matt Camp ef7b6e3b6d vimPlugins.image-nvim: init at 2023-06-08 2023-08-16 13:56:41 -05:00
Jan Tojnar 86797b2008 Merge branch 'staging-next' into staging
Conflicts:
- pkgs/development/libraries/qt-6/default.nix
  Merge a5b92645f1 and 0597d865ef
2023-08-16 19:37:11 +02:00
kashw2 08ca4e08dd thonny: 4.1.1 -> 4.1.2 2023-08-16 21:11:03 +10:00
Anthony Roussel ee6af9e11c
vscode-extensions.ms-vscode-remote.remote-containers: init at 0.305.0 2023-08-16 07:33:07 +02:00
Robert Schütz c1d1f57509 uivonim: unstable-2021-05-24 -> 0.29.0
Diff: ac027b4575...v0.29.0
2023-08-15 20:38:36 -07:00
Robert Schütz 0895c5896e uivonim: use buildNpmPackage 2023-08-15 20:36:31 -07:00
R. Ryantm 6609ac2b2f orbiton: 2.62.7 -> 2.63.1 2023-08-16 03:12:04 +00:00
github-actions[bot] bc80066085
Merge master into staging-next 2023-08-16 00:01:57 +00:00
Frederick Schwalbe 820d55bb16 helix: fix UB in diff gutter
Applies https://github.com/helix-editor/helix/pull/7227 as a patch
until the fix is included in the next release.
2023-08-16 08:36:34 +10:00
Nikolay Korotkiy 83325e7a66
Merge pull request #249373 from r-ryantm/auto-update/cudatext
cudatext: 1.196.0 -> 1.197.0
2023-08-16 01:07:36 +04:00
Jan Tojnar 86f6b16d28 Merge branch 'master' into staging-next
Conflicts:
- pkgs/servers/mail/mailman/python.nix (relevant to mailman-web)
  between f8a17e4200 and 84f6a6755a
2023-08-15 21:39:20 +02:00
K900 6edd6f71c7 treewide: clean up all qttranslations workarounds
There are two kinds of changes here:
- removing explicit qttranslations path hardcoding from applications that were patched to do it
- replacing qttranslations in buildInputs with qttools for packages that really depend on the latter

After this, qttranslation is never used outside Qt itself, as it should.
2023-08-15 22:11:39 +03:00
R. Ryantm 9504c91c02 cudatext: 1.196.0 -> 1.197.0 2023-08-15 18:51:26 +00:00
Anderson Torres 68f38d4634 emacsPackages.consult-gh: init at 20230706.438 2023-08-15 12:48:06 +00:00
Anderson Torres e270bfe914 emacsPackages.power-mode: remove
Because it was MELPA'd.
2023-08-15 12:48:06 +00:00
Pol Dellaiera 3eb7f7a63b
Merge pull request #248683 from oxij/tree/source-root-continues-3
treewide: cleanup `sourceRoot` and `setSourceRoot` usage
2023-08-15 05:53:52 +02:00
ajs124 7ea6850614 texstudio: 4.6.2 -> 4.6.3 2023-08-14 15:35:49 +02:00
github-actions[bot] 12e030d6da
Merge master into staging-next 2023-08-13 18:00:59 +00:00
Weijia Wang 54b546d1a0
Merge pull request #248710 from felschr/pixelorama
pixelorama: 0.11 -> 0.11.1
2023-08-13 17:36:05 +02:00
figsoda 727e898675
Merge pull request #248879 from GaetanLepage/fix-fuzzy-nvim 2023-08-13 11:18:24 -04:00
Atemu 5f98e7c92b
Merge pull request #247357 from atorres1985-contrib/emacs-update
emacs: update to 29.1
2023-08-13 16:15:36 +02:00
Gaetan Lepage 883b0f8eee vimPlugins.fuzzy-nvim: fix by changing dependency 2023-08-13 11:15:06 +02:00
github-actions[bot] 050adb6d52
Merge master into staging-next 2023-08-13 00:02:15 +00:00
Dominik Ritter a56241ed7b jetbrains: Commit in one line
Co-authored-by: Janik <80165193+Janik-Haag@users.noreply.github.com>
2023-08-13 00:33:23 +02:00
Dominik Ritter 50dc54de04 jetbrains.plugins: update 2023-08-12 23:18:04 +02:00
Dominik Ritter d482e00d61 jetbrains: 2023.1.4 -> 2023.2
jetbrains.phpstorm: 2023.1.4 -> 2023.2
jetbrains.rider: 2023.1.4 -> 2023.2
2023-08-12 23:15:56 +02:00
Matt Camp d17eedff19 vimPlugins.nabla-nvim: init at 2023-04-22 2023-08-12 14:18:59 -05:00
Matt Camp 3b36a4cd0f vimPlugins.nvim-search-and-replace: init at 2022-09-06 2023-08-12 14:16:49 -05:00
Matt Camp 16674df0a9 vimPlugins.mind-nvim: init at 2023-03-22 2023-08-12 14:16:31 -05:00
Matt Camp fa92941609 vimPlugins.nvim-unception: init at 2023-04-11 2023-08-12 14:16:00 -05:00
Matt Camp 0dbbf2c0f0 vimPlugins.pretty-fold-nvim: init at 2022-07-20 2023-08-12 14:15:27 -05:00
Matt Camp ec113b6034 vimPlugins.distant-nvim: init at 2023-07-24 2023-08-12 14:14:53 -05:00
Matt Camp 2bacf176fc vimPlugins.plantuml-previewer-vim: init at 2023-03-07 2023-08-12 14:14:25 -05:00
Matt Camp e2c0dbc9b9 vimPlugins.fold-preview-nvim: init at 2023-01-27 2023-08-12 14:13:58 -05:00
Matt Camp 85da72d791 vimPlugins.markid: init at 2023-07-01 2023-08-12 14:13:35 -05:00
Matt Camp e3d87e2e79 vimPlugins.knap: init at 2023-07-25 2023-08-12 14:13:18 -05:00
Donovan Glover bb72dfdb81 vimPlugins.image-nvim: init at 2023-07-17
Depends on https://github.com/NixOS/nixpkgs/pull/243687
2023-08-12 20:40:23 +02:00
github-actions[bot] 1c639fb6fb
Merge master into staging-next 2023-08-12 18:00:55 +00:00
figsoda 7fc2ab37fa
Merge pull request #248618 from figsoda/vim 2023-08-12 12:53:21 -04:00
github-actions[bot] 9f3079a7c3
Merge master into staging-next 2023-08-12 12:01:01 +00:00
Felix Schröter f7cf10ead3
pixelorama: 0.11 -> 0.11.1 2023-08-12 13:43:26 +02:00
Felix Schröter 76cacc26c9
pixelorama: add changelog 2023-08-12 13:43:26 +02:00
Franz Pletz 00b72f168f
Merge pull request #248438 from samuela/upkeep-bot/vscode-1.81.1-1691713465
vscode: 1.81.0 -> 1.81.1
2023-08-12 11:11:02 +02:00
Jan Malakhovski d098c821d6 treewide: remove unneeded dots and slashes in sourceRoots 2023-08-12 08:29:56 +00:00
github-actions[bot] e092a2a48d
Merge master into staging-next 2023-08-12 06:00:53 +00:00
figsoda 7ecc712e79 vimPlugins.sg-nvim: fix cargoHash 2023-08-11 22:05:18 -04:00
figsoda 97368d9172 vimPlugins.vim-pluto: add denops-vim to dependencies 2023-08-11 22:04:36 -04:00
figsoda 3fa48f5a07 vimPlugins.nvim-treesitter: update grammars 2023-08-11 22:04:26 -04:00
figsoda 091b5a7a6c vimPlugins: update 2023-08-11 22:03:23 -04:00
figsoda 303166fe60
Merge pull request #248588 from usmcamp0811/vim-pluto
vimPlugins.vim-pluto: init at 2022-02-01
2023-08-11 21:58:03 -04:00
github-actions[bot] f9497b22eb
Merge master into staging-next 2023-08-12 00:01:47 +00:00
Matt Camp a7d5190788 vimPlugins.vim-pluto: init at 2022-02-01 2023-08-11 16:02:33 -05:00
Pol Dellaiera b49201ce14
Merge pull request #248165 from r-ryantm/auto-update/vscodium
vscodium: 1.80.2.23209 -> 1.81.1.23222
2023-08-11 22:30:38 +02:00
github-actions[bot] cc6e13abfb
Merge master into staging-next 2023-08-11 12:01:01 +00:00
Norbert Melzer bb9707ef2e
Merge pull request #248167 from BlankParticle/vscode-runtime-libsecret 2023-08-11 09:17:17 +02:00
Anderson Torres 2160abc3ed emacs29-macport: init at 29.1 2023-08-10 23:45:09 -03:00
Anderson Torres 05d277b11e emacs29: 29.1-rc1 -> 29.1 2023-08-10 23:45:09 -03:00
Anderson Torres 7e445b6d72 emacs: factor meta 2023-08-10 23:45:04 -03:00
Anderson Torres ae4e2e8676 emacs28-macport: rename from emacs-macport
Also, move emacsMacport to aliases.nix.
2023-08-10 22:47:13 -03:00
nixpkgs-upkeep-bot 566fa96937 vscode: 1.81.0 -> 1.81.1 2023-08-11 00:24:26 +00:00
R. Ryantm 1186e3a1f6 vscodium: 1.80.2.23209 -> 1.81.1.23222 2023-08-10 19:06:48 +00:00
github-actions[bot] ec1a84ef66
Merge staging-next into staging 2023-08-10 18:01:30 +00:00
Gaetan Lepage 49ba8e1e22 vimPlugins.nvim-treesitter: update grammars 2023-08-10 15:28:18 +02:00
Gaetan Lepage 05b9fcba95 vimPlugins: update 2023-08-10 15:27:31 +02:00
Gaetan Lepage 822def37bb vimPlugins.mkdnflow-nvim: init at 2023-07-05 2023-08-10 15:25:00 +02:00
github-actions[bot] 025b892dad
Merge staging-next into staging 2023-08-10 06:01:30 +00:00
figsoda d4a6912a8c
Merge pull request #247439 from figsoda/vim 2023-08-09 21:23:34 -04:00
BlankParticle ed2f5f1829
fix(vscode): Add libsecrect as runtime dependency 2023-08-09 23:42:14 +05:30
github-actions[bot] 753276e426
Merge staging-next into staging 2023-08-09 18:01:38 +00:00
figsoda e7417ae1c2 vimPlugins.sg-nvim: fix cargoHash 2023-08-09 11:36:33 -04:00
figsoda fa45115a26 vimPlugins.nvim-treesitter: update grammars 2023-08-09 11:35:25 -04:00
figsoda 0471581350 vimPlugins: update 2023-08-09 11:34:25 -04:00
figsoda 701af8d937 vimPlugins.replacer-nvim: init at 2023-07-29 2023-08-09 11:32:40 -04:00
figsoda 4384d0a85d
Merge pull request #248146 from GaetanLepage/lspsaga-nvim 2023-08-09 11:31:46 -04:00
Gaetan Lepage a2f6d8db52 vimPlugins.lspsaga-nvim-original: mark as deprecated 2023-08-09 16:05:26 +02:00
github-actions[bot] 37cdcaae78
Merge staging-next into staging 2023-08-09 12:01:51 +00:00
Vlad M d9b11c343e
Merge pull request #248057 from r-ryantm/auto-update/tiled
tiled: 1.10.1 -> 1.10.2
2023-08-09 12:26:04 +03:00
OTABI Tomoya 73a383e05a
Merge pull request #246089 from hulr/thonny
thonny: 4.0.2 -> 4.1.1
2023-08-09 17:08:39 +09:00
R. Ryantm d0b6d10945 tiled: 1.10.1 -> 1.10.2 2023-08-09 02:01:02 +00:00
github-actions[bot] bd7afc88f7
Merge staging-next into staging 2023-08-09 00:02:37 +00:00
figsoda 564e47d761
Merge pull request #247918 from MultisampledNight/neovide-multisn8-maintainer
neovide: add multisn8 as maintainer
2023-08-08 15:44:14 -04:00
Lin Jian de24b1e3b1 emacs.pkgs.eglot: build info manual 2023-08-08 18:53:47 +00:00
MultisampledNight b8f594806e
neovide: add multisn8 as a maintainer 2023-08-08 20:46:50 +02:00