Nick Cao
43f26f49b5
Merge pull request #210495 from alapshin/android-studio
...
androidStudioPackages.{stable,beta,canary}: update
2023-01-24 10:05:07 +08:00
Erik Arvstedt
5339c7ccf1
tree-sitter/grammar: make fit for public use
...
- Rename `source` to the more idiomatic `src`.
- Pass `version` to `mkDerivation` so that it's available in
`drvAttrs`/`overrideAttrs`.
- Remove misleading comment about `version`.
(nvim-treesitter sets the version to the grammar src hash.)
2023-01-23 23:32:09 +01:00
Erik Arvstedt
95d770453d
vimPlugins.nvim-treesitter: use tree-sitter.buildGrammar
2023-01-23 23:31:06 +01:00
Weijia Wang
d783871afb
Merge pull request #207384 from r-ryantm/auto-update/sigil
...
sigil: 1.9.10 -> 1.9.20
2023-01-23 15:01:35 +01:00
Weijia Wang
944bda6c92
Merge pull request #208039 from r-ryantm/auto-update/leafpad
...
leafpad: 0.8.18.1 -> 0.8.19
2023-01-23 14:38:29 +01:00
Nick Cao
6ad4d75364
Merge pull request #211079 from NickCao/py37
...
python37: remove leftovers
2023-01-23 11:22:35 +08:00
figsoda
55df763640
Merge pull request #212172 from zlalanne/add-solarized.nvim
...
Add vimPlugins.solarized.nvim
2023-01-22 16:37:29 -05:00
Weijia Wang
c498605dce
Merge pull request #191307 from r-ryantm/auto-update/featherpad
...
featherpad: 1.3.1 -> 1.3.5
2023-01-22 22:17:31 +01:00
"Zack Lalanne"
ca390ee016
vimPlugins.nvim-treesitter: update grammars
2023-01-22 14:30:38 -06:00
"Zack Lalanne"
3ffdf2419d
vimPlugins.solarized-nvim: init at 2022-12-02
2023-01-22 14:27:24 -06:00
"Zack Lalanne"
60d9b29eb1
vimPlugins: resolve github repository redirects
2023-01-22 14:26:13 -06:00
"Zack Lalanne"
5dc8c24b3f
vimPlugins: update
2023-01-22 14:25:03 -06:00
Weijia Wang
c7cbc4c991
Merge pull request #195034 from r-ryantm/auto-update/your-editor
...
your-editor: 1403 -> 1503
2023-01-22 16:20:50 +01:00
Artturi
fe7dd8eed0
Merge pull request #212006 from Shawn8901/remove_with_lib_1
2023-01-22 15:03:02 +02:00
Adam Joseph
42815b4a0c
treewide: systemdSupport: use lib.meta.availableOn
...
Many packages have some kind of flag indicating whether or not to build with
systemd support. Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`. Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.
This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.
This provides three benefits:
1. The default values are set correctly (i.e. including `&& isStatic`)
2. The default values are set consistently
3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
figsoda
596a0e622f
Merge pull request #211875 from figsoda/term-edit
...
vimPlugins.term-edit-nvim: init at 2023-01-20
2023-01-21 23:22:03 -05:00
Weijia Wang
300886cea7
Merge pull request #190280 from r-ryantm/auto-update/thonny
...
thonny: 4.0.1 -> 4.0.2
2023-01-22 04:09:43 +01:00
Weijia Wang
8938036ddb
Merge pull request #180619 from r-ryantm/auto-update/bonzomatic
...
bonzomatic: 2022-02-05 -> 2022-08-20
2023-01-22 04:03:19 +01:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
...
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb
treewide: replace http by https when https is a permanent redirection
2023-01-22 02:46:49 +01:00
Shawn8901
3866fa44a7
treewide: remove global with lib; in pkgs/{audio,blockchain,editors}
2023-01-21 23:11:12 +01:00
Bobby Rong
dc793f5ad1
Merge pull request #211583 from inclyc/pkgs/colejcummins.llvm-syntax-highlighting
...
vscode-extensions.colejcummins.llvm-syntax-highlighting: init at 0.0.3
2023-01-21 21:22:45 +08:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Andrei Lapshin
5599a8a72f
androidStudioPackages.canary: 2022.2.1.2 -> 2023.3.1.1
2023-01-21 09:57:17 +01:00
Andrei Lapshin
3fe5a73b28
androidStudioPackages.beta: 2022.1.1.12 -> 2022.2.1.12
2023-01-21 09:57:06 +01:00
figsoda
2ecfd2db3b
vimPlugins.nvim-treesitter: update grammars
2023-01-20 23:40:14 -05:00
figsoda
39449304a0
vimPlugins.term-edit-nvim: init at 2023-01-20
2023-01-20 23:40:14 -05:00
figsoda
06acfe8479
vimPlugins: update
2023-01-20 23:40:14 -05:00
Bobby Rong
d9ac5dfbc2
Merge pull request #211562 from datafoo/vscode-extensions.esbenp.prettier-vscode
...
vscode-extensions.esbenp.prettier-vscode: 9.10.3 -> 9.10.4
2023-01-20 17:10:00 +08:00
Bobby Rong
31b0849d37
Merge pull request #211563 from datafoo/vscode-extensions.davidanson.vscode-markdownlint
...
vscode-extensions.davidanson.vscode-markdownlint: 0.48.1 -> 0.49.0
2023-01-20 17:07:29 +08:00
Bobby Rong
5e815a7648
Merge pull request #211564 from datafoo/vscode-extensions.elixir-lsp.vscode-elixir-ls
...
vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.12.0 -> 0.13.0
2023-01-20 14:13:52 +08:00
figsoda
0cf78f5626
Merge pull request #211688 from nat-418/dirbuf.nvim
...
vimPlugins: add dirbuf.nvim
2023-01-19 21:14:16 -05:00
Nick Cao
6e310cb6d7
Merge pull request #208798 from squalus/standardnotes
...
standardnotes: 3.23.69 -> 3.129.0
2023-01-20 09:05:30 +08:00
nat-418
89820d6097
vimPlugins.dirbuf-nvim: init at 2022-08-28
2023-01-20 02:04:00 +01:00
nat-418
564ed06fb6
vimPlugins: update
2023-01-20 01:55:37 +01:00
R. Ryantm
4babff9d9f
your-editor: 1403 -> 1503
2023-01-20 00:22:44 +00:00
nat-418
a08c3c9961
vimPlugins.oil-nvim: init at 2023-01-19
2023-01-19 22:46:14 +01:00
nat-418
550a2f72a2
vimPlugins: update
2023-01-19 22:39:01 +01:00
figsoda
ed8cab77e1
Merge pull request #211577 from nat-418/boole.nvim
...
vimPlugins: add boole.nvim
2023-01-19 12:34:51 -05:00
figsoda
da6479267a
vimPlugins.vim-clap: fix cargo hash
2023-01-19 11:54:20 -05:00
Sandro
15ff398187
Merge pull request #197762 from panicgh/imhex
2023-01-19 16:27:47 +01:00
Yingchi Long
2e126eb0f8
vscode-extensions.colejcummins.llvm-syntax-highlighting: init at 0.0.3
2023-01-19 21:46:29 +08:00
nat-418
4f1ebdd51a
vimPlugins.nvim-treesitter: update grammars
2023-01-19 14:07:59 +01:00
nat-418
a4de7678dc
vimPlugins.boole-nvim: init at 2023-01-14
2023-01-19 14:07:58 +01:00
nat-418
b527f25bf0
vimPlugins: update
2023-01-19 14:07:58 +01:00
Benjamin Orthen
b0850654ec
emacsPackages.control-lock: use trivialBuild and correct src
...
Use trivialBuild instead of mkDerivation. Correct package src to link to
raw file and and use correct hash.
2023-01-19 13:40:32 +01:00
datafoo
43ed3951fe
vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.12.0 -> 0.13.0
2023-01-19 12:06:48 +01:00
datafoo
95ab55f851
vscode-extensions.davidanson.vscode-markdownlint: 0.48.1 -> 0.49.0
2023-01-19 11:45:13 +01:00
datafoo
5b8a88106f
vscode-extensions.esbenp.prettier-vscode: 9.10.3 -> 9.10.4
2023-01-19 11:42:05 +01:00
Benjamin Orthen
210c48b466
emacsPackages.perl-completion: fix evaluation and mark as broken
...
perl-completion (https://www.emacswiki.org/emacs/perl-completion.el )
depends on anything.el which is not in emacsPackages and has not
seen any updates since 2017
2023-01-18 23:58:37 +01:00