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

Merged
merged 1,963 commits into from
Oct 31, 2024
Merged

staging-next 2024-10-15 #348827

merged 1,963 commits into from
Oct 31, 2024
This pull request is big! We’re only showing the most recent 250 commits.

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. Configuration menu
    Copy the full SHA
    7c83633 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    40a1f6d View commit details
    Browse the repository at this point in the history
  15. 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
  16. Configuration menu
    Copy the full SHA
    b5f2ec0 View commit details
    Browse the repository at this point in the history
  17. 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
  18. Configuration menu
    Copy the full SHA
    9ddc331 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    075dc28 View commit details
    Browse the repository at this point in the history
  20. rcodesign: fix failing tests

    - Ensure that uutils-coreutils is available for cli_tests;
    - Fix logging (needed for cli_tests); and
    - Disable tests that require network access.
    reckenrode committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    35d2308 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
  2. Configuration menu
    Copy the full SHA
    ef82ab6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f50799 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d8e83b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdc64cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a11b86 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    723e1a6 View commit details
    Browse the repository at this point in the history
  2. python312Packages.typer: fix darwin build

    checks require `ps` for darwin so add procps to nativeCheckInputs
    paparodeo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f0697b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd63c00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5e87e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a05b8fc View commit details
    Browse the repository at this point in the history
  6. lsof: fix darwin

    edit Configure to use $SDKROOT to find libproc.h
    paparodeo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3a5f4c8 View commit details
    Browse the repository at this point in the history
  7. boost1{75,77,78,79}: fix build

    condition a substituteInPlace only on boost 180 and above and add one
    substituteInPlace back to the only consumer, boost175.
    
    updates change 90df0c3
    paparodeo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0c60efc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3243b04 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8acc475 View commit details
    Browse the repository at this point in the history
  10. python312Packages.pyreqwest-impersonate: remove

    The package has been replaced by `python312Packages.primp`.
    drupol committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2389fd1 View commit details
    Browse the repository at this point in the history
  11. mpv: fix typo

    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    472f521 View commit details
    Browse the repository at this point in the history
  12. mpv: remove legacy Darwin SDK pattern detritus

    Oh, this is satisfying.
    
    Swift already propagates its corresponding SDK, so we don’t need
    the patch.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f228051 View commit details
    Browse the repository at this point in the history
  13. mpv: remove swiftSupport flag

    mpv currently doesn’t even build successfully on macOS without Swift,
    and there’s no use of Swift outside of the platform.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c7a1d60 View commit details
    Browse the repository at this point in the history
  14. mpv: enable Vulkan on Darwin

    Using `--vo=gpu` or `--vo=gpu-next` with MoltenVK is now supported
    and has replaced the previous `cocoa-cb` as the default.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2226998 View commit details
    Browse the repository at this point in the history
  15. mpv: remove obsolete Swift library path hack

    This is now detected correctly as part of the SDK, as it should be.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    84d64ad View commit details
    Browse the repository at this point in the history
  16. mpv: remove speexSupport flag

    Does nothing, removed upstream in 2012(!):
    <mpv-player/mpv@1fde09d>.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0e11e05 View commit details
    Browse the repository at this point in the history
  17. mpv: remove theoraSupport flag

    Does nothing, removed upstream in 2012(!):
    <mpv-player/mpv@1fde09d>.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cc7d201 View commit details
    Browse the repository at this point in the history
  18. mpv: remove libpngSupport flag

    Does nothing, removed upstream in 2012(!):
    <mpv-player/mpv@6a26b4a>.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    45d592f View commit details
    Browse the repository at this point in the history
  19. mpv: remove screenSaverSupport flag

    This is required as part of X11 support since the Meson transition.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    01f7985 View commit details
    Browse the repository at this point in the history
  20. mpv: remove xineramaSupport flag

    Removed upstream:
    <mpv-player/mpv@200992f>.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fefef47 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0ef8ba2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    93222c0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5c59345 View commit details
    Browse the repository at this point in the history
  24. mpv: enable dvdnavSupport on non‐Linux

    It builds fine on macOS.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    61f2290 View commit details
    Browse the repository at this point in the history
  25. mpv: disable sdl2Support by default

    Upstream’s Meson defaults, upstream’s CI binaries, and Arch
    don’t enable this.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7691ab6 View commit details
    Browse the repository at this point in the history
  26. mpv: remove xvSupport flag

    This prints out a big warning about how you shouldn’t be using
    it. Upstream CI builds and Arch don’t enable it. There are other
    backends of questionable worth that we don’t expose options for,
    so let’s ditch this one.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    41bdd31 View commit details
    Browse the repository at this point in the history
  27. mpv: enable {pipewire,pulse,wayland,x11}Support on non‐Darwin

    No reason for FreeBSD to miss out on the fun.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8db2730 View commit details
    Browse the repository at this point in the history
  28. mpv: remove redundant Meson flag

    Since we’re doing auto‐detection anyway, this is unnecessary.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bd2b925 View commit details
    Browse the repository at this point in the history
  29. mpv: use wrapped bundle executable on Darwin

    On macOS, many things won’t work properly unless mpv is executed from
    the app bundle, such as spatial audio with `--ao=avfoundation`. This
    ensures that those features work reliably and also avoids duplicating
    the entire `mpv` binary.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    12ce8fd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0f9868a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    bafb3e4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    949b508 View commit details
    Browse the repository at this point in the history
  33. {open,}jdk{19,20,22}{,_headless}: don’t alias the throws

    This causes issues with the automated removal script.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e7b7148 View commit details
    Browse the repository at this point in the history
  34. zulu: don’t depend on OpenJDK’s meta.nix

    This is about to go away.
    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    82fc758 View commit details
    Browse the repository at this point in the history
  35. openjdk: remove unused patch

    emilazy committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    09f30d2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    cd2eaf8 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a252425 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    77acd70 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    606bd31 View commit details
    Browse the repository at this point in the history
  40. python312Packages.pytest-mpl: fix darwin

    fix checkphase on darwin to not access the display by using a workaround
    for matplotlib:
    matplotlib/matplotlib#26292 (comment)
    paparodeo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9f3e8a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    38a6a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45fd29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e77fc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b940eaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    459057e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dee94df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7416b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd59bf4 View commit details
    Browse the repository at this point in the history
  9. python3Packages.pyre-extensions: fixup src download

    https://hydra.nixos.org/build/276236752/nixlog/11/tail
    No idea what's going on here.  One-time typo upstream?
    vcunat committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c0d7ff1 View commit details
    Browse the repository at this point in the history
  10. chibi: fix darwin

    add libutil as required by link step
    paparodeo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6f5203d View commit details
    Browse the repository at this point in the history
  11. vorbis-tools: fix darwin build

    ld64 doesn't support linking with nested archives and as the nested
    archived isn't required to build leave it out.
    paparodeo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ec930db View commit details
    Browse the repository at this point in the history
  12. chibi: fix darwin (#350883)

    vcunat committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8113a10 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8b4a343 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f4f88f9 View commit details
    Browse the repository at this point in the history
  15. kanidm: fix build with Rust 1.82

    K900 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    598ae1f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a63f4fd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e60fd6d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9bad085 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1801f90 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0589993 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f05216c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f256900 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    49606d9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cdddf15 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bb161ee View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f3b30d4 View commit details
    Browse the repository at this point in the history
  27. paperless-ngx: disable failing tests

    These are due to a test-only dependency, so no functionality should be
    impaired.
    mweinelt committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cdeea95 View commit details
    Browse the repository at this point in the history
  28. castxml: fix darwin build

    clang on darwin adds an `-isysroot` flag which breaks the regular
    expressions used in a couple tests
    paparodeo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    76d2941 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d7ca2a5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7658fc3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ef78265 View commit details
    Browse the repository at this point in the history
  32. lsof: fix darwin (#350651)

    emilazy authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    beef6c4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e80a134 View commit details
    Browse the repository at this point in the history
  34. gtk4: fix x64 darwin

    use 10.15 sdk to fix build and propagate the sdk and min sdk version (10.15)
    paparodeo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0d75f35 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    17b2fbb View commit details
    Browse the repository at this point in the history
  36. mpv: remove unreferenced patch

    Fixes: f228051
    emilazy committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1af0df3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b075f35 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    0d5e426 View commit details
    Browse the repository at this point in the history
  39. python312Packages.pycurl: fix darwin build

    don't link with flat_namespace on darwin as it results in the runtime
    linker/loader pulling in the system libcurl rather than nixpkgs one.
    
    https://github.com/pycurl/pycurl//commit/7deb85e24981e23258ea411dcc79ca9b527a297d
    paparodeo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7912914 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b0e7b99 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    da7fb8d View commit details
    Browse the repository at this point in the history
  42. gtk4: fix darwinMinVersionHook typo

    set min version to 10.15 not 15.0
    paparodeo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3302365 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    fd00e32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    764384f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1fb60b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca5c7f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f6af76 View commit details
    Browse the repository at this point in the history
  6. lldb_{14,15,16,17,18,19}: fix x64 darwin

    x64 darwin doesn't build with 10.12 sdk after the sdk refactor due to
    compile errors. bumping the sdk to 11 fixes the build.
    
    set min deployment target as needed for lldb_14
    
    lldb_14 still broken but due to an unrelated issue.
    paparodeo committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d5a850a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b006420 View commit details
    Browse the repository at this point in the history
  8. stockfish: fix x64 darwin

    use sdk 11 and set min version to 10.15 to match the makefiles
    paparodeo committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9b00500 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d25bfb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f3ba89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f898ed View commit details
    Browse the repository at this point in the history
  12. python312Packages.rtfde: fix build

    I updated the `disabledTests` and added `lark` in `pythonRelaxDeps`.
    drupol committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bfd007c View commit details
    Browse the repository at this point in the history
  13. python311Packages.xhtml2pdf: fix build

    - Remove the patch, it was already included in 0.2.16.
    - Remove `pythonRelaxDeps`, it's not needed anymore
    drupol committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d4acecd View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    02bb5e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f6e15e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aa26fa View commit details
    Browse the repository at this point in the history
  4. haskellPackages.hledger*_1_40: wire up correctly

    We forgot to update these overrides after 1.34 got removed from nixpkgs.
    Let's get the latest versions, 1.40, to work.
    sternenseemann committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d79dec4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    deabb1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14392f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d6a969 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    193adc7 View commit details
    Browse the repository at this point in the history
  9. qrupdate: fix darwin

    with the sdk refactor cmake will use Accelerate for the blas/lapack
    libs. Unfortunately, this breaks qrupdate and causes all test to fail,
    most of them by segfaulting. Set the Blas vendor to Generic to prevent
    cmake from using Accelerate and use the nixpkgs provided blas/lapack
    libraries
    paparodeo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c7a88d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d16edfa View commit details
    Browse the repository at this point in the history
  11. samba: fix darwin

    the cups headers are part of the sdk but the library is not, which
    causes configure to detect cups but the build fails with a link error.
    explicitly enable / disable cups based on `enablePrinting` flag.
    paparodeo authored and vcunat committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2a44ea3 View commit details
    Browse the repository at this point in the history
  12. samba: fix darwin (#351117)

    vcunat committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1889ebd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    50adc1b View commit details
    Browse the repository at this point in the history
  14. python312Packages.watchdog: fix x64 darwin

    drop sdk 10.12 patch that no longer applies and use sdk 11
    paparodeo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    16facae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cdab0d3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    664ea60 View commit details
    Browse the repository at this point in the history
  17. libticonv: link with libiconv

    the darwin sdk rework removed the libiconv hook which adds -liconv so
    add explicitly to work around broken autoconf libiconv detection
    paparodeo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    64efe2b View commit details
    Browse the repository at this point in the history
  18. rehex: fix darwin

    add libiconv to fix darwin build and remove now unneeded frameworks
    paparodeo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    358f74f View commit details
    Browse the repository at this point in the history
  19. rehex: fix darwin (#351339)

    emilazy authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9fb8bd5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cdf1209 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    973a605 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6dec4ae View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d7830d9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    32f02ae View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c00b953 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    00ea317 View commit details
    Browse the repository at this point in the history
  27. rsstail: 2.1 -> 2.2

    fix linking to libiconv on darwin
    
    folkertvanheusden/rsstail@6f24361...v2.2
    paparodeo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3cf1460 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f21f4ca View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a3600cc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b83302b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    eed6895 View commit details
    Browse the repository at this point in the history
  32. stfl: 0.24 -> 0.24-unstable-2021-11-29

    update repo to https://github.com/newsboat/stfl as previous is no longer
    available
    paparodeo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    bd6feec View commit details
    Browse the repository at this point in the history
  33. stfl: update homepage

    paparodeo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    710c97f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e1aa0ef View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b90f20a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    f765060 View commit details
    Browse the repository at this point in the history
  2. ispc: drop impure Xcode dependency

    The new Darwin SDK pattern allows ispc to be built without requiring an
    impure Xcode.
    reckenrode committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    2fefc70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e70b04b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97b3156 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50ef4f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    280a9f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a13379 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cae0fd4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7571559 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8c341e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    184361b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    34b62f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    2d1ef46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ff22d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    980dd8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4586c4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9430798 View commit details
    Browse the repository at this point in the history
  6. Revert "python3Packages.pymilvus: 2.3.6 -> 2.4.7"

    This reverts commit 6fe5dbd.
    Fixes #351102
    (for now; feel free to upgrade and fix)
    vcunat committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4a8faa3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcd9458 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66f01b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1feea79 View commit details
    Browse the repository at this point in the history
  10. cdrkit: darwin link with CF

    paparodeo committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0046e13 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25668ad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ab8d8c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a54a74f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c45a8b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c7bb684 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6140626 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d6b16ac View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    118b525 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e06dae4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    eb0f257 View commit details
    Browse the repository at this point in the history
  2. bb: fix darwin / clang

    - autoreconfHook
    - add missing headers needed for function prototypes.
    - remove regparm for clang
    paparodeo committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    338e666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0e96c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49341a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bc001e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66b454a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f6eb14 View commit details
    Browse the repository at this point in the history
  8. python312Packages.bilibili-api-python: fix 16.3.0 build

    The published tar.gz name changed from using hyphens to underscores
    (likely because of change in setuptools 72.2.0).
    
    At the same time, I noticed that the CHANGELOG removes requests as a
    dependency, so I've done the same here.
    tjni committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b2a996d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09d8c7e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0071d66 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    027c11c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b7ca25 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d632488 View commit details
    Browse the repository at this point in the history
  14. tests.nixos-functions: don’t omit derivations on non‐Linux

    Hydra can handle packages that `throw` but not attributes that
    disappear depending on platform, and it seems okay for evaluation to
    fail here for non‐Linux platforms.
    emilazy committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f594f60 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bf054e5 View commit details
    Browse the repository at this point in the history
  16. release-lib: build packages without meta.platforms on all platforms

    This was added in <#19990> to
    ensure that packages that previously weren’t building at all would
    get at least one platform’s worth of coverage. However, since most
    `runCommand` calls don’t explicitly set any `meta` information,
    this meant that things like `tests.makeWrapper` were only being
    run for `x86_64-linux`. Since most trivial builder calls should
    work on all platforms, it doesn’t make much sense for them to be
    restricted in this way, and we shouldn’t unnecessarily penalize
    other platforms by treating an empty `meta.platforms` inconsistently
    with `check-meta`’s maximally‐permissive interpretation. Actual
    packages that only work on a subset of platforms should, of course,
    set `meta.platforms` explicitly.
    emilazy committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f28cc72 View commit details
    Browse the repository at this point in the history
  17. tests.build-environment-info: add more information

    The user information would have helped diagnose the empty GECOS issue
    we had with the Hydra Darwin builders recently and the OS information
    seems generally nice to have.
    emilazy committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9f36206 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    719d463 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    dee80e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32be722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a37eba4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c3dde0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb01d57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66be95c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6968567 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0dc303 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    900f3c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    faf294a View commit details
    Browse the repository at this point in the history
  11. auto-patchelf: avoid filesets

    The use of filesets triggers the same Nix evaluation bug as in
    e4b8a0a, which broke the installer
    tests again.
    emilazy committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7402e57 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    aec3468 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c89d3d9 View commit details
    Browse the repository at this point in the history
  3. tree-wide: switch initrd generators back to gnu cpio

    Originally, we switched to bsdtar from libarchive to solve a reproducibility issue related to hardlinks
    
    As of gnu cpio 2.14 the --ignore-dirnlink option is introduced and now included in --reproducible, which solves this issue
    
    By switching back, we are in turn solving an issue in libarchive >=3.7.5 erroring out with "Error reading archive -: (null)"
    
    Change-Id: Ib6140d599b6547d8e941b0251ce996e303c41fa6
    yu-re-ka committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0f216e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2ec872 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f14eed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    339ec45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d857a31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    489c926 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c347c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    216529c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a2dbe9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f5d1a2 View commit details
    Browse the repository at this point in the history
  13. Revert "bisq2: init @ 2.1.2"

    This reverts commit 7367fb0.
    
    commit breaks eval due as it uses openjdk 22 which was removed in
    staging-next
    paparodeo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    48b384b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ce8b620 View commit details
    Browse the repository at this point in the history