Commit Graph

10155 Commits

Author SHA1 Message Date
Felix Schröter
68bab23e50
ldtk: add passthru.updateScript 2023-05-31 14:42:49 +02:00
adisbladis
6214c83b88
Merge pull request #235092 from leungbk/emacs-addons
emacs: Enable SQLite3 and WebP for Emacs >=29
2023-05-31 20:48:31 +12:00
Mario Rodas
20c51ec76c
Merge pull request #235094 from fetsorn/fetsorn/vscode-typo
vscode: fix typo
2023-05-31 03:38:43 -05:00
github-actions[bot]
b21becc783
Merge master into staging-next 2023-05-31 06:01:20 +00:00
fetsorn
41090fe2ac vscode: fix typo 2023-05-31 04:21:11 +04:00
zowoq
b0865ea93d helix: switch back to release tarball 2023-05-31 10:06:21 +10:00
Brian Leung
0bf7571e2f
emacs: Enable SQLite3 and WebP for Emacs >=29 2023-05-30 16:04:30 -07:00
github-actions[bot]
2cc7256a10
Merge master into staging-next 2023-05-30 06:01:03 +00:00
adisbladis
64f7cc71c5
Merge pull request #233301 from atorres1985-contrib/emacs-refactor
Emacs refactor
2023-05-30 17:25:21 +12:00
Weijia Wang
db7c5d174a
Merge pull request #234871 from m0rg-dev/vscode-darwin-signing
vscode: disable ripgrep patching on macOS
2023-05-30 06:15:21 +03:00
Anderson Torres
3d43f48a93 emacs29: init at 20.0.91
Given that Emacs 29 is considered beta, it will not be aliased to `emacs`.
And, given that Emacs 29 ships with Pure GTK feature, why not to make it
available?
2023-05-29 22:23:52 -03:00
Anderson Torres
c4e48ded59 emacs: a huge refactor
A list of modifications:

- The calling handles at `top-level/all-packages.nix` were transferred to
`pkgs/applications/editors/emacs/default.nix` (the good old `recurseIntoAttrs`
design pattern);
- The files `macport.nix` and `28.nix` were removed, replaced by the bigger and
better `sources.nix`;
- Aliases for the most important derivations were put on `all-packages.nix`;
- The file `generic.nix` was refactored. Among its changes, the most noticeable:
  - `pname` is decorated according to the selected UI options;
  - Environment variables are explicitly under `env` set;
  - The `null` defaults and (in)equality tests were removed;
    - It obliged the addition of some Boolean flag guards;
  - The flag `noGui` was added, allowing easier override for `emacs-nox`.

With this huge refactor, the emacs build functions become more sane and
maintainable, allowing future additions.
2023-05-29 22:16:45 -03:00
github-actions[bot]
ceb7ed5e38
Merge master into staging-next 2023-05-30 00:02:21 +00:00
Gaetan Lepage
f1423fd5ae neovim: 0.9.0 -> 0.9.1 2023-05-30 00:17:30 +02:00
Morgan Wolfe
8769a90f90
vscode: disable ripgrep patching on macOS
useVSCodeRipgrep = false interferes with macOS 13's notarization enforcement
and doesn't allow the app to start. Setting it to stdenv.isDarwin by default
fixes the package for general use while preserving the option to patch ripgrep
on older versions of macOS if required by someone's particular use case.
2023-05-29 13:24:02 -07:00
github-actions[bot]
98bba575c0
Merge master into staging-next 2023-05-28 06:01:07 +00:00
"Carlos Alexandro Becker"
5b6c851f4e vimPlugins.nvim-treesitter: update grammars 2023-05-28 02:42:47 +00:00
"Carlos Alexandro Becker"
ff4d7a8687 vimPlugins: resolve github repository redirects 2023-05-28 02:42:30 +00:00
"Carlos Alexandro Becker"
e8c5027c5d vimPlugins: update 2023-05-28 02:42:08 +00:00
"Carlos Alexandro Becker"
46544468c7 vimPlugins.other-nvim: init at 2022-11-15 2023-05-28 02:38:43 +00:00
github-actions[bot]
2b40002569
Merge master into staging-next 2023-05-27 18:01:06 +00:00
Rick van Schijndel
57cce5d00b
Merge pull request #234267 from matthewpi/fix/jetbrains-add-python3-to-path
jetbrains: add python3 to PATH
2023-05-27 16:20:24 +02:00
github-actions[bot]
a269ac5872
Merge master into staging-next 2023-05-27 06:01:11 +00:00
Nikolay Korotkiy
9409fad0ab
Merge pull request #234322 from r-ryantm/auto-update/orbiton
orbiton: 2.61.0 -> 2.62.0
2023-05-27 07:23:15 +04:00
github-actions[bot]
8f73f12f12
Merge master into staging-next 2023-05-27 00:02:24 +00:00
R. Ryantm
223edbb434 orbiton: 2.61.0 -> 2.62.0 2023-05-26 23:28:05 +00:00
Weijia Wang
2b2921adff
Merge pull request #234238 from ratsclub/ionide
vscode-extensions.ionide.ionide-fsharp: 7.5.2 -> 7.5.4
2023-05-26 21:11:57 +03:00
github-actions[bot]
73ddcacb58
Merge master into staging-next 2023-05-26 18:01:05 +00:00
Matthew Penner
a9a080a60b
jetbrains: add python3 to PATH 2023-05-26 11:43:30 -06:00
Victor Freire
c4433d4ae0 vscode-extensions.ionide.ionide-fsharp: 7.5.2 -> 7.5.4 2023-05-26 12:25:54 -03:00
figsoda
0bc2c39688
Merge pull request #234035 from figsoda/vim
vimPlugins: update
2023-05-26 09:10:46 -04:00
github-actions[bot]
a2cd4a67fd
Merge master into staging-next 2023-05-26 12:01:27 +00:00
Bobby Rong
6dfd7c686b
Merge pull request #230618 from datafoo/vscode-extensions.elixir-lsp.vscode-elixir-ls
vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.14.5 -> 0.14.7
2023-05-26 18:30:12 +08:00
K900
f902e5b602
Merge pull request #233369 from K900/cursed-vscode-encryption
vscode: fix decrypting credentials after update
2023-05-26 13:10:00 +03:00
datafoo
ae6b1df643 vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.14.5 -> 0.14.7 2023-05-26 10:50:58 +02:00
Weijia Wang
3803f9bdd3
Merge pull request #234141 from adsr/mle_bump
mle: 1.5.0 -> 1.7.2
2023-05-26 11:36:30 +03:00
Bobby Rong
0fa0e246c3
Merge pull request #230818 from datafoo/vscode-extensions.davidanson.vscode-markdownlint
vscode-extensions.davidanson.vscode-markdownlint: 0.49.0 -> 0.50.0
2023-05-26 16:35:59 +08:00
Bobby Rong
f1835120cf
Merge pull request #229744 from alexjp/patch-2
vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.13.0 -> 0.14.5
2023-05-26 16:32:45 +08:00
Adam Saponara
6fdb2bef37 mle: 1.5.0 -> 1.7.2 2023-05-26 01:32:05 -04:00
github-actions[bot]
fced6fe69b
Merge master into staging-next 2023-05-26 00:02:17 +00:00
Weijia Wang
ba5d0dc56b
Merge pull request #234041 from wegank/explicit-fetchpypi
treewide: make fetchPypi more explicit
2023-05-25 22:33:02 +03:00
Sandro
4ae51c77a3
Merge pull request #232196 from COLAMAroro/submit/update-pulsar-1.105.0
pulsar: 1.104.0 -> 1.105.0
2023-05-25 21:23:18 +02:00
Weijia Wang
6e7c0b97d4 treewide: make fetchPypi more explicit 2023-05-25 21:37:59 +03:00
github-actions[bot]
137b9085b3
Merge master into staging-next 2023-05-25 18:01:20 +00:00
figsoda
2f570818b8 vimPlugins.nvim-treesitter: update grammars 2023-05-25 13:32:05 -04:00
figsoda
b330c08616 vimPlugins: update 2023-05-25 13:26:34 -04:00
"Gaetan Lepage"
4a14343e49 vimPlugins.typst-vim: init at 2023-05-22 2023-05-25 17:31:45 +02:00
github-actions[bot]
8835c1fcc9
Merge master into staging-next 2023-05-25 12:01:37 +00:00
datafoo
b7efded285 vscode-extensions.esbenp.prettier-vscode: 9.12.0 -> 9.13.0 2023-05-25 13:55:49 +02:00
Sandro
45e2d86970
Merge pull request #232391 from chvp/bump-bluej 2023-05-25 12:56:00 +02:00