| Commit message (Expand) | Author | Age | Files | Lines |
| * | mailmanPackages.python3: fix markdown support•••Fixes the issue reported at
https://gitlab.com/mailman/mailman/-/issues/1137. The readme-renderer
package needs cmarkgfm for markdown support. Mailman's postorious needs
this to render the info field of mailing lists.
(cherry picked from commit 04952ac5c3b810ab89d4e332b4bc62997b161da0)
origin/backport-321136-to-release-24.05 | Franz Pletz | 2024-06-21 | 1 | -0/+4 |
| * | Merge pull request #321466 from NixOS/backport-316410-to-release-24.05•••[Backport release-24.05] doc/release-notes: fix mention of ankisyncd | Masum Reza | 2024-06-21 | 1 | -1/+1 |
| |\ |
|
| | * | doc/release-notes: fix mention of ankisyncd•••(cherry picked from commit 983509037960dfc30e62d259b2d56bcec6e21a17)
| Weijia Wang | 2024-06-21 | 1 | -1/+1 |
| * | | Merge pull request #321382 from NixOS/backport-320840-to-release-24.05•••[Backport release-24.05] A few misc BSD related cleanups | John Ericson | 2024-06-21 | 55 | -218/+92 |
| |\ \ |
|
| | * | | netbsd: Fetch source once•••The big `fetchCVS` is slow, but a one-time cost. Everything else is much
faster, and not having to manage a gazillion `version` and `sha256`
fields is much easier.
This brings NetBSD in line with how we do FreeBSD and OpenBSD.
(cherry picked from commit b6727bbeac10eba4b4b157b51a8521390fc94f3c)
| John Ericson | 2024-06-20 | 53 | -217/+90 |
| | * | | release-cross.nix: test cross compilation to x86_64-openbsd•••It is less mature than the other two, but we are in the process of
making it better, and caching helps.
(cherry picked from commit dc1bb1e780787e2dfa11b954bb77397dd2eb5fff)
| John Ericson | 2024-06-21 | 1 | -0/+1 |
| | * | | lib.systems: Default `useLLVM` to true with OpenBSD too•••Not just FreeBSD.
(cherry picked from commit bab20def476ecc8d7bc46122affd1712fc0fcb35)
| John Ericson | 2024-06-21 | 1 | -1/+1 |
| * | | | Merge pull request #321492 from NixOS/backport-321313-to-release-24.05 | Franz Pletz | 2024-06-21 | 1 | -5/+5 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | batman-adv: 2024.1 -> 2024.2•••Changelog: https://www.open-mesh.org/news/117
(cherry picked from commit 878a7de7208b5a0fb65caa805ec72074ce017804)
| Tom Herbers | 2024-06-21 | 1 | -5/+5 |
| |/ / |
|
| * | | Merge pull request #321144 from NixOS/backport-320261-to-release-24.05•••[Backport release-24.05] llvmPackages_{12,13,14,15,16,17,18,git}: Allow overriding dependencies | Tristan Ross | 2024-06-21 | 8 | -19/+56 |
| |\ \
| |/
|/| |
|
| | * | llvmPackages_{12,13,14,15,16,17,18,git}: Allow overriding dependencies•••... consistently.
Further to #307211, allow overriding arguments through llvmPackages.override.
This makes it possible to override any dependency of LLVM or
clang by overriding it on `llvmPackages.override { <dependency> = ...; }`.
This is useful in development or customization where sometimes it is
desirable to turn features on or off.
Without this patch the only way to for example override ncurses was to
do `overriddenLLVM = llvmPackages.llvm.override { ncurses }`, but then
you would have to thread `overriddenLLVM` as dependencies into clang and
other packages, which results in quite a difficult expression to write
correctly in cross compilation scenarios.
Signed-off-by: Peter Waller <p@pwaller.net>
(cherry picked from commit 40a7f218c554ef239062629b7db97bf1beedca58)
| Peter Waller | 2024-06-20 | 8 | -19/+56 |
| * | | Merge pull request #321335 from NixOS/backport-320202-to-release-24.05•••[Backport release-24.05] ollama: remove rocblas override | Kira Bruneau | 2024-06-20 | 1 | -1/+1 |
| |\ \ |
|
| | * | | ollama: remove rocblas override•••(cherry picked from commit fbb5b1be5bbce4ee12d0c05030d1acbd75ace3a8)
| Tungsten842 | 2024-06-20 | 1 | -1/+1 |
| * | | | buildFHSEnv: export GST_PLUGIN_SYSTEM_PATH_1_0•••GStreamer searches for plugins relative to its binary's location.
However, since https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/bd97973ce0f2c5495bcda5cccd4f7ef7dcb7febc, it uses its *real* binary location, breaking the FHS.
Fixes #311004 (tested on Heroic and Lutris too).
(cherry picked from commit 525636fec98e15645a2a036719b6a80393d3030e)
| Martino Fontana | 2024-06-20 | 1 | -0/+4 |
| * | | | Merge pull request #321309 from NixOS/backport-321283-to-release-24.05•••[Backport release-24.05] `lib`: Re-export expected builtins | Silvan Mosberger | 2024-06-20 | 2 | -4/+4 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | lib.split: Export from lib.strings.split•••(cherry picked from commit 89f6418908a01421577f25d4f3a4550c4b91ea5d)
| Silvan Mosberger | 2024-06-20 | 1 | -1/+1 |
| | * | | lib.match: Export from lib.strings.match•••(cherry picked from commit 6c6244c37f6cdcb71305ae4871ccba3621c69a05)
| Silvan Mosberger | 2024-06-20 | 1 | -1/+1 |
| | * | | lib.removeAttrs: Export from lib.attrsets.removeAttrs•••(cherry picked from commit 18382c2ec80a7eb656732dc2e1345ae76c2746b3)
| Silvan Mosberger | 2024-06-20 | 1 | -1/+1 |
| | * | | lib.intersectAttrs: Export from builtins•••(cherry picked from commit 56535c832ff422ac0b7f872a708258e2c2be105c)
| Silvan Mosberger | 2024-06-20 | 2 | -2/+2 |
| | * | | lib.map: Export from lib.lists.map•••(cherry picked from commit 4413a877bb3e86eee0420e7f4beba0fcf02aa409)
| Silvan Mosberger | 2024-06-20 | 1 | -1/+1 |
| * | | | Merge pull request #321028 from NixOS/backport-320923-to-release-24.05•••[Backport release-24.05] libdnf: 0.73.1 -> 0.73.2 | Paul Meyer | 2024-06-20 | 1 | -2/+2 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | libdnf: 0.73.1 -> 0.73.2•••(cherry picked from commit 28cecc5dc98d890b7d2dbfe29f785e52131a0f18)
| R. Ryantm | 2024-06-19 | 1 | -2/+2 |
| * | | | Merge pull request #321183 from NixOS/backport-321080-to-release-24.05•••[Backport release-24.05] raycast: 1.76.1 -> 1.77.0 | Masum Reza | 2024-06-20 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | raycast: 1.76.1 -> 1.77.0•••Changelog: https://www.raycast.com/changelog/1-77-0
(cherry picked from commit 74988451f1329d12f09541f341859b18467f7a27)
| DontEatOreo | 2024-06-20 | 1 | -2/+2 |
| | | |/
| |/| |
|
| * | | | Merge pull request #321245 from JohnRTitor/backport-319865-to-release-24.05•••[Backport release-24.05] nixos/amdgpu: init module | K900 | 2024-06-20 | 3 | -0/+46 |
| |\ \ \ |
|
| | * | | | docs/release-notes: 24.05: add amdgpu module•••(cherry picked from commit c508cc5bedbf8e5455670c19362aba8c41ff70c1)
| John Titor | 2024-06-20 | 1 | -0/+2 |
| | * | | | nixos/amdgpu: init module•••(cherry picked from commit 6a0b6a6b74a71be7c37b9d8bc4472cf087aff709)
| John Titor | 2024-06-20 | 2 | -0/+44 |
| * | | | | Merge pull request #321048 from NixOS/backport-320922-to-release-24.05•••[Backport release-24.05] hyprland-protocols: 0.2 -> 0.3.0 | Masum Reza | 2024-06-20 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | hyprland-protocols: 0.2 -> 0.3.0•••(cherry picked from commit ed44a06d6e41e83d6bea0d571b13906624e01023)
| R. Ryantm | 2024-06-19 | 1 | -2/+2 |
| * | | | | | Merge pull request #321127 from NixOS/backport-320755-to-release-24.05•••[Backport release-24.05] warp-terminal: 0.2024.06.11.08.02.stable_01 -> 0.2024.06.11.08.02.stable_03 | Masum Reza | 2024-06-20 | 1 | -4/+4 |
| |\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| | * | | | | warp-terminal: 0.2024.06.11.08.02.stable_01 -> 0.2024.06.11.08.02.stable_03•••Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.06.17-v0.2024.06.11.08.02
(cherry picked from commit fddba4acf312825e50ea292bd37e7883cd3d956a)
| DontEatOreo | 2024-06-19 | 1 | -4/+4 |
| * | | | | | Merge pull request #321180 from NixOS/backport-321073-to-release-24.05 | Jon Seager | 2024-06-20 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | google-chrome: 126.0.6478.61 -> 126.0.6478.114•••(cherry picked from commit cc7c307b2b871ece38719e2602002987f334f93c)
| John Titor | 2024-06-20 | 1 | -2/+2 |
| | | |_|/ /
| |/| | | |
|
| * | | | | | Merge pull request #320985 from NixOS/backport-320726-to-release-24.05•••[Backport release-24.05] rusty-diceware: init at 0.5.8 | Weijia Wang | 2024-06-20 | 1 | -0/+29 |
| |\ \ \ \ \ |
|
| | * | | | | | rusty-diceware: init at 0.5.8•••(cherry picked from commit c640bed02ed2d9825e73e1e26e4e041373735a84)
| CherryKitten | 2024-06-19 | 1 | -0/+29 |
| * | | | | | | Merge pull request #321217 from NixOS/backport-321188-to-release-24.05•••[Backport release-24.05] signal-desktop: 7.11.1 -> 7.12.0 | Pol Dellaiera | 2024-06-20 | 1 | -2/+2 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | signal-desktop: 7.11.1 -> 7.12.0•••(cherry picked from commit 74cf25b5ce30b91c6b21ff24e264d76bf1d10dc3)
| R. Ryantm | 2024-06-20 | 1 | -2/+2 |
| |/ / / / / / |
|
| * | | | | | | Merge pull request #321093 from stuebinm/nextcloud-24.05-spurious-warning•••[24.05] nixos/nextcloud: remove spurious warning referencing 24.11 | Maximilian Bosch | 2024-06-20 | 1 | -2/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | nixos/nextcloud: remove warning referencing 24.11 from 24.05•••The warning for nextcloud 29 does not apply here: It warns against
having a nextcloud install older than nixos 24.11 on installations
which are older than 24.11, which is superfluous.
| stuebinm | 2024-06-19 | 1 | -2/+1 |
| * | | | | | | | Merge pull request #320701 from NixOS/backport-318898-to-release-24.05•••[Backport release-24.05] wordpress: 6.5.2 -> 6.5.4 | Weijia Wang | 2024-06-20 | 3 | -59/+59 |
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| | * | | | | | | wordpress: update plugins•••(cherry picked from commit d229aeec6b9f4aea0e2419efccaacc945165982e)
| Weijia Wang | 2024-06-18 | 1 | -56/+56 |
| | * | | | | | | wordpress: 6.5.2 -> 6.5.4•••(cherry picked from commit 66e95dd16783b75c46e80044ab3d13a0cfb19bda)
| Weijia Wang | 2024-06-18 | 1 | -2/+2 |
| | * | | | | | | wordpress: fix update script•••(cherry picked from commit 873856ba1fccbbd567d8f65864c030be55d5a7a8)
| Weijia Wang | 2024-06-18 | 1 | -1/+1 |
| * | | | | | | | Merge pull request #321096 from NixOS/backport-318947-to-release-24.05•••[Backport release-24.05] cppreference-doc: 20230810 -> 20240610 | Nick Cao | 2024-06-19 | 1 | -2/+2 |
| |\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| | * | | | | | | cppreference-doc: 20230810 -> 20240610•••(cherry picked from commit 6c51e12bfd710bf0f0235db11d50929af051726e)
| R. Ryantm | 2024-06-19 | 1 | -2/+2 |
| | | |/ / / /
| |/| | | | |
|
| * | | | | | | ocamlPackages.uri: set correct src hash•••Ref #310112
(cherry picked from commit 4c68c702f265a794b820889b8405418b822f0c4e)
| Emery Hemingway | 2024-06-19 | 1 | -1/+1 |
| * | | | | | | Merge pull request #321042 from NixOS/backport-320964-to-release-24.05•••[Backport release-24.05] wasm-tools: 1.210.0 -> 1.211.1 | Nick Cao | 2024-06-19 | 1 | -3/+3 |
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | * | | | | | wasm-tools: 1.210.0 -> 1.211.1•••(cherry picked from commit 4b1c77e9c59a4d4c624426fe4e8f372d0617aa49)
| Rafael Fernández López | 2024-06-19 | 1 | -3/+3 |
| | | |_|/ /
| |/| | | |
|
| * | | | | | Merge pull request #321024 from NixOS/backport-320991-to-release-24.05•••[Backport release-24.05] firefox: 127.0 -> 127.0.1 | Martin Weinelt | 2024-06-19 | 2 | -411/+411 |
| |\ \ \ \ \ |
|
| | * | | | | | firefox-bin-unwrapped: 127.0 -> 127.0.1•••https://www.mozilla.org/en-US/firefox/127.0.1/releasenotes/
(cherry picked from commit 82f84b39180f904e8265b4bf610c6ba6b3c84ef3)
| Martin Weinelt | 2024-06-19 | 1 | -409/+409 |