Commit Graph

9119 Commits

Author SHA1 Message Date
Weijia Wang
356e59e491
Merge pull request #213107 from bobby285271/upd/tepl
tepl: 6.2.0 → 6.4.0
2023-01-28 10:46:38 +01:00
Bobby Rong
6d2c2c92dc
gnome-latex: 3.42.0 → 3.44.0
https://gitlab.gnome.org/swilmet/gnome-latex/-/compare/3.42.0...3.44.0
2023-01-28 15:12:38 +08:00
Nick Cao
35b2d417c3
Merge pull request #212971 from B4dM4n/android-studio-java-home
android-studio: fix default JAVA_HOME path
2023-01-28 08:09:04 +08:00
Fabian Möller
c6a482a2da
android-studio: fix default JAVA_HOME path 2023-01-27 15:09:17 +01:00
Krzysztof Kotlenga
1f911bc3fc vimPlugins.jellybeans-nvim: Add a missing lush dependency 2023-01-27 12:41:12 +01:00
Nick Cao
4296d0dd8d
Merge pull request #212063 from linsui/vscodepassthru
buildVscodeExtension: fix passthru
2023-01-27 08:18:35 +08:00
Théo Zimmermann
5ad38e062a
vscode-extensions.github.copilot: 1.56.7152 -> 1.70.8099 2023-01-26 17:21:28 +01:00
Weijia Wang
789f31e773
Merge pull request #211778 from GGwpAiushtha/vscode-icons-team/vscode-icons
vscode-extensions.vscode-icons-team.vscode-icons: init at 12.2.0
2023-01-26 02:20:52 +01:00
Weijia Wang
b8140c4fde
Merge pull request #211185 from r-ryantm/auto-update/rednotebook
rednotebook: 2.29 -> 2.29.3
2023-01-26 00:53:08 +01:00
Ivan Bastrakov
ec359f58a4
vscode-extensions.vscode-icons-team.vscode-icons: init at 12.2.0 2023-01-25 11:39:30 +03:00
Weijia Wang
d57cfd196f
Merge pull request #212295 from squalus/standardnotes
standardnotes: 3.129.0 -> 3.139.0
2023-01-24 17:01:52 +01:00
R. RyanTM
226ee6f33f
nano: 7.1 -> 7.2 (#212038) 2023-01-24 09:34:54 -05:00
Nick Cao
6276b34bfe
Merge pull request #211565 from datafoo/vscode-extensions.dbaeumer.vscode-eslint
vscode-extensions.dbaeumer.vscode-eslint: add metadata
2023-01-24 16:49:31 +08:00
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
squalus
498bcea3a8 standardnotes: 3.129.0 -> 3.139.0
- update standardnotes
- drop support for i686-linux because upstream stopped providing binaries
2023-01-23 11:23:55 -08: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
linsui
284c315a62 buildVscodeExtension: fix passthru 2023-01-22 17:46:19 +08: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