Commit graph

438700 commits

Author SHA1 Message Date
Ryan Lahfa b869fc7a90
Merge pull request #204669 from n8henrie/configurable-grub-efi-timeout
nixos/installer/cd-dvd/iso-image: honor EFI boot timeout
2022-12-30 14:25:26 +01:00
Artturi 4c5307057a
Merge pull request #208358 from Artturin/makepkgconfigitemfixcross 2022-12-30 15:19:01 +02:00
Nikolay Korotkiy b3d2a34b1b
Merge pull request #208331 from r-ryantm/auto-update/mkgmap-splitter
mkgmap-splitter: 652 -> 653
2022-12-30 17:14:19 +04:00
Ryan Lahfa 30307eba48
Merge pull request #207453 from p-h/ulogd
ulogd: init at 2.0.8
2022-12-30 14:13:53 +01:00
Artturin 38602ad5c3 makePkgconfigItem: fix cross 2022-12-30 14:51:17 +02:00
Artturi bb0949f4e2
Merge pull request #202625 from NickCao/qt6-paths
fixes https://github.com/NixOS/nixpkgs/issues/202622
2022-12-30 14:26:16 +02:00
Anderson Torres bde23bbdff
Merge pull request #208311 from atorres1985-contrib/castxml
castxml: remove `inherit (.*)` reference on all-packages.nix
2022-12-30 09:20:52 -03:00
Bobby Rong e6c26349fe
Merge pull request #208308 from bobby285271/cinnamon
cinnamon.muffin: Backport a crash fix
2022-12-30 20:17:59 +08:00
Bobby Rong de07c59526
Merge pull request #208060 from chpatrick/fix-gnome-flashback-systemd
gnome.gnome-flashback: fix crash on start due to not finding .desktops
2022-12-30 20:12:51 +08:00
Fabian Affolter a3f612564c
Merge pull request #201921 from fabaff/proxy-py-fix
python310Packages.proxy-py: disable failing tests
2022-12-30 11:57:19 +01:00
Fabian Affolter be5e767930
Merge pull request #208305 from SuperSandro2000/wslu
wslu: 4.0.0 -> 4.1.0
2022-12-30 11:44:50 +01:00
Jacek Galowicz 2d626a8fc5
Merge pull request #208278 from bjornfor/nixos-test-driver-use-f-string
nixos/test-driver: use f-strings instead of .format()
2022-12-30 11:38:10 +01:00
Fabian Affolter a8bb3404ec
wslu: add changelog to meta 2022-12-30 10:52:20 +01:00
Fabian Affolter 9a56a9a8a1
Merge pull request #208307 from r-ryantm/auto-update/nats-server
nats-server: 2.9.9 -> 2.9.10
2022-12-30 10:50:55 +01:00
R. Ryantm fdae2bf6df mkgmap-splitter: 652 -> 653 2022-12-30 09:49:29 +00:00
Weijia Wang f92ee1a512 john: unbreak on aarch64-darwin 2022-12-30 10:39:32 +01:00
R. Ryantm 60facffaa9 mtdutils: 2.1.4 -> 2.1.5 2022-12-30 10:34:51 +01:00
Fabian Affolter 25f2749ddb
Merge pull request #208237 from fabaff/pytest-freezer
python310Packages.pytest-freezer: init at 0.4.6
2022-12-30 10:20:31 +01:00
alyaeanyx ebe0608ada nixos/openconnect: fix null cases for user and passwordFile options 2022-12-30 10:10:54 +01:00
R. Ryantm dd6e0ab1cf seabios: 1.16.0 -> 1.16.1 2022-12-30 10:09:11 +01:00
Fabian Affolter f2ad82a068 logseq: add changelog to meta 2022-12-30 09:57:14 +01:00
R. Ryantm 21e5373d9e logseq: 0.8.12 -> 0.8.15 2022-12-30 09:57:14 +01:00
Nick Cao b490729bb7 gf2x: fix cross compilation 2022-12-30 09:52:46 +01:00
Nick Cao 0f475e3c04 mpir: fix cross compilation 2022-12-30 09:52:46 +01:00
R. Ryantm 58faa444c8 uncrustify: 0.75.1 -> 0.76.0 2022-12-30 09:38:33 +01:00
Austin Seipp e74582c9ff
fzf: minor code tweaks (#208323)
Suggested by zowoq in #207078.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-12-30 18:36:17 +10:00
Fabian Affolter 99195d6c05
Merge pull request #208266 from r-ryantm/auto-update/python310Packages.nbsphinx
python310Packages.nbsphinx: 0.8.10 -> 0.8.11
2022-12-30 09:06:57 +01:00
Fabian Affolter 93976f78e5
Merge pull request #207966 from fabaff/teslajsonpy-bump
python310Packages.tenacity: 8.0.1 -> 8.1.0, python310Packages.teslajsonpy: 3.6.0 -> 3.7.0
2022-12-30 09:04:02 +01:00
figsoda 215933a938
Merge pull request #208297 from urandom2/allmark
allmark: fix homepage
2022-12-30 00:04:42 -05:00
github-actions[bot] e363dcd809 terraform-providers.tencentcloud: 1.79.2 → 1.79.3 2022-12-30 14:49:12 +10:00
github-actions[bot] 221f18edf8 terraform-providers.gandi: 2.2.1 → 2.2.2 2022-12-30 14:49:12 +10:00
github-actions[bot] e82448e238 terraform-providers.baiducloud: 1.18.4 → 1.19.0 2022-12-30 14:49:12 +10:00
AndersonTorres dae55bc2bd castxml: remove inherit (.*) reference on all-packages.nix
According to the issue linked at the end, filling arguments for `callPackage` in
all-packages.nix breaks splicing and makes the expressions incompatible with
cross-compilation.

This issue is more pronounced in the many `inherit (darwin)` calls. However, it
is present in similar contexts too.

The idea here is not the smartest: it just hides those inheritances from
`all-packages.nix` and sends them to the `default.nix` expressions.

Issue: https://github.com/NixOS/nixpkgs/issues/204303
2022-12-30 00:08:26 -03:00
figsoda 60351e048d
Merge pull request #208172 from figsoda/difftastic
difftastic: 0.39.0 -> 0.40.0
2022-12-29 21:58:07 -05:00
Bobby Rong 5ce341ff6d
cinnamon.muffin: Backport a crash fix
Also re-order the attributes.
2022-12-30 10:35:13 +08:00
R. Ryantm f84308fd33 nats-server: 2.9.9 -> 2.9.10 2022-12-30 02:29:00 +00:00
Sandro Jäckel 6bb56de70a
wslu: 4.0.0 -> 4.1.0 2022-12-30 03:15:57 +01:00
Sandro 726088a964
Merge pull request #206812 from SuperSandro2000/luajit-openresty 2022-12-30 03:11:54 +01:00
Sandro 0fafbb59b6
Merge pull request #206813 from SuperSandro2000/luaPlugins-nginx-lua-module 2022-12-30 03:01:43 +01:00
Colin Arnott dd9fa84766
allmark: fix homepage
The website listed on github.com currently returns a 401, so probably
best to just use the repo as the landing page.
2022-12-30 00:01:00 +00:00
Robert Scott a8ce53810a
Merge pull request #205689 from panicgh/minizip2
minizip2 -> minizip-ng: 2.10.6 -> 3.0.7
2022-12-29 23:16:05 +00:00
Bjørn Forsman ce5644f658 nixos/test-driver: use f-strings instead of .format()
For readability.

Suggested-by: @tfc
2022-12-29 23:51:35 +01:00
Stanisław Pitucha 41064f4288
Merge pull request #208084 from apeschar/phan
phpPackages.phan: init at 5.4.1
2022-12-30 09:45:59 +11:00
Alyssa Ross 247086c9e9 OVMF: add suffix for i686
This fixes eval of the ZFS NixOS tests on i686.

Fixes: 22b6f785a7 ("nixos/tests/zfs: Represent real world usage better")
2022-12-29 22:34:18 +00:00
Robert Hensing 2ba0c1ba67
Merge pull request #208263 from r-ryantm/auto-update/cassandra_3_0
cassandra_3_0: 3.0.26 -> 3.0.28
2022-12-29 23:07:33 +01:00
Mike 677ed08a50 maintainers: quasigod-io -> michaelBelsanti
I have updated by GitHub account name, so I am updating myself in maintainer-list.nix to match.
2022-12-29 16:53:24 -05:00
Fabian Affolter 3e9a7c117e python310Packages.proxy-py: disable failing tests 2022-12-29 22:48:33 +01:00
figsoda b5f0d4497d
Merge pull request #208274 from anthonyroussel/dvc-remove_maintainers
dvc: remove anthonyroussel from maintainers
2022-12-29 16:35:50 -05:00
Alexander Bantyev 4e8ffd0c8c
Merge pull request #208150 from ErinvanderVeen/olive-q-painter-path
olive-editor: resolve missing QPainterPath issue
2022-12-30 01:27:42 +04:00
Fabian Affolter ecb4d43bb1
python310Packages.nbsphinx: add changelog to meta
- disable on unsupported Python releases
2022-12-29 22:20:32 +01:00