Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

staging-next 2024-10-15 #348827

Open
wants to merge 1,712 commits into
base: master
Choose a base branch
from
Open

staging-next 2024-10-15 #348827

wants to merge 1,712 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 14, 2024

  1. gnomeExtensions: Handle GNOME 47 extensions

    Applied from pull request 343905.
    honnip authored and bobby285271 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cd005ec View commit details
    Browse the repository at this point in the history
  2. gnomeExtensions: auto-update

    Applied from pull request 343905.
    honnip authored and bobby285271 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    61dfd73 View commit details
    Browse the repository at this point in the history
  3. gnomeExtensions.gtk4-desktop-icons-ng-ding: Fix patch

    https://gitlab.com/smedius/desktop-icons-ng/-/commit/9079ac663bc33421a489dab2db231f990105bdd5
    
    This unbreaks nixosTests.gnome-extensions.
    
    Applied from pull request 343905.
    bobby285271 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9f14d15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0fab01 View commit details
    Browse the repository at this point in the history
  5. linuxPackages.systemtap: Don't trigger glib rebuild on kernel updates

    glib now depends on linuxPackages.systemtap.override { withStap = false; }.
    bobby285271 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0406421 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    342864d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e67d94 View commit details
    Browse the repository at this point in the history
  8. rubyPackages.*: Fix build with glib 2.82, clean up

    https://hydra.nixos.org/build/274401072/nixlog/1
    
    Ugh, I am looking at glib-2.0.pc and sysprof-capture-4 is in Requires.private
    so I didn't propagate that. Later I decide I will just follow 81e445e
    adding libsysprof-capture next to every usages of pcre2.
    
    Not sure why gtk2 is still there after b95976f, same question for pcre.
    bobby285271 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0aa1138 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74be63f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b708a0 View commit details
    Browse the repository at this point in the history
  11. mutter: Hardcode libadwaita path

    Hopefully actually allow using libadwaita for X11 window decorations.
    bobby285271 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ea193df View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ddeb47d View commit details
    Browse the repository at this point in the history
  13. nixos/localsearch, nixos/tinysparql: Remove some empty lines

    As requested by Sandro.
    bobby285271 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a506339 View commit details
    Browse the repository at this point in the history
  14. gupnp_1_6: Increase test timeout

    Hopefully helps https://hydra.nixos.org/build/274566596/nixlog/2, I am not sure.
    bobby285271 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7f4542c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    11936d3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4f56b13 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    92be332 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    aae1440 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a4c6f66 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    51c5b5d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    27ad76a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e84fae8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    297426f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    25ee407 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5cf66dc View commit details
    Browse the repository at this point in the history
  26. entangle: Fix build with glib 2.82

    https://hydra.nixos.org/build/274565015/nixlog/1
    
    `pcre` is no longer needed as the comment longer applies.
    
    `glib-2.0.pc` now has `libsysprof-capture-4` in `Requires.private` field.
    Normally, this does not matter since we patch our `pkg-config` to ignore that
    outside of static builds but `entangle` was using `pkgconf`, which is not patched.
    
    Let’s switch to standard `pkg-config`.
    This will also allow us to clean some more dependencies.
    
    Unfortunately, this also reveals issue with an underspecified `gio-unix-2.0` dependency so we need to fix that.
    jtojnar authored and bobby285271 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    acf8f35 View commit details
    Browse the repository at this point in the history
  27. libpeas2: Build vapi

    Enabled in most distros and required by valent.
    bobby285271 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ab71ec5 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d15e3ed View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    003961e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    87063ab View commit details
    Browse the repository at this point in the history
  31. python3.pkgs.gbulb: Remove

    bobby285271 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2513af2 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a1d7540 View commit details
    Browse the repository at this point in the history
  33. treewide: drop flattenInclude hack

    This may have been relevant 10 years ago ([DOUBT]), but it
    sure as hell isn't now, and recursive symlinks are evil.
    
    May it burn in hell, as that is where it belongs.
    K900 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    54874b3 View commit details
    Browse the repository at this point in the history
  34. pipewire: use elogind if systemd is disabled

    Previously, logind functionality would be disabled if systemd was not found.
    Since 1.2.5, PipeWire also supports building with elogind.  To minimize
    variance between systemd enabled and not, let's use that for non-systemd
    builds.
    alyssais committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cad2799 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d87b32b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    29b6dbe View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    7205ddc View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9d57f68 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3cbf89b View commit details
    Browse the repository at this point in the history
  40. OWNERS: add Darwin team

    emilazy committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9ffc74c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    395de43 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    873f258 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2da95a2 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    1e0c66b View commit details
    Browse the repository at this point in the history
  45. Partially revert "treewide: replace webkitgtk to webkitgtk_4_0"

    This commit partially reverts ccec93c.
    
    This will break a lot of packages in haskellPackages (due to a missing
    webkitgtk), but at least hackage-packages.nix is reproducible with the
    generation shell script again.
    
    Unfortunately, it seems the generated nature of hackage-packages.nix was
    ignored when preparing the webkitgtk change:
    #345611 (comment)
    sternenseemann committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5b2d0d3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    46ee759 View commit details
    Browse the repository at this point in the history
  47. haskell.compiler.ghcHEAD: 9.11.20240410 -> 9.11.20240423

    Unfortunately, this is the newest GHC revision we can update to. After
    https://gitlab.haskell.org/ghc/ghc/-/commit/145a6477854d4003a07573d5e7ffa0c9a64ae29c,
    it becomes necessary to bootstrap with an in tree Cabal version.
    Supporting this in nixpkgs is a waste of time since it wouldn't be
    necessary for any release version.
    sternenseemann committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c91c223 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    52a6557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31b11f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffa080a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fb3314 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcfc6bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60a1d9c View commit details
    Browse the repository at this point in the history
  7. iproute2: fix build for musl

    Patch is upstream.
    
    Fixes: ee5127c ("iproute2: 6.10.0 -> 6.11.0")
    alyssais committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    40045fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9273569 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb3c030 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d041ae4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    06880e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d720aac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d9500eb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1d60c50 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d65f911 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    68a5f2b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2bb82f3 View commit details
    Browse the repository at this point in the history
  18. GNOME: 46 → 47 (#333911)

    vcunat committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8810e73 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    216cb62 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    95c2312 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9e719b0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9f3e475 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    83b50ff View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b89b9aa View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    89e6ba7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0774659 View commit details
    Browse the repository at this point in the history
  27. bintools-wrapper: ensure Swift auto-linked libraries can be found

    While the Swift wrapper should take care of this, not everything that
    links these libraries goes through the wrapper.
    reckenrode committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4340a5a View commit details
    Browse the repository at this point in the history
  28. Revert "dotnetCorePackages.dotnet_{8,9}: ensure build can find the Sw…

    …ift overlay"
    
    This reverts commit 8641252.
    reckenrode committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7cbf599 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d3bf5fd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4227259 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e2daa3d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d104116 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    15e5370 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d8a5698 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3758106 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4faeb69 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6844dde View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5714cee View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5bcc5b3 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0848def View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2ac7986 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    e6c618c View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d8f8864 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    9b99b22 View commit details
    Browse the repository at this point in the history
  45. 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
    trofi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cfe6449 View commit details
    Browse the repository at this point in the history
  46. 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.
    trofi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3c083ef View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d32a4e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    961e429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe21c44 View commit details
    Browse the repository at this point in the history
  3. 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: #348031
    fabianhjr committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    89798d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51651c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32efc6c View commit details
    Browse the repository at this point in the history
  6. deno_1: drop

    Upstream do not plan to support this version (see
    <#347484 (comment)>),
    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.
    emilazy committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    bdad382 View commit details
    Browse the repository at this point in the history
  7. 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.
    emilazy committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b97ec51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd99542 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2254408 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3e2fe0e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c3df7f View commit details
    Browse the repository at this point in the history
  12. rust-cbindgen: fix test failures due to env vars

    ... specifically, it's the `CARGO_BUILD_TARGET` env var introduced in
    commit: 683f97e
    bryango committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4b856fd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    27c05ca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c38024 View commit details
    Browse the repository at this point in the history
  15. python3Packages.python-dbusmock: fix for musl

    Backports an upstream patch.
    alyssais committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    984d023 View commit details
    Browse the repository at this point in the history
  16. adw-gtk3: migrate to by-name

    nyabinary authored and alyssais committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    28e80fa View commit details
    Browse the repository at this point in the history
  17. adw-gtk3: 5.3 -> 5.5

    nyabinary authored and alyssais committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a6872ea View commit details
    Browse the repository at this point in the history
  18. adw-gtk3: formatting

    nyabinary authored and alyssais committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a14c2b9 View commit details
    Browse the repository at this point in the history
  19. python3Packages.python-dbusmock: 0.32.1 -> 0.32.2

    Backports an upstream patch to not require /etc/os-release at build
    time.
    alyssais committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0c016ab View commit details
    Browse the repository at this point in the history
  20. ptyxis: 46.6 -> 47.2

    honnip committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f687a6f View commit details
    Browse the repository at this point in the history
  21. xorg.xtrans: backport xorg.libXfont build fix

    Without the change the build of `xorg.libXfont` fails as:
    
           > xtrans-1.5.1/include/X11/Xtrans/Xtrans.c: In function '_FontTransSelectTransport':
           > xtrans-1.5.1/include/X11/Xtrans/Xtrans.c:165:10: error: 'i' undeclared (first use in this function)
           >   165 |     for (i = 0; i < PROTOBUFSIZE && protobuf[i] != '\0'; i++)
           >       |          ^
    trofi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4eca851 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    05ae933 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d64350d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    775bea0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4093d02 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0c82d4d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    09de225 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b7cc340 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    af876a3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    04eb6a8 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1a4d05c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ffcbee0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1aefcf5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b757c41 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    cd5ae83 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    2d65a9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    844d279 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eb7401 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47f2d87 View commit details
    Browse the repository at this point in the history
  5. Revert "openexr_3: 3.2.4 -> 3.3.0"

    This reverts commit 6f7657b.
    
    Causes a libjxl test to fail.  Bisected to openexr commit
    e4e6cf2 ("Initial conversion of input file to use core"), which
    doesn't look like an intentional behavior change, so let's revert this
    until that's figured out.  I've reported it to libjxl, and will report
    it to openexr once they confirm it's not a problem on their end.
    
    Link: libjxl/libjxl#3901
    alyssais committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e7ea92f View commit details
    Browse the repository at this point in the history
  6. openexr_3: add libjxl to tests

    This would have caught the regression introduced by
    6f7657b ("openexr_3: 3.2.4 -> 3.3.0"), and reverted in the parent
    commit.
    alyssais committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bb96742 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5f3f61 View commit details
    Browse the repository at this point in the history
  8. procps: fix watchOnly = true; build

    Without the change the build fails as:
    
        $ nix build --impure --expr 'with import ./. {}; procps.override { withSystemd = false; watchOnly = true; }' -L
        ...
        procps> build flags: -j16 SHELL=.../bash usrbin_execdir=\$\(out\)/bin watch PKG_LDFLAGS=
        procps> make: *** No rule to make target 'watch'.  Stop.
    
    While at it dropped unused `PKG_LDFLAGS=` flag.
    trofi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4cac650 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9490f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    212b040 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    15ef6b0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c3322f4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    745a8a5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8ba820d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a7b40b7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7635bd4 View commit details
    Browse the repository at this point in the history
  17. curl: don’t skip passthru.tests.static on x86_64-darwin

    This works since <#346950>.
    emilazy committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    12f8f3a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0858b5a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    087b35d View commit details
    Browse the repository at this point in the history
  20. darwin.libiconv: update patch for static build; curl: don’t skip `pas…

    …sthru.tests.static` on `x86_64-darwin` (#348023)
    emilazy authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    96fbd2f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cd3949a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5b20567 View commit details
    Browse the repository at this point in the history
  23. haskellPackages.Diff_0_3_4: remove at 0.3.4

    The upstream issue for liquidhaskell is resolved. liquidhaskell is
    marked broken for an unrelated issue in one of its dependencies.
    sternenseemann committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ccb5fcd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d911a50 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2325e45 View commit details
    Browse the repository at this point in the history
  26. taskell: remove at 1.11.4

    haskellPackages.brick_0_70_1: remove at 0.70.1
    
    taskell's upstream repository has been archived after three years of
    inactivity. There also doesn't seem to be an obvious fork that provides
    a suitable, maintained replacement.
    
    No changelog entry since taskell has already been marked as broken in
    24.05 from the beginning.
    sternenseemann committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a20970f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0261c40 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f732a4b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e765203 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b56063f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    0cfd9d3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e459c0a View commit details
    Browse the repository at this point in the history
  33. ihaskell: use stackage version of ghc-syntax-highlighter

    Seems like Stackage recently has reintroduced ghc-syntax-highlighter to
    its set at version 0.0.10.0 which is just what we need.
    sternenseemann committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9afe738 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    95bd0b4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a9e533a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8af359a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    df4385b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    70ff16b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1ffb275 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2ec5127 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    04b5b42 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    67bbf79 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    1acd23c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a23467b View commit details
    Browse the repository at this point in the history
  45. haskellPackages.th-abstraction: drop redundant th-abstraction constraint

    Stackage already specifies == 0.5.*
    sternenseemann committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bbd5699 View commit details
    Browse the repository at this point in the history
  46. haskellPackages.{sbv_7_13,crackNum_2_4}: remove

    These were used by the now removed pkgs.petrinizer.
    sternenseemann committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d636557 View commit details
    Browse the repository at this point in the history
  47. haskellPackages.haddock-library_1_7_0: remove at 1.7.0

    stylish-cabal does no longer build for GHC 8.6.5 (binary) for unrelated
    reasons. Doesn't really make sense to invest further into it.
    sternenseemann committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3f55059 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ce5a181 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d0927b5 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    7c78a60 View commit details
    Browse the repository at this point in the history
  51. git-annex: Update hash

    maralorn committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ab3766b View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    19494ec View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    275a4ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c681735 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea350e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58f6178 View commit details
    Browse the repository at this point in the history
  5. haskellPackages.vivid: Fix build with a small patch

    Some library dependency must have stopped re-exporting 'void', so now
    it needs an extra import line.
    
    This package doesn't have any VCS repo.
    rvl committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9bdc0e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40f1e8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b42840 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8533ac View commit details
    Browse the repository at this point in the history
  9. haskellPackages.pipes-extras: jailbreak to fix the build

    I'm not sure why this needs a jailbreak. There is already a hackage
    revision to fix it:
    https://hackage.haskell.org/package/pipes-extras-1.0.15/revisions/
    rvl committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    126e642 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    33d29ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33ff80b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d5d93c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    229acf3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2d7ec3e View commit details
    Browse the repository at this point in the history
  15. haskellPackages: regenerate package set based on current config

    This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
    rvl committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0baba82 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    36429c8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a07d9f4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9c47bda View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c3777a8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c263e0b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a9f08a2 View commit details
    Browse the repository at this point in the history
  22. python312Packages.breathe: disable failing tests

    Exclude tests that broke with Sphinx 7.4.x. The upstream project is sadly
    not very well maintained these days due to funding reasons.
    mweinelt committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9f421e6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2c176e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    d0c2de8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f8ba16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8944626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6553550 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ab7280 View commit details
    Browse the repository at this point in the history
  6. haskell.compiler.ghc8107: use build libffi during bootstrapping

    Backport a patch (which probably addresses a completely unrelated issue
    with hadrian and system libffi for GHC >= 9.2.3) that stops Cabal from
    handling libffi includes in libraries/ghci. This allows for cc-wrapper
    to freely pick the correct libffi which is important when cross
    compiling GHC as we need to correctly pick between build and host/target
    libffi each time.
    
    This fixes the build of pkgsCross.riscv64.haskell.compiler.ghc8107.
    
    Tested
    
    - haskell.packages.ghc8107.cabal2nix (x86_64-linux, aarch64-linux)
    - pkgsCross.riscv64.haskell.compiler.ghc8107 (x86_64-linux)
    
    Could not test darwin because rcodesign is broken at the moment (?).
    sternenseemann committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    a96856c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5c9b46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b242971 View commit details
    Browse the repository at this point in the history
  9. zed-editor: fix darwin

    niklaskorz committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d79ec5e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    1b6b0d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    857254f View commit details
    Browse the repository at this point in the history
  3. Revert "mycli: disable checking to fix build"

    This reverts commit f12c5fd.
    The tests were broken because paramiko couldn't be imported, which was
    fixed by 50d865a.
    dotlambda committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    eb8c84f View commit details
    Browse the repository at this point in the history
  4. mycli: unpin sqlparse

    dotlambda committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    95b6ee2 View commit details
    Browse the repository at this point in the history
  5. mycli: modernize

    dotlambda committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    3ea55e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c38df14 View commit details
    Browse the repository at this point in the history
  7. Revert "haskell.packages.ghc910.extensions: 0.1.0.2 -> 0.1.0.3"

    This reverts commit c3322f4.
    
    Reason for revert: extensions 0.1.0.3 doesn't support Cabal == 3.12.*.
    Dependency conflicts due to extensions seem annoying to deal with.
    sternenseemann committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    50ff879 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b735590 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09fdf15 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0a7eb6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    24f5126 View commit details
    Browse the repository at this point in the history
  12. haskellPackages: Enable darwin builds for some packages depending on …

    …mesa
    
    update package.yaml
    yuanw committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    00bf069 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3a28da7 View commit details
    Browse the repository at this point in the history
  14. python3Packages.dbt-adapters: fix the val

    Without the change the eval fails on `staging-next` as:
    
        $ nix build --no-link -f. python3Packages.dbt-adapters
        error:
           … while evaluating a branch condition
             at pkgs/development/interpreters/python/passthrufun.nix:27:9:
               26|       func = name: value:
               27|         if lib.isDerivation value then
                 |         ^
               28|           lib.extendDerivation (valid value || throw "${name} should use `buildPythonPackage` or `toPythonModule` if it is to be part of the Python packages set.") {} value
    
           … while evaluating a branch condition
             at /home/slyfox/dev/git/nixpkgs-staging-next/lib/customisation.nix:263:8:
              262|
              263|     in if missingArgs == {}
                 |        ^
              264|        then makeOverridable f allArgs
    
           (stack trace truncated; use '--show-trace' to show the full, detailed trace)
    
           error: attribute 'pythonRelaxDeps' already defined at pkgs/development/python-modules/dbt-adapters/default.nix:30:3
           at pkgs/development/python-modules/dbt-adapters/default.nix:34:3:
               33|
               34|   pythonRelaxDeps = [ "protobuf" ];
                 |   ^
               35|
    trofi committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    068bac7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b4ec4f2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8509bf4 View commit details
    Browse the repository at this point in the history
  17. haskell.packages.ghc9101.{retrie,apply-refact}: rm broken overrides

    Neither package support GHC 9.10 currently. Their corresponding plugins
    are thus disabled in HLS.
    sternenseemann committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    d712e09 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7453f4a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1d4e138 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    787c1de View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    8164a7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7735af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67d8538 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16a2554 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fc3038 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51b89f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a83a96 View commit details
    Browse the repository at this point in the history
  8. gnome: Minor Updates (#348874)

    vcunat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d3cf614 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5dcdb3b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    557897f View commit details
    Browse the repository at this point in the history
  11. Revert "bmake: 20240808 -> 20240921"

    This reverts commit bf21377.
    
    This wasn't a big rebuild on nixpkgs master, but now on staging-next
    it would rebuild *-darwin stdenv, which would be too expensive
    at this point.
    vcunat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    65f28f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f2d7c52 View commit details
    Browse the repository at this point in the history
  13. haskell.compiler.ghc98: 9.8.3 -> 9.8.2

    HLS can't be built yet with 9.8.3, so it doesn't make sense to make it a
    default yet. Unfortunately we are still missing a ghc-lib-parser release
    that works with ghc 9.8.3.
    sternenseemann committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cb703b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b5f2ec0 View commit details
    Browse the repository at this point in the history
  15. haskellPackages: mark builds failing on hydra as broken

    This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
    *evaluation [1809515](https://hydra.nixos.org/eval/1809515) of nixpkgs commit [e7735af](https://github.com/NixOS/nixpkgs/commits/e7735afbdce5f32dabb78e9393792625ff6d5eaa) as of 2024-10-21 19:40 UTC*
    from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
    sternenseemann committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4279643 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9ddc331 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    1b7dd98 View commit details
    Browse the repository at this point in the history