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-09-01 #338840

Merged
merged 245 commits into from
Sep 10, 2024
Merged

staging-next 2024-09-01 #338840

merged 245 commits into from
Sep 10, 2024

Commits on Jul 21, 2024

  1. python{39,310,311,312,313}: Allow using cc to resolve dynamic libraries

    This patch hasn't been complete since an alternate case was added to
    cpython which allows using ld(1) to resolve libraries. In addition to
    this, the stated reason for the patch, to improve startup times by
    preventing cpython from invoking gcc to resolve libuuid, has not been an
    issue since that logic was removed in cpython 3.9. Finally, this patch
    creates a disparity between Linux and other operating systems (I am
    working on FreeBSD right now) since the ld(1) case is system gated.
    
    Since it no longer accomplishes its stated purpose, is no longer needed,
    and creates platform disparities, we should remove it.
    
    I've left the half of this patch which prevents /sbin/ldconfig from
    being invoked, since no nix-compiled program should ever be invoking
    absolute paths like this.
    rhelmot committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    66d41e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    64c6d5f View commit details
    Browse the repository at this point in the history
  2. usbutils: fix meta

    eclairevoyant committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3150b3b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. meson: 1.5.0 -> 1.5.1

    trofi committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    0af83e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. patch-shebangs: don't patch shebangs with bash builtins

    'command -v builtin' returns 'builtin', which doesn't suit us since
    we're looking for program in the given PATH. This could give us shebangs
    like this:
    
        #!builtin
    
    which is surprising.
    
    Switch to 'type -P command' which always returns a path, even if command
    is both a builtin and an executable (for example 'test'), or fail is
    'command' is just a builtin.
    minijackson committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    24655f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Aug 5, 2024

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

Commits on Aug 7, 2024

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

Commits on Aug 15, 2024

  1. graphene: tighten withDocumentation default

    The underlying reason documentation can't be built for pkgsStatic is
    that gobject-introspection is unavailable, so branching based on that
    fixes the same problem for all situations where that's true, not just
    pkgsStatic.
    alyssais committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    117e468 View commit details
    Browse the repository at this point in the history
  2. gnutls: enable ktls support

    Izorkin committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4249fa3 View commit details
    Browse the repository at this point in the history
  3. emacs: make melpaBuild accept recipe content as a string

    This is the first part of #334888.
    jian-lin committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5be4ecc View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. python3Packages.k5test: fix krb5-config paths

    Elliot Cameron committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0239671 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

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

Commits on Aug 19, 2024

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

Commits on Aug 20, 2024

  1. pbzx: fix build with musl libc

    tie committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4c2e720 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    6b2530d View commit details
    Browse the repository at this point in the history
  2. curl: enable configure flag --enable-versioned-symbols

    This flag enable versioned symbols in CURL shared library.
    drupol committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    caef6dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45db1ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c455cc3 View commit details
    Browse the repository at this point in the history
  5. treewide: support NIX_SSL_CERT_FILE as an impureEnvVar

    This envvar is also added to lib.proxyImpureEnvVars since it's
    typically required for https proxies.
    
    This change also updates fetchgit and go module fetching to use this
    envvar. NIX_GIT_SSL_CAINFO is still supported for backwards
    compatibility in fetchgit.
    timbertson committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    911aa14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7eb5c09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3465a74 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #303307 from timbertson/https_proxy

    treewide: support NIX_SSL_CERT_FILE as an impureEnvVar
    lukegb authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    54cb833 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a4fb98 View commit details
    Browse the repository at this point in the history
  10. kvdo: drop

    ajs124 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ee6a0e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f5fa4e0 View commit details
    Browse the repository at this point in the history
  12. vdo: 8.2.2.2 -> 8.3.0.71

    ajs124 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9366ef0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    31f61f5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bd0539c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eec2ebe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a383657 View commit details
    Browse the repository at this point in the history
  17. postgresql: move dynamic modules to default output

    Dynamic modules are technically libraries, but are not used by other packages.
    Instead they are loaded by PostgreSQL itself, e.g. as extensions. Those just
    increased the size of the lib output without benefit.
    
    This removes the NIX_PGLIBDIR hack introduced in #17838 and instead makes sure
    that pg_config always returns the correct PGLIBDIR. The test for postgis
    introduced in the same PR is still passing with the change.
    wolfgangwalther committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5547322 View commit details
    Browse the repository at this point in the history
  18. postgresql: move libecpq to lib output

    This library is used by other packages, so should be in the lib output.
    
    By removing unused sections, libecpg will not contain any references to other
    outputs and thus does not increase the closure for the lib output anymore.
    This will also help massively when splitting a dev output later.
    
    As a side-effect, this also unbreaks pkgsMusl.postgresql_12_jit and
    pkgsMusl.postgresql_13_jit. For, at least to me, unknown reasons, those build
    fine now.
    wolfgangwalther committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7797728 View commit details
    Browse the repository at this point in the history
  19. postgresql: split dev output

    This splits a dev output to make the default output not depend on any
    build dependencies anymore. This also avoids removing references from
    pgxs' Makefile this way, which should, at least theoretically, be good
    to build extensions via pgxs, making sure they use the same tooling.
    
    ecpg is the "embedded SQL C preprocessor", which is certainly a dev
    tool.
    
    Most important, for closure size anyway, is to move pg_config to the dev
    output, since it retains paths to all the other outputs.
    
    The only thing with references to the dev output remaining is then the
    postgres binary itself. It contains all the output paths, because it
    shows those in the pg_config system view. There is no other way than
    to nuke those references to avoid circular dependencies between outputs
    - and blowing up closure size again.
    wolfgangwalther committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    435f51c View commit details
    Browse the repository at this point in the history
  20. postgresql: remove references to llvm-dev on darwin as well

    The !isDarwin condition seems to have been put in place only because of the
    use of patchelf, which in turn seemed to be necessary because of nuke-refs.
    
    Replacing the big nuke with the more granular remove-references-to allows
    enabling this for darwin, too.
    wolfgangwalther committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    94d432c View commit details
    Browse the repository at this point in the history
  21. postgresql: refactor removal of references in bitcode files

    This prevents silently ignoring errors from "find".
    wolfgangwalther committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    dfde86f View commit details
    Browse the repository at this point in the history
  22. postgresql: refactor to simplify condition

    glibc is not available on darwin anyway and isGnu is just shorter.
    wolfgangwalther committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    73cb403 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    19770f0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ee075da View commit details
    Browse the repository at this point in the history
  25. libpsl: don't make first output conditional if build statically

    This can cause surprises if no output is chosen.
    SuperSandro2000 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6e725d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    7149422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    539d88c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17c9dc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c92725 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #294504 from wolfgangwalther/postgresql-outputs

    postgresql: split -lib and -dev outputs cleanly
    Ma27 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    04b4c1e View commit details
    Browse the repository at this point in the history
  6. stdenv: support default values in concatTo

    The previously used pattern was introduced in #318614, but technically
    leaked the default flags into the global scope. While this would
    probably not make much of a practical difference, making concatTo
    support default values is a much cleaner approach.
    wolfgangwalther committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    1efcffa View commit details
    Browse the repository at this point in the history
  7. bmake: support structuredAttrs in setup hook

    Tested libfsm with and without __structuredAttrs.
    wolfgangwalther committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    f96e208 View commit details
    Browse the repository at this point in the history
  8. just: support structuredAttrs in setup hook

    Tested cosmic-applibrary with and without __structuredAttrs.
    wolfgangwalther committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c3900d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8affc6a View commit details
    Browse the repository at this point in the history
  10. waf: support structuredAttrs in setup hook

    Tested samba4 with and without __structuredAttrs.
    wolfgangwalther committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    add9bca View commit details
    Browse the repository at this point in the history
  11. zig: support structuredAttrs in setup hook

    Tested waylock with and without __structuredAttrs.
    wolfgangwalther committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    5564042 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e319127 View commit details
    Browse the repository at this point in the history
  13. build2: support structuredAttrs in setup hook

    Tested build2 itself with and without __structuredAttrs.
    wolfgangwalther committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    5d3e720 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b42b649 View commit details
    Browse the repository at this point in the history
  15. scons: support structuredAttrs in setup hook

    Tested swiften with and without __structuredAttrs.
    wolfgangwalther committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    4a48b92 View commit details
    Browse the repository at this point in the history
  16. scons: add missing checkTarget in setup hook

    The checkTarget variable is explicitly tested before, but not passed to
    scons.
    
    This was apparently missed in the initial commit for that setupHook in
    #50293.
    wolfgangwalther committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    5c74031 View commit details
    Browse the repository at this point in the history
  17. premake: support structuredAttrs in setup hook

    Tested gmad with and without __structuredAttrs.
    
    Building it succeeded on master with structuredAttrs, but the log output
    showed that the configure flags were not passed correctly previously.
    wolfgangwalther committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    bc0468d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b072c1f View commit details
    Browse the repository at this point in the history
  19. gn: support structuredAttrs in setup hook

    Tested v8 with and without __structuredAttrs.
    wolfgangwalther committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    544b981 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5b37022 View commit details
    Browse the repository at this point in the history
  21. qt: support structuredAttrs in qmake hook

    Tested qbs with and without __structuredAttrs.
    wolfgangwalther committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    1bcca7d View commit details
    Browse the repository at this point in the history
  22. perl: support structuredAttrs in generic builder

    Tested perlPackages.GSSAPI with and without __structuredAttrs.
    wolfgangwalther committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    581aebc View commit details
    Browse the repository at this point in the history
  23. Merge pull request #336564 from hexacera/svt-av1-pgo

    svt-av1: 2.1.2 -> 2.2.0
    jopejoe1 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    379cbc4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    203efcc View commit details
    Browse the repository at this point in the history
  25. Merge pull request #334608 from r-ryantm/auto-update/publicsuffix-list

    publicsuffix-list: 0-unstable-2024-06-19 -> 0-unstable-2024-08-21
    jopejoe1 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    615a87e View commit details
    Browse the repository at this point in the history
  26. treewide: fix pg_config / postgresql headers moved to dev output

    This was supposed to happen in #294504, but the commit was accidentally
    left out when splitting off some libpq-related changes. Originated in
    #179962, by Sandro.
    
    Co-authored-by: Sandro Jäckel <[email protected]>
    Co-authored-by: Wolfgang Walther <[email protected]>
    wolfgangwalther and SuperSandro2000 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    050689d View commit details
    Browse the repository at this point in the history
  27. Merge pull request #336994 from wolfgangwalther/pg-config-dev

    treewide: fix pg_config / postgresql headers moved to dev output
    Ma27 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    34bca7d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cd81adf View commit details
    Browse the repository at this point in the history
  29. python3Packages.pytest-order: 1.2.1 -> 1.3.0

    https://github.com/pytest-dev/pytest-order/releases/tag/v1.3.0
    
    Also fetch the source from GitHub since that is "closer to the source" and use `pyproject = true`.
    Luflosi committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    287e0d3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0791c07 View commit details
    Browse the repository at this point in the history
  31. aws-c-auth: 0.7.25 -> 0.7.26

    r-ryantm committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    2d6ba54 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    0b0c93b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb403bf View commit details
    Browse the repository at this point in the history
  3. wayland: 1.23.0 -> 1.23.1

    trofi authored and alyssais committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0835b9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    298f244 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0c91f4 View commit details
    Browse the repository at this point in the history
  6. xar: 1.6.1 -> 498

    This change switches the xar package from unmaintained fork of the
    original project to the Apple Open Source tarball. See also
    https://repology.org/project/xar/versions
    
    Since the package is essentially rewritten from scratch, we take an
    opportunity and move it to pkgs/by-name/xa/xar (formatted with nixfmt).
    
    We also remove Windows from the supported platforms because even before
    this change pkgsCross.mingwW64.xar failed with
    xar> configure: error: can not detect the size of your system's uid_t type
    tie committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5eee6cf View commit details
    Browse the repository at this point in the history
  7. nixos/postgresql: fix documentation markdown

    Without the change the doc build fails as:
    
        $ nix build -f nixos config.system.build.manual.manualHTML -L
        ...
        nixos-manual-html> RuntimeError: heading in line 366 does not have an id
    trofi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    f3ece34 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #324071 from tie/emulator-exec

    lib/systems: use execline’s exec instead of runtimeShell
    roberth authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    b2d208b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41ae34f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #337282 from trofi/nixos/postgresql-fix-doc

    nixos/postgresql: fix documentation markdown
    Ma27 authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    7cef6cd View commit details
    Browse the repository at this point in the history
  11. Merge pull request #330709 from trofi/meson-update

    meson: 1.5.0 -> 1.5.1
    Atemu authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    b47c2df View commit details
    Browse the repository at this point in the history
  12. postgresql: use systemdLibs

    Reduces the set of dependencies required to build PostgreSQL.
    tie committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    2f9c580 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    ba8924e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #337067 from r-ryantm/auto-update/aws-c-auth

    aws-c-auth: 0.7.25 -> 0.7.26
    JohnRTitor authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    50fa216 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #278235 from Izorkin/update-gnutls-ktls

    gnutls: enable ktls support
    JohnRTitor authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    30dea97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b9046a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #312314 from ajs124/upd/lvm2

    lvm2: 2.03.23 -> 2.03.25
    7c6f434c authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8e06d10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb9c198 View commit details
    Browse the repository at this point in the history
  7. gnupatch: fix segfault on cleanup

    See https://savannah.gnu.org/bugs/?57717
    
    Reproducer:
    
    ```console
    $ patch -p1 <<'EOF'
    diff --git a/file2.txt b/file2.txt
    index e69de29..d20e9cd 100644
    --- a/file2.txt
    +++ b/file2.txt
    @@ -1 +1 @@
    -old content
    +new content
    EOF
    ```
    
    ```
    (repeated lines omitted)
    patch: **** Can't create file file2.txt.orig : Too many open files
    patch: **** Can't create file file2.txt.orig : Too many open files
    patch: **** Can't create file file2.txt.origSegmentation fault (core dumped)
    ```
    tie committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    23eacd4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60f8ad8 View commit details
    Browse the repository at this point in the history
  9. graphene: fix tests.installedTests

    `glib`'s typelib was split from `gobject-introspection`.
    
    `ImportError: Typelib file for namespace 'GObject', version '2.0' not found`
    Artturin committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    005b0d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b85a86 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6f923a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eeb64e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6115d3e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    32f893f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    740804d View commit details
    Browse the repository at this point in the history
  3. xar: 1.6.1 -> 498 (#329721)

    emilazy authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e1c3167 View commit details
    Browse the repository at this point in the history
  4. swig: swig3 -> swig4

    bcdarwin committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1feaea9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    089a3b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14a8104 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ccd711 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4075c52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d63abe View commit details
    Browse the repository at this point in the history
  10. luaPackages.luarocks_bootstrap: Fix build

    I don't know what conditions are necessary to have the files in
    `/etc/luarocks` populated so using `replace-quiet`.
    
    At least on cross there is a file which contains configuration.
    Artturin committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0c8ccd6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9625ee8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7cad20c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    3bbf8e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34123fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e71b171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63bec82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4420fe8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0810fdb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edee535 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5abb3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db8f276 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d1b268 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f191ad8 View commit details
    Browse the repository at this point in the history
  12. installShellFiles: move setup script to the same directory

    So that it can be migrated to by-name later.
    AndersonTorres committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8f4200d View commit details
    Browse the repository at this point in the history
  13. installShellFiles: migrate tests to tests subdirectory

    Rationale: Since RFCs 140 and 146, the old category-based hierarchy is
    deprecated and obsolete, and a new approach took place: packages should be as
    self-contained as possible.
    
    This paradigm is reflected in many new strict checks that prohibit a package to
    refer to files outside its directory tree.
    
    Following this spirit, this commit essentially moves nixpkgs
    pkgs/test/default.nix to ./tests/default.nix.
    
    Further, to keep the top-level `tests` attribute, a green alias is kept in the
    place of older file.
    AndersonTorres committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f72e74d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8b67437 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e548b31 View commit details
    Browse the repository at this point in the history
  16. installShellFiles: dismember tests into their own files

    It makes the maintenance and creation of tests more intuitive: just throw a Nix
    package under tests!
    AndersonTorres committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    98e9fbb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1c9d479 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    507416c View commit details
    Browse the repository at this point in the history
  19. installShellFiles: rewrite functions

    - Use FUNCNAME to track the name of function being called
    - use long options for install commands
    - use nix*Log functions for logging, instead of custom echoes
    - remove silent error construction `|| return`
    AndersonTorres committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bb5aa08 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    56ff398 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1fc77a5 View commit details
    Browse the repository at this point in the history
  22. CODEOWNERS: update ownership for installShellFiles

    Since Ericson2314 is the original codeowner of the files.
    AndersonTorres committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    32897dc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    618cffa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f15f397 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    105ff8c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    04d06a4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ff69785 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    3a4a3e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    166ba20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a1df24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ea7566 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73c1748 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a18718 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07377e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92134fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eacf528 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f68809d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    a2cea72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4544f25 View commit details
    Browse the repository at this point in the history
  3. fontconfig: fix properly, remove NixOS module hack

    This reverts 49d33d4.
    K900 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9729387 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    354e39b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7581386 View commit details
    Browse the repository at this point in the history
  6. tinyxxd: init at 1.3.5

    philiptaron committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9994e4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7118909 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04cf7c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    322e57f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ca3062 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d8c78f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    fab50d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    023a2c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af10a33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5c88ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22786da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44e1b29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83ee093 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a94f57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2cf5c8b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b2ce52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d6ff0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2314a56 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a919d00 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d4bd2a8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4441399 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b28d33a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c33b70b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    871eef4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fec9dae View commit details
    Browse the repository at this point in the history
  20. Vulkan 1.3.290 (#338599)

    K900 authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    99f6323 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    69f9ad4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f20de6f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9053486 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    e5f3644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fdf4b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1770e01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cfb862 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    392ce5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    adf89e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e74bee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    314c106 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad0aa8e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0230ab1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d93d1d9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9179b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e1bf37e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    d834278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46a57b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa8416 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f87b978 View commit details
    Browse the repository at this point in the history
  5. libunwind.meta.pkgConfigModules: init

    This will allow packages like gstreamer that need to find libunwind
    via pkg-config to check whether the libunwind they've been given has
    the modules they expect.
    alyssais committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f0a86e6 View commit details
    Browse the repository at this point in the history
  6. gst_all_1.gstreamer: use a better libunwind check

    Checking for Darwin didn't take into account that we also use a
    libunwind implementation without pkg-config on riscv32-linux.  Fix by
    checking for the presence of the pkg-config file required directly,
    rather than by using platform as a proxy.
    alyssais committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    52b0b4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce19166 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    a07f612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca2d1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b46e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b619f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4aa6a4 View commit details
    Browse the repository at this point in the history
  6. nodejs_22: 22.7.0 -> 22.8.0

    aduh95 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    235ae9c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    dfefafb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23b4832 View commit details
    Browse the repository at this point in the history
  3. Revert "e2fsprogs: build fuse2fs on darwin"

    This change, while fine in isolation, breaks evaluation in combination
    with <#329721>, as `xar` depends
    on `e2fsprogs` which now depends on `macfuse-stubs` which depends on
    `xar`. This broke `staging-next`.
    
    A couple possible solutions are to disable the `e2fsprogs` dependency
    in the version of `xar` used for the bootstrap, or to build
    `macfuse-stubs` from source to avoid the `xar` dependency.
    
    This reverts commit 0dfc820.
    emilazy committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8f61973 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9190b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4be617c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a3f782 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    563bb0f View commit details
    Browse the repository at this point in the history
  8. mongodb-ce: remove custom curl override

    (cherry picked from commit 3a41bcd)
    drupol committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5ffe217 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    74cdd9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b00b35b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a946e0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02a4d9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aef3980 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37c947d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    769b111 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    25ef101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4333fa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    115ede5 View commit details
    Browse the repository at this point in the history
  4. mesa: 24.2.1 -> 24.2.2

    K900 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6efb622 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95b0a4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6802206 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f3e4cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd4b5a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    079813d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    b6b2ac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    319af78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de15243 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a5ebe5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    0a9bd58 View commit details
    Browse the repository at this point in the history
  2. vulkan-headers: fixup build on darwin

    Broken after update by PR #338599
    reckenrode authored and vcunat committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    1e31bdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69276ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3eeaa2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b1652a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    f2b767e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92d5310 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90a93f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3e8528 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a90b3d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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