0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 22:20:30 +03:00
Commit graph

710676 commits

Author SHA1 Message Date
Kiara Grouwstra
8091872dce
opentofu: apply nixfmt
(cherry picked from commit 187ef4d65b)
2024-12-07 09:59:59 -05:00
Nick Cao
fe01411bf4
opentofu: 1.8.5 -> 1.8.6
Diff: https://github.com/opentofu/opentofu/compare/v1.8.5...v1.8.6

Changelog: https://github.com/opentofu/opentofu/blob/v1.8.6/CHANGELOG.md
(cherry picked from commit d63d41ffd4)
2024-12-07 09:59:58 -05:00
Cosima Neidahl
4233b2c5bb
[Backport release-24.11] famistudio: .NET 7 -> 8 (#362223) 2024-12-07 15:52:29 +01:00
Aleksana
96492060d0
[Backport release-24.11] winetricks: enable darwin support (#362823) 2024-12-07 22:25:44 +08:00
Karolis Stasaitis
8ad4fc1d96 winetricks: enable darwin support
(cherry picked from commit c2e08444af)
2024-12-07 13:58:57 +00:00
Aleksana
ba3fa71b0a
[Backport release-24.11] rtkit: fix reduce logging patch URL (#362806) 2024-12-07 21:56:03 +08:00
Aleksana
45be4d50e0
[Backport release-24.11] shogun: disable failing tests (#362802) 2024-12-07 21:31:40 +08:00
Aleksana
ee0a5af13f
[Backport release-24.11] gnome-extension-manager: fix black screen via upstream patch (#362796) 2024-12-07 21:15:35 +08:00
Aleksana
1851d9e2de
[Backport release-24.11] python312Packages.hvplot: fix checks on darwin (#362801)
python312Packages.hvplot: fix checks on darwin

fix checkphase on darwin to not access the display

(cherry picked from commit 9e5774c4e3)

Co-authored-by: Reno Dakota <paparodeo@proton.me>
2024-12-07 21:05:41 +08:00
ophestra
e634efce4a rtkit: fix reduce logging patch URL (#360182)
GitHub returns HTTP 406 for pull request commits superseded by a force
push.

(cherry picked from commit a6efb32b0e)
2024-12-07 13:05:21 +00:00
Sebastián Mancilla
4a88e4a94d shogun: disable failing tests
(cherry picked from commit 965d2d2f18)
2024-12-07 12:57:26 +00:00
Sebastián Mancilla
7b926ebcc6 shogun: modernize
(cherry picked from commit ed73a9dbc4)
2024-12-07 12:57:26 +00:00
Reno Dakota
7c3496c591 python312Packages.hvplot: fix checks on darwin
fix checkphase on darwin to not access the display

(cherry picked from commit 9e5774c4e3)
2024-12-07 12:56:05 +00:00
Eman Resu
c2ddac708c gnome-extension-manager: fix black screen via upstream patch (#358236)
(cherry picked from commit e2e988d917)
2024-12-07 12:40:13 +00:00
Aleksana
d944280878
[Backport release-24.11] fedifetcher: 7.1.12 -> 7.1.14 (#362778) 2024-12-07 20:01:02 +08:00
⛧-440729 [sophie]
07044a2911 fedifetcher: 7.1.12 -> 7.1.14
(cherry picked from commit 51c4a6cd8b)
2024-12-07 11:35:38 +00:00
Aleksana
70954e94f5
[Backport release-24.11] lix: only use LTO with GCC (#362720) 2024-12-07 19:27:24 +08:00
Lily Ballard
d57b827557 lix: only use LTO with GCC
Enabling LTO causes test failures when compiling for x86_64-darwin (at
least under Rosetta 2). The Nix package only enables LTO when using GCC,
so we'll copy that for now. I don't feel safe leaving it on for
aarch64-darwin unless we can understand why it's failing on
x86_64-darwin in case this is an indication of UB.

Fixes #337036.

(cherry picked from commit 1ed59a4eb8)
2024-12-07 07:45:46 +00:00
K900
76dc2369b3
[Backport release-24.11] nixos/hostapd: remove HT40- from default capabilities (#362716) 2024-12-07 09:58:04 +03:00
Andrew Childs
837a4c79f4 nixos/hostapd: remove HT40- from default capabilities
The current default configuration, automatic channel selection with
the HT40- capability, is explicitly disallowed by an assertion in this
module.

This is a result of recent change to default to automatic channel
selection in 1047f0a6bf.

(cherry picked from commit 8a97d662dd)
2024-12-07 06:57:24 +00:00
Aleksana
0e07b0ea27
[Backport release-24.11] time: fix implicit function declaration (#362706)
time: fix implicit function declaration (#362226)

(cherry picked from commit 3d73d05791)

Co-authored-by: misuzu <bakalolka@gmail.com>
2024-12-07 14:37:38 +08:00
misuzu
14ae2e9d23 time: fix implicit function declaration (#362226)
(cherry picked from commit 3d73d05791)
2024-12-07 06:05:21 +00:00
Aleksana
e2605d0744
[Backport release-24.11] onedrive: patch hardcoded paths (#362675) 2024-12-07 13:45:49 +08:00
Aleksana
95d21d1c33
[Backport release-24.11] chromium: remove ofborg maintainer ping workaround, use CODEOWNERS (#362678) 2024-12-07 13:43:25 +08:00
emilylange
864365ad6c chromium: remove ofborg maintainer ping workaround, use CODEOWNERS
The workaround to have ofborg ping chromium and ungoogled-chromium
maintainers when a change was only made to the upstream-info relied on
string context.

That string context was provided by the upstream-info being a nix file,
not a json file, and then holding on to that string context using
awkward attribute merges.

It was intended as a quick fix until the handling of this would improve
in ofborg itself and worked great.

That was until very recently when we switched from the chromium release
tarball to git source fetching in 8dd2f1add9.

Part of that change included going back from upstream-info.nix to
upstream-info.json and with that losing the string context and the base
on which this workaround used to work.

But this is fine. A lot has happened in the meantime.

CODEOWNERS was reimplemented and no longer requires every user listed in
it to have write permissions to the repository (commit bit).

Meaning we can accept that ofborg pings no longer work and instead rely
on CODEOWNERS exclusively.

It should, however, be noted that CODEOWNERS provide less granularity
than ofborg, meaning we can no longer differentiate between
ungoogled-chromium and chromium or even chromedriver.

Previously, implementing the workaround that is now essentially
reverted: 68c59791fb

(cherry picked from commit 674835a9d9)
2024-12-07 04:10:43 +00:00
ben9986
fc51dc2a83 onedrive: patch missed paths
(cherry picked from commit d2428f7e44)
2024-12-07 04:04:14 +00:00
Aleksana
4d284c8385
[Backport release-24.11] scrcpy: 3.0 -> 3.0.2 (#362668) 2024-12-07 11:52:39 +08:00
Aleksana
7547abc033
[Backport release-24.11] qtscrcpy: 2.2.1 -> 3.0.0 (#362669) 2024-12-07 11:52:27 +08:00
R. Ryantm
edf08dc287 qtscrcpy: 2.2.1 -> 3.0.0
(cherry picked from commit 5d45a500ce)
2024-12-07 03:44:31 +00:00
Ryan Omasta
8d65080d5f scrcpy: 3.0 -> 3.0.2
https://github.com/Genymobile/scrcpy/releases/tag/v3.0.2
(cherry picked from commit 77a0bdd5af)
2024-12-07 03:44:26 +00:00
Bobby Rong
90b0c77127
[Backport release-24.11] timeshift: 24.06.3 -> 24.06.5 (#362502) 2024-12-07 09:55:09 +08:00
Weijia Wang
c0f5694740
[Backport release-24.11] desktopToDarwinBundle: fix 16x, 32x app icons (#359844) 2024-12-07 02:07:48 +01:00
Tyler Langlois
ed86e5684d vagrant: 2.4.1 -> 2.4.3
I'm including the steps I took to update this package to help the next
committer. Time permitting, this should probably be codified as a
formal update script:

1. Clone the upstream hashicorp/vagrant repository
2. Check out the desired version tag
3. Run `bundle lock` within the repository to generate `Gemfile.lock`
4. Run `bundix` to generate a `gemset.nix`
5. Move `gemset.nix` to overwrite this package's `gemset.nix`
6. Remove the self-referential `vagrant` attribute of the gemset
7. Clone vagrant-libvirt/vagrant-libvirt and check out the desired tag (probably latest release tag)
8. (Maybe optional?) because `bundle lock` lacks the ability to exclude groups; comment out groups unrelated to a release like `development` and `test, otherwise dependency conflicts with vagrant's `gemset.nix` are likely.
9. Run `bundle lock` within the repository to generate `Gemfile.lock`
10. Run `bundix` to generate a `gemset.nix`
11. Move `gemset.nix` to overwrite this package's `gemset_libvirt.nix`
12. Edit the `vagrant-libvirt` gem attribute to change its source to rubygems and not a relative path

Aside from these specific steps, the normal package update steps apply (update version, set hash to `lib.fakeHash`, get the updated hash to replace the old).

(cherry picked from commit 3cb2fa6e00)
2024-12-06 23:07:28 +01:00
Fernando Rodrigues
8b27a36b52
[Backport release-24.11] eza: 0.20.7 -> 0.20.11 (#362501)
eza: 0.20.7 -> 0.20.11

Backport of multiple minor updates.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-12-06 21:00:10 +02:00
misuzu
01aeff624a
[Backport release-24.11] signal-desktop: 7.34.0 -> 7.35.0 (#362528) 2024-12-06 20:56:42 +02:00
Gliczy
7a7288f1ff signal-desktop: 7.34.0 -> 7.35.0 (#361881)
* signal-desktop: 7.34.0 -> 7.35.0

* signal-desktop(darwin): 7.34.0 -> 7.35.0

(cherry picked from commit 88f9f6f54e)
2024-12-06 18:47:50 +00:00
Jörg Thalheim
00e59b1aed
[Backport release-24.11] of recent CI PRs (#362513) 2024-12-06 19:11:06 +01:00
Jon Seager
260a02d2ee
[Backport release-24.11] google-chrome: 131.0.6778.85 -> 131.0.6778.108 (#362504) 2024-12-06 17:35:36 +00:00
John Titor
b0631ca260
ci: add Nixpkgs lib-tests workflow
Ofborg also does this.
Should be run on `lib/*` dirs

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
(cherry picked from commit 6da0724cf3)
2024-12-06 23:01:25 +05:30
John Titor
24c4cdd84c
ci/nixpkgs-vet: use the get-merge-commit workflow
(cherry picked from commit 52acf63da4)
2024-12-06 23:01:25 +05:30
John Titor
d9b5d04727
ci/eval: use the get-merge-commit workflow
(cherry picked from commit 5ddb63fe13)
2024-12-06 23:01:24 +05:30
John Titor
dc17bb7c12
ci: init get-merge-commit workflow
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
(cherry picked from commit b5a6aeb5df)
2024-12-06 23:01:24 +05:30
Zhong Jianxin
36cd40a401
workflows/eval: add eval summary to commit statuses
(cherry picked from commit 26befe6e6e)
2024-12-06 23:01:23 +05:30
Silvan Mosberger
881fc2f305
workflows/backport: Use GitHub App to create PRs to make GHA trigger on them
(cherry picked from commit f31600fd0f)
2024-12-06 23:01:23 +05:30
Jörg Thalheim
85ac223cdd
ci/eval: test aliases
Aliases do not add new packages, so basic evaluation with nix-env should
be enough and fairly quick.

(cherry picked from commit b47354725f)
2024-12-06 23:01:23 +05:30
Arne Keller
ed36a1b90d
workflows/check-nix-format: reminder to rebase
(cherry picked from commit 088f1e641b)
2024-12-06 23:01:22 +05:30
Yueh-Shun Li
348ad73100 timeshift: fix meta.longDescription (the wrapper part)
(cherry picked from commit 7d4576b814)
2024-12-06 17:22:40 +00:00
Yueh-Shun Li
384a3890e9 timeshift: 24.06.3 -> 24.06.5
(cherry picked from commit 74fc7ef8c2)
2024-12-06 17:22:40 +00:00
John Titor
11aaf6f6da
google-chrome: 131.0.6778.85 -> 131.0.6778.108
(cherry picked from commit 7354b62568)
2024-12-06 22:51:53 +05:30
David McFarland
5f4ecf67e9
[Backport release-24.11] dotnet: december 2024 update (#362489) 2024-12-06 12:59:03 -04:00