Commit Graph
695060 Commits
Author SHA1 Message Date
R. RyanTMandGitHub 7c3df7f802 ppp: 2.5.0 -> 2.5.1 (#342814) 2024-10-16 05:30:01 +02:00
K900andGitHub 3e2fe0e1ae dmenu: fix build on staging-next (#348884) 2024-10-16 05:14:58 +03: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
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
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
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
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
Peder Bergebakken SundtandGitHub 13bf1d6259 nixos/resilio: add package option (#346427) 2024-10-15 20:38:41 +02:00
Will FancherandGitHub a6e54f566a nixos/networkd: support systemd-creds in WireGuard (#346964) 2024-10-15 14:31:27 -04:00
Peder Bergebakken SundtandGitHub 18d75056ba python312Packages.qcodes: 0.48.0 -> 0.49.0 (#348789) 2024-10-15 20:25:29 +02:00
Nick CaoandGitHub d5afc0d747 focuswriter: 1.8.8 -> 1.8.9 (#348597) 2024-10-15 14:21:59 -04:00
Aaron AndersenandGitHub a17a4a6010 dinit: 0.19.0 -> 0.19.1 (#348659) 2024-10-15 20:21:26 +02:00
Guillaume GirolandGitHub d8e953a1ef pdfarranger: 1.11.0 -> 1.11.1 (#348470) 2024-10-15 20:21:05 +02:00
Nick CaoandGitHub 7e9f7ce403 cargo-ndk: 3.5.6 -> 3.5.7 (#348603) 2024-10-15 14:19:49 -04:00
Nick CaoandGitHub db61496eab lagrange: 1.18.1 → 1.18.3 (#348609) 2024-10-15 14:18:48 -04:00
Nick CaoandGitHub 715d249271 boundary: 0.17.1 -> 0.18.0 (#348614) 2024-10-15 14:17:39 -04:00
Nick CaoandGitHub 47cf64eea2 jq-lsp: 0.1.3 -> 0.1.4 (#348624) 2024-10-15 14:17:06 -04:00
Bjørn Forsman 221d96051a libinput: fix eventGUISupport = true builds
By adding required dependency wayland-scanner.

It doesn't seem to work at runtime though; `libinput debug-gui` is
static, not reacting to inputs.
2024-10-15 20:13:40 +02:00
github-actions[bot]andGitHub e2daa3d1b0 Merge master into staging-next 2024-10-15 18:04:32 +00:00
Fabián Heredia MontielandGitHub 1487609749 python312Packages.cpyparsing: 2.4.7.2.4.0 -> 2.4.7.2.4.1 (#348800) 2024-10-15 12:03:49 -06:00
Nick CaoandGitHub c943e7520c checkov: 3.2.260 -> 3.2.266 (#348808) 2024-10-15 13:51:29 -04:00
Nick CaoandGitHub d6e261993c gat: 0.18.0 -> 0.19.1 (#348775) 2024-10-15 13:51:00 -04:00
Nick CaoandGitHub 3c970df01e python312Packages.pygsl: 2.4.0 -> 2.4.1 (#348796) 2024-10-15 13:50:00 -04:00
Nikolay KorotkiyandGitHub 8609d17447 azpainter: 3.0.8 -> 3.0.9a (#348744) 2024-10-15 21:39:40 +04:00
Nick CaoandGitHub 94c216685e manifest-tool: 2.1.7 -> 2.1.8 (#348752) 2024-10-15 13:33:48 -04:00
Nick CaoandGitHub 38e8fe7261 pipectl: 0.5.0 -> 0.5.1 (#348753) 2024-10-15 13:33:05 -04:00