Commit Graph
695086 Commits
Author SHA1 Message Date
github-actions[bot]andGitHub 0d7fbcdaa1 Merge staging-next into staging 2024-10-16 06:05:19 +00:00
github-actions[bot]andGitHub 0c3802422c Merge master into staging-next 2024-10-16 06:04:54 +00:00
Gaétan LepageandGitHub 10eedf98f6 vimPlugins: update on 2024-10-15 (#348895) 2024-10-16 07:41:03 +02:00
EmilyandGitHub 27c05ca83d rust-cbindgen: fix test failures due to env vars (#348031) 2024-10-16 06:39:42 +01:00
Bryan Lai 4b856fdad7 rust-cbindgen: fix test failures due to env vars
... specifically, it's the `CARGO_BUILD_TARGET` env var introduced in
commit: 683f97e378
2024-10-16 13:08:58 +08:00
Justin BedőandGitHub 6e918e75e8 rPackages.ragg: 1.3.2 -> 1.3.3 (fixes build) (#348853) 2024-10-16 15:33:40 +11:00
R. RyanTMandGitHub 7c3df7f802 ppp: 2.5.0 -> 2.5.1 (#342814) 2024-10-16 05:30:01 +02:00
K900andGitHub 70cc7b62f2 nixos/murmur: Set UMask to 027 (#348652) 2024-10-16 05:16:09 +03:00
K900andGitHub 3e2fe0e1ae dmenu: fix build on staging-next (#348884) 2024-10-16 05:14:58 +03:00
OTABI TomoyaandGitHub 538f39e5cf python312Packages.trimesh: 4.4.9 -> 4.5.0 (#348741) 2024-10-16 10:15:18 +09:00
nixpkgs-merge-bot[bot]andGitHub 8d1fda1e1f txr: 295 -> 296 (#348743) 2024-10-16 01:11:13 +00:00
OTABI TomoyaandGitHub 89463c2a4d python312Packages.mdformat: 0.7.17 -> 0.7.18 (#348809) 2024-10-16 10:10:43 +09:00
EmilyandGitHub 2254408e1d rust-cbindgen: disable tests (#348935) 2024-10-16 01:57:10 +01:00
EmilyandGitHub cd99542efb deno_1: drop; deno: fix on x86_64-darwin (#347974) 2024-10-16 01:56:25 +01:00
OTABI TomoyaandGitHub e7c9fb343e markdownlint-cli2: 0.13.0 -> 0.14.0 (#348840) 2024-10-16 09:50:44 +09:00
Emily b97ec51b9b deno: fix on x86_64-darwin
It’s not clear to me what SDK version this actually ideally wants,
but `apple-sdk_11` is a conservative choice for now.
2024-10-16 01:40:44 +01:00
Emily bdad382851 deno_1: drop
Upstream do not plan to support this version (see
<https://github.com/NixOS/nixpkgs/pull/347484#issuecomment-2404777102>),
so we should not package a version that will surely accumulate CVEs
from V8 etc. in 24.11. As this package was only added yesterday,
I don’t think there’s any need for a compatibility alias.
2024-10-16 01:40:44 +01:00
Fabián Heredia Montiel 89798d9150 rust-cbindgen: disable tests
currently fails with:

```
error: builder for '/nix/store/7g13ladvphijvrhswzl6zdwx373ks6ac-rust-cbindgen-0.27.0.drv' failed with exit code 101;
       last 25 log lines:
       >   left: ["release", "x86_64-unknown-linux-gnu"]
       >  right: ["release"]
       > note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
       >
       > ---- bin_explicit_debug_build stdout ----
       > thread 'bin_explicit_debug_build' panicked at tests/profile.rs:93:5:
       > assertion `left == right` failed
       >   left: ["debug", "x86_64-unknown-linux-gnu"]
       >  right: ["debug"]
       >
       > ---- bin_default_uses_debug_build stdout ----
       > thread 'bin_default_uses_debug_build' panicked at tests/profile.rs:87:5:
       > assertion `left == right` failed
       >   left: ["debug", "x86_64-unknown-linux-gnu"]
       >  right: ["debug"]
       >
       >
       > failures:
       >     bin_default_uses_debug_build
       >     bin_explicit_debug_build
       >     bin_explicit_release_build
       >
       > test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.42s
       >
       > error: test failed, to rerun pass `--test profile`
       For full logs, run 'nix log /nix/store/7g13ladvphijvrhswzl6zdwx373ks6ac-rust-cbindgen-0.27.0.drv'.
````

Related to: https://github.com/NixOS/nixpkgs/pull/348031
2024-10-15 18:25:24 -06:00
EmilyandGitHub da6d93c4c5 darling: fix build with ffmpeg_7 (#348926) 2024-10-16 01:24:58 +01:00
EmilyandGitHub 955355a83f edl: mark as unfree (#348934) 2024-10-16 01:23:37 +01:00
Winter 978f4e458f edl: mark as unfree
See https://github.com/NixOS/nixpkgs/issues/348931.

According to upstream, the loader blobs shipped with EDL are usually
illicitly obtained from vendors and sold [0].

[0]: https://github.com/bkerler/Loaders
2024-10-15 20:19:36 -04:00
github-actions[bot]andGitHub aafd9c0a25 Merge staging-next into staging 2024-10-16 00:14:33 +00:00
github-actions[bot]andGitHub 961e42940f Merge master into staging-next 2024-10-16 00:14:08 +00:00
Robert SchützandGitHub 0c1085e909 bitwarden-desktop: fix build (#348862) 2024-10-15 16:57:31 -07:00
ghpzin 97686ec907 darling: fix build with ffmpeg_7
- add patch from upstream commit:
https://www.github.com/darlinghq/darling/pull/1537
https://www.github.com/darlinghq/darling/commit/9655d5598c87dcb22c54a83cc7741b77cb47a1b0
2024-10-16 02:38:17 +03:00
Andrew Marshall 631dbc6830 rPackages.ragg: 1.3.2 -> 1.3.3
Fixes build that is currently failing with

> error: invalid conversion from 'unsigned char*' to 'char*'

See also https://github.com/r-lib/ragg/issues/170
2024-10-15 19:25:31 -04:00
Robert SchützandGitHub fb2d897809 nixos/headscale: don't set deprecated options in config (#347991) 2024-10-15 16:22:18 -07:00
Nikolay KorotkiyandGitHub 19b11bedc8 qcad: 3.30.1.3 -> 3.31.1.2 (#348782) 2024-10-16 03:12:41 +04:00
ArtturinandGitHub d32a4e0e7e gobject-introspection-unwrapped: drop conflicting patch (#348870) 2024-10-16 02:02:04 +03:00
Nikolay Korotkiy 2dbd40a19a qcad: use stdenv.mkDerivation
Part of #180841
2024-10-16 02:35:26 +04:00
Will FancherandGitHub 6dcfaeb324 nixos-rebuild: Fix broken -I option (#348886) 2024-10-15 18:21:24 -04:00
Anders Kaseorg 42a12a0551 nixos-rebuild: Fix broken -I option
Commit 617a1a6e57 (#341402) broke this.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2024-10-15 15:16:33 -07:00
Markus KowalewskiandGitHub a957a60275 amd-blis: 4.2 -> 5.0 (#348057) 2024-10-16 00:07:13 +02:00
"Gaetan Lepage" 3781c47074 vimPlugins.nvim-treesitter: update grammars 2024-10-15 23:49:31 +02:00
"Gaetan Lepage" 5be77acb62 vimPlugins: update on 2024-10-15 2024-10-15 23:49:09 +02:00
R. RyantmandAlyssa Ross 0ed4d765b4 qpwgraph: 0.7.5 -> 0.7.8 2024-10-15 23:27:43 +02:00
Sergei Trofimovich 3c083ef2ee dmenu: fix build on staging-next
Without the change `dmenu` fails to build on `staging-next` as:

    $ nix build --no-link -f. dmenu -L
    ...
    dmenu> build flags: SHELL=/nix/store/mm0pa3z7kk6jh1i9rkxqxjqmd8h1qpxf-bash-5.2p37/bin/bash CC:=\$\(CC\)
    dmenu> cp config.def.h config.h
    dmenu> gcc -c -std=c99 -pedantic -Wall -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"5.3\" -DXINERAMA dmenu.c
    dmenu> In file included from dmenu.c:17:
    dmenu> /nix/store/2rxphcg0qabc3a8c4lvy610sm03bh72y-libXft-2.3.8-dev/include/X11/Xft/Xft.h:40:10: fatal error: ft2build.h: No such file or directory
    dmenu>    40 | #include <ft2build.h>
    dmenu>       |          ^~~~~~~~~~~~
    dmenu> compilation terminated.
    dmenu> make: *** [Makefile:12: dmenu.o] Error 1

The change uses `pkg-config` to discover library dependencies and lib paths.
2024-10-15 21:54:10 +01:00
Felix BühlerandGitHub e544a67eba nixos/freshrss: fix phpfpm.pool (#347324) 2024-10-15 22:39:24 +02:00
Azat BahawiandGitHub e2337957df nixos/zapret: init (#347805) 2024-10-15 20:37:40 +00:00
Sergei Trofimovich cfe6449dba gobject-introspection-unwrapped: drop conflicting patch
Without the change `gobject-introspection` fails the build on
`staging-next` as:

    applying patch /nix/store/5w1icwq865fhjs9w2s0vb6xqn5irzxv7-setuptools-74.0-compat.patch
    patching file giscanner/ccompiler.py
    Reversed (or previously applied) patch detected!  Assume -R? [n]
    Apply anyway? [n]
    Skipping patch.
    4 out of 4 hunks ignored -- saving rejects to file giscanner/ccompiler.py.rej
    patching file giscanner/msvccompiler.py
    Reversed (or previously applied) patch detected!  Assume -R? [n]
    Apply anyway? [n]
    Skipping patch.
    1 out of 1 hunk ignored -- saving rejects to file giscanner/msvccompiler.py.rej
2024-10-15 21:02:24 +01:00
StigandGitHub f490aba999 perlPackages.SeleniumRemoteDriver: init at 1.49 (#348793) 2024-10-15 21:53:38 +02:00
Anderson TorresandMatthieu Coudron ec2b16f5ac setconf: migrate to by-name 2024-10-15 21:52:05 +02:00
Anderson TorresandMatthieu Coudron 56137a2cac setconf: get rid of rec 2024-10-15 21:52:05 +02:00
Anderson TorresandMatthieu Coudron 96043dc729 setconf: use the new Python packaging guidelines 2024-10-15 21:52:05 +02:00
Andrew Marshall d9ce15a363 bitwarden-desktop: remove unneeded dbus-run-session for tests
This appears to no longer be needed. Still run in a subshell to avoid
polluting `HOME` to the rest of the build.
2024-10-15 15:20:44 -04:00
Andrew Marshall bf63690b2e bitwarden-desktop: fix build and guard against breakage
`dbus-run-session` execs, so does not carry-over shell functions.
Previously, we had explicitly exported just the functions we needed.
However, what is needed has recently changed due to changes in
`cargoCheckHook`. Instead, export all functions so we are not so coupled
to the implementation. Do this in a subshell to avoid polluting the rest
of the build.
2024-10-15 15:11:28 -04:00
Weijia WangandGitHub a30e284fcd maintainers/team-list: add ngi team (#344669) 2024-10-15 21:04:01 +02:00
Weijia WangandGitHub 62c003b0cc Revert "castxml: fix build on darwin" (#348630) 2024-10-15 20:53:09 +02:00
Dmitry Voronin 5a5c04d1ea nixos/zapret: init 2024-10-15 21:51:53 +03:00
Pol DellaieraandGitHub b9ffd1ffae pylyzer: 0.0.65 -> 0.0.66 (#348833) 2024-10-15 20:49:54 +02:00