Commit graph

11276 commits

Author SHA1 Message Date
datafoo 26e73d2978 vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.15.2 -> 0.16.0 2023-09-11 14:28:53 +00:00
PedroHLC ☭ 3993e3b2c8
sublime4: 4143 -> 4152 2023-09-11 10:29:47 -03:00
Pavel Anpin bee39a0151 jetbrains added udev to extraLdPath 2023-09-10 20:35:23 +03:00
Tom McLaughlin ce371a2c96 Improve update.sh script to fetch latest version automatically 2023-09-09 20:01:22 -07:00
Ludovico Piero accf4fc5ee
vscodium: add ludovicopiero as maintainers 2023-09-10 02:19:27 +10:00
Ludovico Piero a9aabffa44
vscodium: 1.81.1.23222 -> 1.82.0.23250 2023-09-10 02:14:33 +10:00
Ludovico Piero dd4a28f97b
vscode: 1.81.1 -> 1.82.0 2023-09-10 01:01:18 +10:00
github-actions[bot] 21efb9220e
Merge staging-next into staging 2023-09-09 00:02:37 +00:00
Peder Bergebakken Sundt 07654c80ab vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.6.8 -> 0.6.10 2023-09-08 20:54:39 +00:00
thomasjm c75f4f640a iruby: update to 0.7.4, fix build, and add update script 2023-09-08 12:04:21 -07:00
github-actions[bot] 9df0a1c6a2
Merge staging-next into staging 2023-09-08 18:01:25 +00:00
MultisampledNight 5ee2279901
neovide: 0.11.1 -> 0.11.2
https://github.com/neovide/neovide/releases/tag/0.11.2
2023-09-08 18:54:16 +02:00
Sandro Jäckel fccf04b620 treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType 2023-09-08 14:18:26 +00:00
figsoda e934149579
Merge pull request #253839 from GaetanLepage/neovim 2023-09-08 09:51:39 -04:00
Weijia Wang 21002df80e
Merge pull request #253791 from aaronjheng/micro
micro: 2.0.11 -> 2.0.12
2023-09-08 15:35:26 +02:00
Tom McLaughlin 0342a5194b jupyter-console: expose as a tool for launching kernels 2023-09-08 00:20:14 -07:00
Lin Jian 3d7fb6794e emacsPackages.ebuild-mode: switch to melpaBuild
Advantages:
- info manual is built and installed
- conform to package.el
  without any config, open a foo.ebuild file and its major-mode is set
  to ebuild-mode.
2023-09-08 03:08:17 +00:00
Weijia Wang 04942c59c8
Merge pull request #253892 from tnytown/tnytown/emacs-macport-x86-build
emacs: use `llvmPackages_14` from `apple_sdk_11_0`
2023-09-07 22:38:02 +02:00
Andrew Pan 407f8a3806
emacs: use llvmPackages_14 from apple_sdk_11_0
Fixes issues with macport x86_64 build.

Signed-off-by: Andrew Pan <a@tny.town>
2023-09-07 13:06:55 -05:00
Gaetan Lepage b352ab677b neovim: 0.9.1 -> 0.9.2 2023-09-07 13:08:00 +02:00
adisbladis 940be549b6
Merge pull request #253776 from linj-fork/fix-tramp
emacs: update the feature used for tramp-remote-path
2023-09-07 20:19:44 +12:00
Weijia Wang 67da0bbb9e
Merge pull request #251037 from dritter/update-jetbrains3
jetbrains: 2023.2 -> 2023.2.1
2023-09-07 09:33:59 +02:00
Aaron Jheng 84e0ab64db
micro: 2.0.11 -> 2.0.12 2023-09-07 13:43:25 +08:00
Lin Jian 9b69878816
emacs: update the feature used for tramp-remote-path
Since Emacs 28[1], tramp-remote-path is defined in tramp.el.

[1]: https://git.savannah.gnu.org/cgit/emacs.git/commit/lisp/net?id=695f6792f1524a446d276bf5c5e53bbb4c200909
2023-09-07 12:03:47 +08:00
Vinny Meller bea05181f8 vimPlugins.nvim-remote-containers: init at 2023-08-01 2023-09-06 23:11:31 -04:00
Robert Schütz ce4f2d1cbe rstudio: use fetchYarnDeps 2023-09-06 12:34:31 -07:00
figsoda 3e233330d9
Merge pull request #253381 from GaetanLepage/multicursor 2023-09-06 13:26:25 -04:00
Lin Jian ac4f5079f7 emacsPackages.mu4e: init at 1.10.7
This patch packages mu4e as an Emacs lisp package based on the mu4e
output of the multiple-output package mu, which makes mu4e a good
citizen of Emacs lisp packages in two aspects.

First, mu4e now utilizes the Emacs lisp package infrastructure in
Nixpkgs.  This allows users who want to do AOT native compilation for
non-default Emacs variants[0] to build only mu4e itself instead of the
whole mu package[1].

Second, mu4e now conforms to the Emacs builtin package manager[2].
Without this patch, mu4e autoloaded commands do not work
out-of-the-box[3] because its directory is added to load-path by
site-start.el after the initialization of package-directory-list,
which causes package-activate-all to not load mu4e-autoloads.el.  This
patch fixes this issue when mu4e is installed to Emacs using the
withPackages wrapper[4].

[0]: such as emacs-pgtk
[1]: mu.override { emacs = emacs-pgtk; }
[2]: package.el
[3]: either (require 'mu4e) or (require 'mu4e-autoloads) is needed to
be called before an autoloaded command is called
[4]: emacs-pgtk.pkgs.withPackages (epkgs: [ epkgs.mu4e ])
2023-09-06 16:27:13 +00:00
"Gaetan Lepage" 0832ce822b vimPlugins.nvim-treesitter: update grammars 2023-09-06 16:34:37 +02:00
"Gaetan Lepage" 0ffdfc407c vimPlugins: update 2023-09-06 16:30:56 +02:00
Gaetan Lepage 9ef2b50701 vimPlugins.multicursors-nvim: init at 2023-08-30 2023-09-06 16:26:48 +02:00
github-actions[bot] 82535bc9c1
Merge master into staging-next 2023-09-06 06:00:55 +00:00
Lin Jian 35ccb9db3f build-support/emacs: make version non-optional
I do not think there is a good reason for it to be optional.

There were only two packages without a version attr.  The version attr
is added to them in this patch.
2023-09-06 02:24:07 +00:00
github-actions[bot] 72eff9fe5d
Merge master into staging-next 2023-09-06 00:01:57 +00:00
kashw2 4769537b26 focuswriter: added qtwayland and wrapped application 2023-09-06 09:48:49 +10:00
kashw2 256814f16e focuswriter: switch from fetchurl to fetchFromGitHub 2023-09-06 09:48:48 +10:00
kashw2 7af1857466 focuswriter: added kashw2 maintainer 2023-09-06 09:48:48 +10:00
kashw2 f94a5ef5fa focuswriter: 1.7.6 -> 1.8.5 2023-09-06 09:48:48 +10:00
Weijia Wang b1af6db1b2
Merge pull request #253273 from felschr/pixelorama
pixelorama: 0.11.1 -> 0.11.2
2023-09-05 23:41:11 +02:00
figsoda 7b797e0caf
Merge pull request #252776 from hatredholder/tabout-nvim
vimPlugins.tabout-nvim: init at 2023-03-29
2023-09-05 16:40:36 -04:00
Weijia Wang 04a271d062
Merge pull request #253041 from marsam/fix-emacs-x86_64-darwin
emacs: fix build on x86_64-darwin
2023-09-05 21:48:28 +02:00
figsoda 707808af53 vimPlugins.sg-nvim: fix cargoHash 2023-09-05 14:02:56 -04:00
github-actions[bot] e1394695ec
Merge master into staging-next 2023-09-05 18:01:03 +00:00
Weijia Wang ed2b4224e2
Merge pull request #253415 from davidak/dit-update
dit: 0.7 -> 0.9
2023-09-05 16:41:31 +02:00
Weijia Wang 44352677f1
Merge pull request #253189 from kashw2/leo-editor
leo-editor: 6.7.3 -> 6.7.4
2023-09-05 16:31:31 +02:00
Weijia Wang f56a49c837
Merge pull request #253187 from kashw2/imhex
imhex: 1.29.0 -> 1.30.1
2023-09-05 15:34:45 +02:00
github-actions[bot] c7aba64ba1
Merge master into staging-next 2023-09-05 12:01:11 +00:00
davidak 2f5e0f7a81 dit: 0.7 -> 0.9 2023-09-05 14:01:11 +02:00
Weijia Wang 9f483edbf7
Merge pull request #253394 from aaronjheng/ox
ox: use sri hash
2023-09-05 12:45:30 +02:00
Aaron Jheng 4c457a9c3d
ox: use sri hash 2023-09-05 17:35:11 +08:00
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