Commit Graph
503090 Commits
Author SHA1 Message Date
Vladimír Čunát fb7cc1a4e7 Merge #240840: cups: 2.4.5 -> 2.4.6
...into staging-next, i.e. this will come to nixpkgs master earlier
than the first merge of the PR in commit 2386a5ec6e.
2023-07-10 08:50:52 +02:00
Vladimír Čunát 5fbb4da862 Merge #241270: python310Packages.django_3: 3.2.19 -> 3.2.20
...into staging-next, i.e. this will come to nixpkgs master earlier
than the first merge of the PR in commit d58e2d51a5.
2023-07-10 08:47:00 +02:00
Vladimír Čunát f855ba279a Merge #242519: darwin.stdenv: patchShebangs during bootstrap
..into staging-next
2023-07-10 08:42:18 +02:00
github-actions[bot]andGitHub ac16218888 Merge master into staging-next 2023-07-10 06:01:41 +00:00
R. RyantmandBobby Rong 29f96cc801 vala-lint: unstable-2022-09-15 -> unstable-2023-05-25 2023-07-10 12:57:03 +08:00
pennaeandGitHub 130e30de7d Merge pull request #225753 from magnetophon/cardinal
Cardinal: 22.12 -> 23.02
2023-07-10 05:16:14 +02:00
figsodaandGitHub 2169d3b0bc Merge pull request #242555 from r-ryantm/auto-update/kubeshark
kubeshark: 41.1 -> 41.3
2023-07-09 22:28:40 -04:00
figsodaandGitHub 1a084177d8 Merge pull request #242551 from r-ryantm/auto-update/labctl
labctl: 0.0.20 -> 0.0.22
2023-07-09 22:27:28 -04:00
figsodaandGitHub ce2b16b597 Merge pull request #242549 from r-ryantm/auto-update/lux
lux: 0.18.0 -> 0.19.0
2023-07-09 22:09:33 -04:00
Nick CaoandGitHub 2a5f6cac35 Merge pull request #242554 from r-ryantm/auto-update/threatest
threatest: 1.2.0 -> 1.2.1
2023-07-10 09:08:32 +08:00
Nick CaoandGitHub 94edb1a72d Merge pull request #242523 from majiru/rc-parallel
rc-9front: enable parallel builds
2023-07-10 09:07:35 +08:00
Nick CaoandGitHub d3a9098334 Merge pull request #242530 from mweinelt/pyipp-0.14.2
python310Packages.pyipp: 0.14.1 -> 0.14.2
2023-07-10 09:06:01 +08:00
Nick CaoandGitHub 2387cef311 Merge pull request #242518 from r-ryantm/auto-update/showmethekey
showmethekey: 1.8.0 -> 1.8.1
2023-07-10 09:00:50 +08:00
R. Ryantm ccfa748760 kubeshark: 41.1 -> 41.3 2023-07-10 00:35:04 +00:00
R. Ryantm 28c1cede03 threatest: 1.2.0 -> 1.2.1 2023-07-10 00:26:19 +00:00
figsodaandGitHub 06c84f5b48 Merge pull request #242327 from figsoda/vim 2023-07-09 20:13:17 -04:00
R. Ryantm 54252e95cd labctl: 0.0.20 -> 0.0.22 2023-07-10 00:07:55 +00:00
github-actions[bot]andGitHub 09bdd38107 Merge master into staging-next 2023-07-10 00:02:30 +00:00
SandroandGitHub d705d71c03 Merge pull request #242496 from r-ryantm/auto-update/wander
wander: 0.9.0 -> 0.10.1
2023-07-10 02:02:22 +02:00
R. Ryantm d6a0a46627 lux: 0.18.0 -> 0.19.0 2023-07-09 23:55:47 +00:00
SandroandGitHub 198d11ecbe Merge pull request #241560 from SuperSandro2000/betterbird
betterbird: 102.8.0-bb30 -> 102.12.0-bb37
2023-07-10 01:46:37 +02:00
SandroandGitHub 55a23e0fe9 Merge pull request #241184 from SuperSandro2000/matrix-no-test-parallel
matrix-synapse: limit parallelism to 4 cores to be improve stability, formatting
2023-07-10 01:46:17 +02:00
SandroandGitHub 76d738bbb3 Merge pull request #241114 from SuperSandro2000/pypy3Packages.skia-pathops
pypy3Packages.skia-pathops: mark broken, update homepage
2023-07-10 01:45:44 +02:00
icyrockcomandAnderson Torres cb34ad4c16 fuse-archive: init at 0.1.14 2023-07-09 20:39:50 -03:00
Vincenzo MantovaandGitHub 6cd4468d96 texlive: use lib.recursiveUpdate for tlpdb overrides (#242118) 2023-07-09 19:14:02 -04:00
YtandGitHub 19c40caf2c cargo-espflash: 1.7.0 -> 2.0.0 (#242381) 2023-07-09 19:06:52 -04:00
Randy Eckenrode 856ebe6fec darwin.stdenv: allow patchShebangs during the bootstrap
This fixes pyicu (and any other package that uses `icu-config` instead
of the CMake or some other module to get the build flags).

What happened here is the bootstrap disables `patchShebangs` to avoid
propagating the bootstrap tools to the final stdenv (due to `sh` and
`bash` being on the `PATH` from the bootstrap tools). Because of that,
the `#!/bin/sh` line in `icu-config` was not updated, causing it to
invoke the system bash on Darwin. While that is undesirable in its own
right, when the system bash is invoked as `sh`, `echo -n` will print
`-n`, resulting in the breakage see in https://github.com/NixOS/nixpkgs/pull/241951#issuecomment-1627604354.

The fix is to build bash earlier in the bootstrap while making sure it
is picked up over the one in the bootstrap tools. That allows
`patchShebangs` to be enabled during the bootstrap. Any package with
scripts that is included in the final stdenv should now have its
scripts’ shebang lines properly patched.
2023-07-09 16:53:55 -06:00
Mario RodasandGitHub c40953ba6e Merge pull request #242525 from fabaff/rns-bump
python311Packages.rns: 0.5.5 -> 0.5.6
2023-07-09 17:48:54 -05:00
Mario RodasandGitHub c8529bd85b Merge pull request #241591 from aaronjheng/robustirc-bridge
robustirc-bridge: 1.8 -> 1.9.0
2023-07-09 17:48:14 -05:00
Mario RodasandGitHub da34b5cc89 Merge pull request #241827 from aaronjheng/github-commenter
github-commenter: 0.9.0 -> 0.19.0
2023-07-09 17:47:38 -05:00
Mario RodasandGitHub 9caffcff8a Merge pull request #242164 from aaronjheng/go-license-detector
go-license-detector: 4.3.0 -> 4.3.1
2023-07-09 17:47:03 -05:00
Mario RodasandGitHub 336033dbce Merge pull request #242174 from aaronjheng/prometheus-rabbitmq-exporter
prometheus-rabbitmq-exporter: 1.0.0-RC8 -> 1.0.0-RC19
2023-07-09 17:46:39 -05:00
Mario RodasandGitHub 38d75fd767 Merge pull request #242176 from aaronjheng/lndmon
prometheus-lnd-exporter: unstable-2021-03-26 -> 0.2.7
2023-07-09 17:46:11 -05:00
ArtturiandGitHub 4756912233 Merge pull request #242404 from Artturin/splitoutputs 2023-07-10 01:45:27 +03:00
SandroandGitHub 1ffc00aa22 Merge pull request #242178 from wackbyte/bump-vencord
vencord: 1.2.8 -> 1.3.4
2023-07-09 23:56:18 +02:00
SandroandGitHub 3539b01217 Merge pull request #242452 from fabaff/google-auth-bump
python311Packages.google-auth: 2.19.1 -> 2.21.0
2023-07-09 23:47:30 +02:00
SandroandGitHub eae22520b9 Merge pull request #237802 from SuperSandro2000/ceph-package-options
nixos/ceph: add options to configure package used by each component
2023-07-09 23:38:28 +02:00
Sandro Jäckel 77777777dc pypy3Packages.skia-pathops: mark broken, update homepage 2023-07-09 23:29:58 +02:00
SandroandGitHub 6788909b8f Merge pull request #241017 from SuperSandro2000/matplotlib-pypy
python310Packages.matplotlib: disable tkinter for PyPy
2023-07-09 23:29:20 +02:00
SandroandGitHub a7827b6bb0 Merge pull request #241159 from SuperSandro2000/nose3-disable-more-tests
python311Packages.nose3: disable tests also on python 3.11
2023-07-09 23:28:48 +02:00
SandroandGitHub eaffb76bd2 Merge pull request #241162 from SuperSandro2000/pypy3/sphinx
pypy3Packages.sphinx: disable broken tests
2023-07-09 23:28:28 +02:00
Sandro Jäckel 3333333576 matrix-synapse: limit parallelism to 4 cores to be improve stability, formatting
On high core machines those easily can fail similar to:

matrix-synapse> tests.storage.test_room_search.MessageSearchTest.test_postgres_web_search_for_phrase
matrix-synapse> ===============================================================================
matrix-synapse> [ERROR]
matrix-synapse> Traceback (most recent call last):
matrix-synapse>   File "/build/source/tests/unittest.py", line 122, in new
matrix-synapse>     return code(orig, *args, **kwargs)
matrix-synapse>   File "/build/source/tests/unittest.py", line 216, in setUp
matrix-synapse>     return orig()
matrix-synapse>   File "/build/source/tests/unittest.py", line 338, in setUp
matrix-synapse>     self.hs = self.make_homeserver(self.reactor, self.clock)
matrix-synapse>   File "/build/source/tests/app/test_openid_listener.py", line 34, in make_homeserver
matrix-synapse>     hs = self.setup_test_homeserver(
matrix-synapse>   File "/build/source/tests/unittest.py", line 606, in setup_test_homeserver
matrix-synapse>     hs = setup_test_homeserver(self.addCleanup, **kwargs)
matrix-synapse>   File "/build/source/tests/server.py", line 921, in setup_test_homeserver
matrix-synapse>     prepare_database(
matrix-synapse>   File "/nix/store/2cc0p5apn2yg2fr5ii9mvb7fcwd74y26-matrix-synapse-1.86.0/lib/python3.10/site-packages/synapse/storage/prepare_database.py", line 155, in prepare_database
matrix-synapse>     raise UpgradeDatabaseException(EMPTY_DATABASE_ON_WORKER_ERROR)
matrix-synapse> synapse.storage.prepare_database.UpgradeDatabaseException: Uninitialised database: run the main synapse process to prepare the database schema before starting worker processes.
matrix-synapse>
2023-07-09 23:27:46 +02:00
SandroandGitHub c386afc242 Merge pull request #242142 from SuperSandro2000/python-resolve-todos
python3Packages.{validictory,py-radix}: remove
2023-07-09 23:24:10 +02:00
Mario RodasandGitHub d8eeece875 Merge pull request #242372 from r-ryantm/auto-update/libmediainfo
libmediainfo: 23.04 -> 23.06
2023-07-09 15:47:14 -05:00
SandroandGitHub 636cbdd37e Merge pull request #241188 from SuperSamus/lapce-desktop
lapce: use upstream .desktop file
2023-07-09 22:39:44 +02:00
SandroandGitHub 0ccdf00a66 Merge pull request #240960 from majiru/add-tlsclient
tlsclient: init at 1.5, pam_dp9ik: init at 1.5
2023-07-09 22:36:57 +02:00
R. RyantmandSandro Jäckel 0000010be9 wander: 0.9.0 -> 0.10.1
Removed version test as I couldn't find a way to make it work with github.com/carlmjohnson/versioninfo
2023-07-09 22:35:34 +02:00
Weijia WangandGitHub 599b8acc19 Merge pull request #242490 from wegank/prl-tools-bump
linuxPackages_latest.prl-tools: 18.3.1-53614 -> 18.3.2-53621
2023-07-09 23:25:30 +03:00
Martin Weinelt ac19ddeefb python310Packages.pyipp: 0.14.1 -> 0.14.2
Diff: https://github.com/ctalkington/python-ipp/compare/0.14.1...0.14.2

Changelog: https://github.com/ctalkington/python-ipp/releases/tag/0.14.2
2023-07-09 22:22:41 +02:00
Ilan JoselevichandGitHub bb04ffe34b Merge pull request #242500 from r-ryantm/auto-update/sqlcmd
sqlcmd: 1.1.0 -> 1.2.0
2023-07-09 23:18:33 +03:00