Commit Graph
501127 Commits
Author SHA1 Message Date
Felix Maurer b532448824 stgit: 1.5 -> 2.3.0
Version 2 of stgit was rewritten in Rust but in general offers the same feature
set [1]. We therefore do not require a Python build environment anymore but a
Rust one. However, we overwrite the default build, check and install phases to
use the Makefiles provided by stgit. In addition, the following changes are
made:

- stgit now requires libcurl
- perl is required during build (to build docs correctly) and during check (to
  run the extensive test suite)
- the tests require sysctl and iconv on darwin; add them to the check inputs

The added patch fixes failing test due to the recent git version in nixpkgs.
The fix is also upstream and will most likely be released with 2.3.1, i.e., the
patch can be removed then.

[1]: https://github.com/stacked-git/stgit/releases/tag/v2.0.0
2023-07-04 23:53:36 +02:00
Pol DellaieraandGitHub 82268b7ea9 Merge pull request #241449 from gaelreyrol/patch-1
symfony-cli: add meta.mainProgram
2023-07-04 12:14:21 +02:00
Nick CaoandGitHub 0d5682acc1 Merge pull request #241444 from linsui/jami
jami: use fmt_9 and msgpack
2023-07-04 18:03:37 +08:00
Robert HensingandGitHub 129094ea86 Merge pull request #240375 from adamcstephens/tailwindcss-bin/init-332
tailwindcss-bin: init at 3.3.2
2023-07-04 11:46:00 +02:00
Pol DellaieraandGitHub 3ede00e4fa Merge pull request #240571 from gaelreyrol/scaphandre-module-assertions
nixos/prometheus/exporters: adjust scaphandre assertions
2023-07-04 11:24:24 +02:00
Gaël ReyrolandGitHub 9cf1e8c111 symfony-cli: add meta.mainProgram 2023-07-04 11:20:55 +02:00
JanikandGitHub d9c0d0ddfb Merge pull request #231484 from hacker1024/package/del/flutter2 2023-07-04 11:15:59 +02:00
linsui ab1397475c jami: use fmt_9 and msgpack 2023-07-04 17:11:54 +08:00
Florian KlinkandGitHub f338f46fff Merge pull request #240969 from mutantmell/systemd-network-unit-util
systemd.network: move unit file generation code into a util
2023-07-04 12:02:37 +03:00
Weijia WangandGitHub eb115bee68 Merge pull request #241431 from tjni/slowlorust
slowlorust: fix build on darwin
2023-07-04 11:23:26 +03:00
Weijia WangandGitHub 7a0b531c80 Merge pull request #241430 from tjni/wagyu
wagyu: update tag to disambiguate revision
2023-07-04 11:22:49 +03:00
Weijia WangandGitHub 988a9e0d89 Merge pull request #241202 from tjni/pytrends
python310Packages.pytrends: 4.9.0 -> 4.9.2
2023-07-04 11:22:02 +03:00
Weijia WangandGitHub f7a6e756fa Merge pull request #241414 from aaronjheng/errcheck
errcheck: unstable-2022-03-26 -> 1.6.3
2023-07-04 11:05:05 +03:00
Weijia WangandGitHub fa4ca02100 Merge pull request #241429 from tjni/fitnesstrax
fitnesstrax: remove since it is gone upstream
2023-07-04 10:59:32 +03:00
Weijia WangandGitHub 70a051b335 Merge pull request #238243 from r-ryantm/auto-update/unciv
unciv: 4.6.19 -> 4.7.6-patch1
2023-07-04 10:42:12 +03:00
Weijia WangandGitHub b6cc068268 Merge pull request #241425 from r-ryantm/auto-update/vtm
vtm: 0.9.9o -> 0.9.9q
2023-07-04 10:36:59 +03:00
Weijia WangandGitHub 31c4d04b98 Merge pull request #241397 from r-ryantm/auto-update/python310Packages.holidays
python310Packages.holidays: 0.27.1 -> 0.28
2023-07-04 10:36:30 +03:00
Weijia WangandGitHub 4c9d594716 Merge pull request #241375 from r-ryantm/auto-update/benthos
benthos: 4.17.0 -> 4.18.0
2023-07-04 10:35:46 +03:00
Weijia WangandGitHub bf8245ef53 Merge pull request #241405 from newAM/orbuculum-2.1.0
orbuculum: 2.0.0 -> 2.1.0
2023-07-04 10:35:01 +03:00
Weijia WangandGitHub 5c9a8e1c47 Merge pull request #241369 from r-ryantm/auto-update/squashfuse
squashfuse: 0.1.105 -> 0.2.0
2023-07-04 10:34:24 +03:00
Weijia WangandGitHub c58910cf32 Merge pull request #241185 from GaetanLepage/csharp-ls
csharp-ls: init at 0.8.0
2023-07-04 10:30:20 +03:00
Theodore Ni 7e681d7f66 slowlorust: fix build on darwin 2023-07-04 00:22:56 -07:00
Theodore Ni 1a6370f64c wagyu: update tag to disambiguate revision 2023-07-04 00:15:46 -07:00
f3a2296445 passage: use getopt from nix on darwin (#241293)
* passage: use getopt from nix on darwin

This removes an ugly hack from upstream which hard-codes a bunch of
paths to find gnu-getopt (as opposed to darwins getopt in
/usr/bin/getopt).

This lets nix-built passage fail on systems which don't have one of
those already installed (i.e. from homebrew).

As upstream seemingly doesn't provide a way to override this easily yet,
we do it ourselves.

---------

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-07-04 10:14:55 +03:00
Weijia WangandGitHub 75769df6f1 Merge pull request #241186 from tjni/lib3mf
lib3mf: fix building tests on aarch64-darwin
2023-07-04 10:13:55 +03:00
Weijia WangandGitHub 3248e26928 Merge pull request #241138 from figsoda/nu
nushell: refactor
2023-07-04 10:12:00 +03:00
Theodore Ni 16c79f5f30 fitnesstrax: remove since it is gone upstream 2023-07-04 00:04:39 -07:00
R. RyanTMandGitHub c67590170e php81Packages.box: 4.2.0 -> 4.3.8 (#241427) 2023-07-04 08:58:03 +02:00
JanikandGitHub 8419b512e6 Merge pull request #240189 from gmemstr/patch-1
n8n: add WEBHOOK_URL environment variable
2023-07-04 08:56:36 +02:00
Fabian AffolterandGitHub dc3fa5c6af python310Packages.holidays: update disabled 2023-07-04 08:47:53 +02:00
Nick CaoandGitHub 3ad74ddc85 Merge pull request #241409 from r-ryantm/auto-update/gobgp
gobgp: 3.15.0 -> 3.16.0
2023-07-04 14:47:01 +08:00
Nick CaoandGitHub 94fea4ff82 Merge pull request #241412 from r-ryantm/auto-update/gotrue-supabase
gotrue-supabase: 2.77.1 -> 2.78.0
2023-07-04 14:46:02 +08:00
Fabian AffolterandGitHub 9a63fccab8 Merge pull request #241257 from fabaff/mitogen-bump
python311Packages.mitogen: 0.3.3 -> 0.3.4
2023-07-04 08:35:39 +02:00
Connor BakerandGitHub 1bbdebb7d1 Merge pull request #240457 from Dessix/dev/dessix/update-cudatoolkit-12.2
cudaPackages_12_2.cudatoolkit: init at 12.2.0
2023-07-04 02:20:12 -04:00
R. Ryantm 7f85c39b8b vtm: 0.9.9o -> 0.9.9q 2023-07-04 05:30:56 +00:00
Theodore Ni 45170fdb53 lib3mf: fix building tests on aarch64-darwin 2023-07-03 22:18:39 -07:00
Aaron Jheng 1b5ad64b52 errcheck: unstable-2022-03-26 -> 1.6.3 2023-07-04 05:11:16 +00:00
R. Ryantm 80d1952b01 gotrue-supabase: 2.77.1 -> 2.78.0 2023-07-04 05:01:43 +00:00
Li YangandGitHub f6dc216ee2 deck: 1.22.0 -> 1.23.0 (#241292)
Diff: https://github.com/kong/deck/compare/v1.22.0...v1.23.0
Changelog: https://github.com/Kong/deck/blob/main/CHANGELOG.md#v1230
2023-07-04 06:45:18 +02:00
R. Ryantm 75acb2f184 gobgp: 3.15.0 -> 3.16.0 2023-07-04 04:43:43 +00:00
R. Ryantm a07e435835 unciv: 4.6.19 -> 4.7.6-patch1 2023-07-04 04:30:11 +00:00
github-actions[bot]andzowoq 4b4a5a4b29 terraform-providers.tfe: 0.45.0 -> 0.46.0 2023-07-04 14:22:37 +10:00
github-actions[bot]andzowoq 4215c51e79 terraform-providers.google-beta: 4.71.0 -> 4.72.0 2023-07-04 14:22:37 +10:00
github-actions[bot]andzowoq 98a3c57b72 terraform-providers.google: 4.71.0 -> 4.72.0 2023-07-04 14:22:37 +10:00
github-actions[bot]andzowoq da318056bd terraform-providers.datadog: 3.26.0 -> 3.27.0 2023-07-04 14:22:37 +10:00
github-actions[bot]andzowoq 4f25c0c242 terraform-providers.checkly: 1.6.6 -> 1.6.7 2023-07-04 14:22:37 +10:00
github-actions[bot]andzowoq eb4ec1d4d8 terraform-providers.baiducloud: 1.19.7 -> 1.19.8 2023-07-04 14:22:37 +10:00
Alex Martens 1d750c3699 orbuculum: 2.0.0 -> 2.1.0 2023-07-03 21:20:19 -07:00
R. Ryantm d3923d6ad3 python310Packages.holidays: 0.27.1 -> 0.28 2023-07-04 03:12:08 +00:00
Nick CaoandGitHub 366c42ffb0 Merge pull request #241364 from marsam/update-twspace-crawler
twspace-crawler: 1.12.1 -> 1.12.2
2023-07-04 10:55:23 +08:00