Benoit de Chezelles
eb6d53c504
jo: add meta.mainProgram
2023-11-26 20:12:17 +01:00
Sandro Jäckel
8ae9c8640c
nixos/mediawiki: don't assume language of main page
...
The mainpage might be named Hauptseite and mediawiki redirects from
/wiki/ on its own to there
2023-11-26 19:59:32 +01:00
Sandro Jäckel
f68be841c9
nixos/mediawiki: use fastcgi.conf file which contains extra parameter
2023-11-26 19:59:32 +01:00
Maciej Krüger
f45359e466
Merge pull request #269578 from mkg20001/twinkleup
2023-11-26 19:59:09 +01:00
Maciej Krüger
3250f15338
Merge pull request #263471 from nbraud/nixos/sudo-rs/cleanup
2023-11-26 19:57:31 +01:00
Stian Lågstad
54f913f862
igv: Fix missing wrapGAppsHook causing causing GLib-GIO-ERROR
...
Fixes https://github.com/NixOS/nixpkgs/issues/270226
2023-11-26 19:57:18 +01:00
Manuel Frischknecht
8e6e709ca1
kapacitor: fix build of embedded libflux
dependency with current rust
...
The embedded `libflux` dependency of `kapacitor` fails to build with
more current rust tooling due to an unneeded `.clone()` call that
is promoted into an error message by a strict linting build config.
This introduces a patch that removes the offending method call.
The issue is already resolved upstream, but even the current `kapacitor`
version still depends on this specific version of `libflux` [1], and the
respective git commit contains a lot of other (automated) changes [2],
so cherry-picking the patch via a GitHub URL seems even more brittle.
[1]: https://github.com/influxdata/kapacitor/blob/v1.7.1/go.mod#L26
[2]: e7f7023848 (diff-96572e971d9e19b54290a434debbf7db054b21c9ce19035159542756ffb8ab87)
2023-11-26 19:56:30 +01:00
Austin Horstman
f9bc643137
yabai: fix x86_64 build
2023-11-26 12:54:58 -06:00
Robert Hensing
ecef65f019
Merge pull request #269970 from emilylange/nixos-containers-warning
...
nixos/containers: warn if containers are used but disabled
2023-11-26 19:39:32 +01:00
Valentin Gagarin
0efe7d42dc
Merge pull request #269942 from considerate/nixos-render-docs-header
2023-11-26 19:35:23 +01:00
Robert Hensing
a96187ad42
Merge pull request #248554 from Gabriella439/gabriella/fix_darwin_builder_working_directory
...
darwin.linuxBuilder: Fix working directory in documentation
2023-11-26 19:34:56 +01:00
Andrew Marshall
9670ddc543
zfs: default disable zfs_dmu_offset_next_sync to avoid data corruption
...
This helps mitigate a data corruption bug. This was previously defaulted
to zero prior to upstream commit
05b3eb6d232009db247882a39d518e7282630753, and it is already a tunable,
so doing this seems safe. Initially data corruption was thought to be
introduced with v2.2, but further upstream investigation currently
believes that changes in v2.2 only exacerbated the issue that already
existed.
A longer-term fix is likely to be
https://github.com/openzfs/zfs/pull/15571 , though that is not yet
merged. The zfs_2_1 package has already backported that, so do not apply
the tunable default change there.
Positioning of `extraPatches` is to avoid merge conflicts with
https://github.com/NixOS/nixpkgs/pull/269097 .
Patch is nearly identical to the [Gentoo][1] patch, but better patch
formatting.
See https://github.com/openzfs/zfs/issues/11900
See https://github.com/openzfs/zfs/issues/15526
[1]: https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-fs/zfs-kmod/files/zfs-kmod-2.2.1-Disable-zfs_dmu_offset_next_sync-tunable-by-default.patch
2023-11-26 13:29:41 -05:00
hatredholder
0c153f5611
mods: 0.2.0 -> 1.1.0
2023-11-26 18:28:29 +00:00
Peder Bergebakken Sundt
6d092c0d04
Merge pull request #268784 from h7x4/pkgs-fix-zsteg
...
zsteg: 0.2.2 -> 0.2.13, fixing missing runtime dependency, update meta
2023-11-26 19:17:03 +01:00
Peder Bergebakken Sundt
9cb139fd2c
Merge pull request #267541 from mattmelling/cloudlog-2.5.1
...
cloudlog: 2.5.0 -> 2.5.1
2023-11-26 19:15:08 +01:00
Robert Scott
5689f242a1
Merge pull request #269766 from gaykitty/stargazer-update
...
stargazer: 1.0.5 -> 1.1.0
2023-11-26 18:09:28 +00:00
Robert Scott
b016575818
Merge pull request #270065 from a-n-n-a-l-e-e/hashcat-darwin-fix
...
hashcat: fix darwin build
2023-11-26 18:08:29 +00:00
Nick Cao
f6701b4546
Merge pull request #269851 from r-ryantm/auto-update/python311Packages.tcxreader
...
python311Packages.tcxreader: 0.4.4 -> 0.4.5
2023-11-26 13:02:07 -05:00
R. Ryantm
d2779b1194
checkSSLCert: 2.76.0 -> 2.77.0
2023-11-26 17:47:36 +00:00
Pavol Rusnak
b608fc233c
Merge pull request #269255 from prusnak/rustpython-darwin
...
rustpython: mark broken on x86_64-darwin
2023-11-26 18:46:09 +01:00
MarcFontaine
2459917e66
xearth: improve meta.license
2023-11-26 18:32:06 +01:00
Bjørn Forsman
17ee3bcc82
t1utils: improve meta.license
...
Replace stringy license with attrset.
Ref https://github.com/NixOS/nixpkgs/issues/269788
2023-11-26 18:30:04 +01:00
Fabian Affolter
28b249ae54
Merge pull request #265066 from fabaff/ciso8601-bump
...
python311Packages.ciso8601: 2.3.0 -> 2.3.1
2023-11-26 18:27:04 +01:00
Jörg Thalheim
55b737831b
zfsUnstable: 2.2.1-unstable-2023-10-21 -> 2.2.1
...
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
2023-11-26 12:26:39 -05:00
Andrew Marshall
365cc96597
zfs: 2.2.0 -> 2.2.1
...
Now supports Kernel 6.6.
2023-11-26 12:26:16 -05:00
Jan Tojnar
8f7dd88eeb
inkscape: 1.3 → 1.3.1
...
https://inkscape.org/news/2023/11/18/big-small-release-inkscape-131-is-out/
https://media.inkscape.org/media/doc/release_notes/1.3.1/Inkscape_1.3.1.html
https://gitlab.com/inkscape/inkscape/-/compare/INKSCAPE_1_3...INKSCAPE_1_3_1
b4b9cbbb9f...e014a9958a
18fc32f997...cf523857e4
No build changes; lib2geom submodule, picking the patches in parent commit.
2023-11-26 18:10:59 +01:00
Jan Tojnar
6e50bea208
lib2geom: pick patch from Inkscape 1.3.1
...
Inkscape 1.3.1 updates the lib2geom submodule as follows:
18fc32f997...cf523857e4
We already have the clang patch and do not care about mingw,
let’s backport the ellipsis patch since it affects rendering:
https://gitlab.com/inkscape/inkscape/-/issues/4445
2023-11-26 18:10:59 +01:00
emilylange
e54e9ca464
forgejo: 1.20.5-1 -> 1.21.1-0
...
https://codeberg.org/forgejo/forgejo/releases/tag/v1.21.1-0
e79f3f6ba2/RELEASE-NOTES.md
2023-11-26 17:58:17 +01:00
Pierre Bourdon
a3a38f810b
Merge pull request #270085 from trofi/xdg-desktop-portal-update
...
xdg-desktop-portal: 1.18.1 -> 1.18.2
2023-11-26 17:46:33 +01:00
Robert Scott
ba608c6c07
Merge pull request #269034 from a-n-n-a-l-e-e/lp_solver-fix
...
lp_solve: ignore implicit int warnings
2023-11-26 16:41:43 +00:00
Silvan Mosberger
756147afef
Merge pull request #269854 from Nebucatnetzer/fix-qrscan
...
qrscan: Pin libclang to version 15
2023-11-26 17:39:45 +01:00
Mario Rodas
4d8bded0b3
Merge pull request #270189 from marsam/fix-eval
...
certinfo: use vendorHash to fix evaluation
2023-11-26 11:39:21 -05:00
Mario Rodas
2b6fb7ef66
Merge pull request #269993 from kilianar/i3status-rust-icu
...
i3status-rust: optional support for icu_calendar
2023-11-26 11:30:34 -05:00
Linschlager
0a091fcccc
haskellPackages.hidapi: fix darwin build
2023-11-26 17:28:52 +01:00
Jörg Thalheim
f468e0d111
nixos/mediawiki: quote shell flags passed to installer
2023-11-26 17:25:14 +01:00
Jörg Thalheim
0bd8759d1c
nixos/mediawiki: drop sqlite variant
...
Probably no one ever tested this, mediawiki tries to create the database inside the read-only
package. There might be a proper fix but for now it's better to not advertise unsupported options.
2023-11-26 17:25:14 +01:00
Sandro
e580ab8c3e
nixos/mediawiki: update url option defaultText
2023-11-26 17:24:15 +01:00
Nick Cao
0ac7d19428
v2ray-domain-list-community: 20231121082246 -> 20231122065640
...
Diff: 2023112108...2023112206
2023-11-26 11:19:55 -05:00
Kira Bruneau
f8f71bb978
Revert "swayfx: wrap like sway"
...
This reverts commit a1674c57ab
.
2023-11-26 11:19:49 -05:00
Nick Cao
a1a4f9bbaa
python311Packages.edk2-pytool-library: 0.19.5 -> 0.19.6
...
Diff: https://github.com/tianocore/edk2-pytool-library/compare/v0.19.5...v0.19.6
Changelog: https://github.com/tianocore/edk2-pytool-library/releases/tag/v0.19.6
2023-11-26 11:17:24 -05:00
Silvan Mosberger
78112a98f3
Merge pull request #270165 from delroth/systemtap-cross
...
linuxPackages.systemtap: fix cross-build by depending on host Python
2023-11-26 17:08:02 +01:00
Peder Bergebakken Sundt
4a094f1e94
Merge pull request #268814 from fabaff/simpful-bump
...
python311Packages.simpful: 2.11.0 -> 2.11.1
2023-11-26 17:05:58 +01:00
Peder Bergebakken Sundt
568f79db73
Merge pull request #264774 from SamLukeYes/qadwaitadecorations
...
qadwaitadecorations: init at 0.1.3
2023-11-26 17:04:56 +01:00
Bobby Rong
c9551b210f
Merge pull request #269573 from pks-t/pks-xdg-desktop-portal-fix-disabling-geoclue
...
xdg-desktop-portal: fix disabling Geo location
2023-11-27 00:03:06 +08:00
gaykitty
fe5f6ab623
stargazer: Add nixosTests.stargazer to passthru.tests
2023-11-26 11:02:02 -05:00
Fabian Affolter
fcbd335763
python311Packages.aiolifx-themes: remoive stale postPatch section
2023-11-26 16:56:57 +01:00
Nick Cao
7e97af288a
Merge pull request #270035 from eclairevoyant/webcord
...
webcord: 4.5.1 -> 4.5.2
2023-11-26 10:55:49 -05:00
Fabian Affolter
10b84133e7
python311Packages.aiolifx-themes: 0.4.9 -> 0.4.10
...
Diff: https://github.com/Djelibeybi/aiolifx-themes/compare/refs/tags/v0.4.9...v0.4.10
Changelog: https://github.com/Djelibeybi/aiolifx-themes/releases/tag/v0.4.10
2023-11-26 16:54:40 +01:00
Fabian Affolter
76da92d066
python311Packages.nextdns: 2.0.1 -> 2.1.0
...
Diff: https://github.com/bieniu/nextdns/compare/refs/tags/2.0.1...2.1.0
Changelog: https://github.com/bieniu/nextdns/releases/tag/2.1.0
2023-11-26 16:54:05 +01:00
Nick Cao
6ff869a109
Merge pull request #270053 from r-ryantm/auto-update/numix-icon-theme-square
...
numix-icon-theme-square: 23.10.09 -> 23.11.11
2023-11-26 10:53:12 -05:00