-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
staging-next 2024-09-01 #338840
Commits on Jul 21, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 66d41e7 - Browse repository at this point
Copy the full SHA 66d41e7View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64c6d5f - Browse repository at this point
Copy the full SHA 64c6d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3150b3b - Browse repository at this point
Copy the full SHA 3150b3bView commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0af83e7 - Browse repository at this point
Copy the full SHA 0af83e7View commit details
Commits on Jul 29, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 24655f7 - Browse repository at this point
Copy the full SHA 24655f7View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c6e132 - Browse repository at this point
Copy the full SHA 4c6e132View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93ff87e - Browse repository at this point
Copy the full SHA 93ff87eView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 388bcf6 - Browse repository at this point
Copy the full SHA 388bcf6View commit details
Commits on Aug 15, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 117e468 - Browse repository at this point
Copy the full SHA 117e468View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4249fa3 - Browse repository at this point
Copy the full SHA 4249fa3View commit details -
emacs: make melpaBuild accept recipe content as a string
This is the first part of #334888.
Configuration menu - View commit details
-
Copy full SHA for 5be4ecc - Browse repository at this point
Copy the full SHA 5be4eccView commit details
Commits on Aug 17, 2024
-
python3Packages.k5test: fix krb5-config paths
Elliot Cameron committedAug 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 0239671 - Browse repository at this point
Copy the full SHA 0239671View commit details
Commits on Aug 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf2eaa5 - Browse repository at this point
Copy the full SHA cf2eaa5View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84762ac - Browse repository at this point
Copy the full SHA 84762acView commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c2e720 - Browse repository at this point
Copy the full SHA 4c2e720View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c166ce - Browse repository at this point
Copy the full SHA 6c166ceView commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b2530d - Browse repository at this point
Copy the full SHA 6b2530dView commit details -
curl: enable configure flag
--enable-versioned-symbols
This flag enable versioned symbols in CURL shared library.
Configuration menu - View commit details
-
Copy full SHA for caef6dd - Browse repository at this point
Copy the full SHA caef6ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45db1ff - Browse repository at this point
Copy the full SHA 45db1ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c455cc3 - Browse repository at this point
Copy the full SHA c455cc3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 911aa14 - Browse repository at this point
Copy the full SHA 911aa14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb5c09 - Browse repository at this point
Copy the full SHA 7eb5c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3465a74 - Browse repository at this point
Copy the full SHA 3465a74View commit details -
Merge pull request #303307 from timbertson/https_proxy
treewide: support NIX_SSL_CERT_FILE as an impureEnvVar
Configuration menu - View commit details
-
Copy full SHA for 54cb833 - Browse repository at this point
Copy the full SHA 54cb833View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4fb98 - Browse repository at this point
Copy the full SHA 0a4fb98View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6a0e3 - Browse repository at this point
Copy the full SHA ee6a0e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5fa4e0 - Browse repository at this point
Copy the full SHA f5fa4e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9366ef0 - Browse repository at this point
Copy the full SHA 9366ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f61f5 - Browse repository at this point
Copy the full SHA 31f61f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd0539c - Browse repository at this point
Copy the full SHA bd0539cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eec2ebe - Browse repository at this point
Copy the full SHA eec2ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a383657 - Browse repository at this point
Copy the full SHA a383657View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5547322 - Browse repository at this point
Copy the full SHA 5547322View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7797728 - Browse repository at this point
Copy the full SHA 7797728View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 435f51c - Browse repository at this point
Copy the full SHA 435f51cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 94d432c - Browse repository at this point
Copy the full SHA 94d432cView commit details -
postgresql: refactor removal of references in bitcode files
This prevents silently ignoring errors from "find".
Configuration menu - View commit details
-
Copy full SHA for dfde86f - Browse repository at this point
Copy the full SHA dfde86fView commit details -
postgresql: refactor to simplify condition
glibc is not available on darwin anyway and isGnu is just shorter.
Configuration menu - View commit details
-
Copy full SHA for 73cb403 - Browse repository at this point
Copy the full SHA 73cb403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19770f0 - Browse repository at this point
Copy the full SHA 19770f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee075da - Browse repository at this point
Copy the full SHA ee075daView commit details -
libpsl: don't make first output conditional if build statically
This can cause surprises if no output is chosen.
Configuration menu - View commit details
-
Copy full SHA for 6e725d4 - Browse repository at this point
Copy the full SHA 6e725d4View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7149422 - Browse repository at this point
Copy the full SHA 7149422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 539d88c - Browse repository at this point
Copy the full SHA 539d88cView commit details -
Release notes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/tags/v2.2.0
Configuration menu - View commit details
-
Copy full SHA for 17c9dc8 - Browse repository at this point
Copy the full SHA 17c9dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c92725 - Browse repository at this point
Copy the full SHA 6c92725View commit details -
Merge pull request #294504 from wolfgangwalther/postgresql-outputs
postgresql: split -lib and -dev outputs cleanly
Configuration menu - View commit details
-
Copy full SHA for 04b4c1e - Browse repository at this point
Copy the full SHA 04b4c1eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1efcffa - Browse repository at this point
Copy the full SHA 1efcffaView commit details -
bmake: support structuredAttrs in setup hook
Tested libfsm with and without __structuredAttrs.
Configuration menu - View commit details
-
Copy full SHA for f96e208 - Browse repository at this point
Copy the full SHA f96e208View commit details -
just: support structuredAttrs in setup hook
Tested cosmic-applibrary with and without __structuredAttrs.
Configuration menu - View commit details
-
Copy full SHA for c3900d1 - Browse repository at this point
Copy the full SHA c3900d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8affc6a - Browse repository at this point
Copy the full SHA 8affc6aView commit details -
waf: support structuredAttrs in setup hook
Tested samba4 with and without __structuredAttrs.
Configuration menu - View commit details
-
Copy full SHA for add9bca - Browse repository at this point
Copy the full SHA add9bcaView commit details -
zig: support structuredAttrs in setup hook
Tested waylock with and without __structuredAttrs.
Configuration menu - View commit details
-
Copy full SHA for 5564042 - Browse repository at this point
Copy the full SHA 5564042View commit details -
Configuration menu - View commit details
-
Copy full SHA for e319127 - Browse repository at this point
Copy the full SHA e319127View commit details -
build2: support structuredAttrs in setup hook
Tested build2 itself with and without __structuredAttrs.
Configuration menu - View commit details
-
Copy full SHA for 5d3e720 - Browse repository at this point
Copy the full SHA 5d3e720View commit details -
Configuration menu - View commit details
-
Copy full SHA for b42b649 - Browse repository at this point
Copy the full SHA b42b649View commit details -
scons: support structuredAttrs in setup hook
Tested swiften with and without __structuredAttrs.
Configuration menu - View commit details
-
Copy full SHA for 4a48b92 - Browse repository at this point
Copy the full SHA 4a48b92View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5c74031 - Browse repository at this point
Copy the full SHA 5c74031View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bc0468d - Browse repository at this point
Copy the full SHA bc0468dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b072c1f - Browse repository at this point
Copy the full SHA b072c1fView commit details -
gn: support structuredAttrs in setup hook
Tested v8 with and without __structuredAttrs.
Configuration menu - View commit details
-
Copy full SHA for 544b981 - Browse repository at this point
Copy the full SHA 544b981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b37022 - Browse repository at this point
Copy the full SHA 5b37022View commit details -
qt: support structuredAttrs in qmake hook
Tested qbs with and without __structuredAttrs.
Configuration menu - View commit details
-
Copy full SHA for 1bcca7d - Browse repository at this point
Copy the full SHA 1bcca7dView commit details -
perl: support structuredAttrs in generic builder
Tested perlPackages.GSSAPI with and without __structuredAttrs.
Configuration menu - View commit details
-
Copy full SHA for 581aebc - Browse repository at this point
Copy the full SHA 581aebcView commit details -
Merge pull request #336564 from hexacera/svt-av1-pgo
svt-av1: 2.1.2 -> 2.2.0
Configuration menu - View commit details
-
Copy full SHA for 379cbc4 - Browse repository at this point
Copy the full SHA 379cbc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 203efcc - Browse repository at this point
Copy the full SHA 203efccView commit details -
Merge pull request #334608 from r-ryantm/auto-update/publicsuffix-list
publicsuffix-list: 0-unstable-2024-06-19 -> 0-unstable-2024-08-21
Configuration menu - View commit details
-
Copy full SHA for 615a87e - Browse repository at this point
Copy the full SHA 615a87eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 050689d - Browse repository at this point
Copy the full SHA 050689dView commit details -
Merge pull request #336994 from wolfgangwalther/pg-config-dev
treewide: fix pg_config / postgresql headers moved to dev output
Configuration menu - View commit details
-
Copy full SHA for 34bca7d - Browse repository at this point
Copy the full SHA 34bca7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd81adf - Browse repository at this point
Copy the full SHA cd81adfView commit details -
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`.
Configuration menu - View commit details
-
Copy full SHA for 287e0d3 - Browse repository at this point
Copy the full SHA 287e0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0791c07 - Browse repository at this point
Copy the full SHA 0791c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d6ba54 - Browse repository at this point
Copy the full SHA 2d6ba54View commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b0c93b - Browse repository at this point
Copy the full SHA 0b0c93bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb403bf - Browse repository at this point
Copy the full SHA eb403bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0835b9f - Browse repository at this point
Copy the full SHA 0835b9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 298f244 - Browse repository at this point
Copy the full SHA 298f244View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c91f4 - Browse repository at this point
Copy the full SHA b0c91f4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5eee6cf - Browse repository at this point
Copy the full SHA 5eee6cfView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f3ece34 - Browse repository at this point
Copy the full SHA f3ece34View commit details -
Merge pull request #324071 from tie/emulator-exec
lib/systems: use execline’s exec instead of runtimeShell
Configuration menu - View commit details
-
Copy full SHA for b2d208b - Browse repository at this point
Copy the full SHA b2d208bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ae34f - Browse repository at this point
Copy the full SHA 41ae34fView commit details -
Merge pull request #337282 from trofi/nixos/postgresql-fix-doc
nixos/postgresql: fix documentation markdown
Configuration menu - View commit details
-
Copy full SHA for 7cef6cd - Browse repository at this point
Copy the full SHA 7cef6cdView commit details -
Merge pull request #330709 from trofi/meson-update
meson: 1.5.0 -> 1.5.1
Configuration menu - View commit details
-
Copy full SHA for b47c2df - Browse repository at this point
Copy the full SHA b47c2dfView commit details -
Reduces the set of dependencies required to build PostgreSQL.
Configuration menu - View commit details
-
Copy full SHA for 2f9c580 - Browse repository at this point
Copy the full SHA 2f9c580View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba8924e - Browse repository at this point
Copy the full SHA ba8924eView commit details -
Merge pull request #337067 from r-ryantm/auto-update/aws-c-auth
aws-c-auth: 0.7.25 -> 0.7.26
Configuration menu - View commit details
-
Copy full SHA for 50fa216 - Browse repository at this point
Copy the full SHA 50fa216View commit details -
Merge pull request #278235 from Izorkin/update-gnutls-ktls
gnutls: enable ktls support
Configuration menu - View commit details
-
Copy full SHA for 30dea97 - Browse repository at this point
Copy the full SHA 30dea97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9046a - Browse repository at this point
Copy the full SHA 0b9046aView commit details -
Merge pull request #312314 from ajs124/upd/lvm2
lvm2: 2.03.23 -> 2.03.25
Configuration menu - View commit details
-
Copy full SHA for 8e06d10 - Browse repository at this point
Copy the full SHA 8e06d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb9c198 - Browse repository at this point
Copy the full SHA eb9c198View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 23eacd4 - Browse repository at this point
Copy the full SHA 23eacd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60f8ad8 - Browse repository at this point
Copy the full SHA 60f8ad8View commit details -
graphene: fix
tests.installedTests
`glib`'s typelib was split from `gobject-introspection`. `ImportError: Typelib file for namespace 'GObject', version '2.0' not found`
Configuration menu - View commit details
-
Copy full SHA for 005b0d6 - Browse repository at this point
Copy the full SHA 005b0d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b85a86 - Browse repository at this point
Copy the full SHA 3b85a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f923a7 - Browse repository at this point
Copy the full SHA 6f923a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb64e4 - Browse repository at this point
Copy the full SHA eeb64e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6115d3e - Browse repository at this point
Copy the full SHA 6115d3eView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32f893f - Browse repository at this point
Copy the full SHA 32f893fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 740804d - Browse repository at this point
Copy the full SHA 740804dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c3167 - Browse repository at this point
Copy the full SHA e1c3167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1feaea9 - Browse repository at this point
Copy the full SHA 1feaea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 089a3b3 - Browse repository at this point
Copy the full SHA 089a3b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a8104 - Browse repository at this point
Copy the full SHA 14a8104View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ccd711 - Browse repository at this point
Copy the full SHA 7ccd711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4075c52 - Browse repository at this point
Copy the full SHA 4075c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d63abe - Browse repository at this point
Copy the full SHA 5d63abeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0c8ccd6 - Browse repository at this point
Copy the full SHA 0c8ccd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9625ee8 - Browse repository at this point
Copy the full SHA 9625ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cad20c - Browse repository at this point
Copy the full SHA 7cad20cView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3bbf8e8 - Browse repository at this point
Copy the full SHA 3bbf8e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34123fc - Browse repository at this point
Copy the full SHA 34123fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e71b171 - Browse repository at this point
Copy the full SHA e71b171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63bec82 - Browse repository at this point
Copy the full SHA 63bec82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4420fe8 - Browse repository at this point
Copy the full SHA 4420fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0810fdb - Browse repository at this point
Copy the full SHA 0810fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for edee535 - Browse repository at this point
Copy the full SHA edee535View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5abb3b - Browse repository at this point
Copy the full SHA c5abb3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for db8f276 - Browse repository at this point
Copy the full SHA db8f276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1b268 - Browse repository at this point
Copy the full SHA 0d1b268View commit details -
Configuration menu - View commit details
-
Copy full SHA for f191ad8 - Browse repository at this point
Copy the full SHA f191ad8View commit details -
installShellFiles: move setup script to the same directory
So that it can be migrated to by-name later.
Configuration menu - View commit details
-
Copy full SHA for 8f4200d - Browse repository at this point
Copy the full SHA 8f4200dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f72e74d - Browse repository at this point
Copy the full SHA f72e74dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b67437 - Browse repository at this point
Copy the full SHA 8b67437View commit details -
Configuration menu - View commit details
-
Copy full SHA for e548b31 - Browse repository at this point
Copy the full SHA e548b31View commit details -
installShellFiles: dismember tests into their own files
It makes the maintenance and creation of tests more intuitive: just throw a Nix package under tests!
Configuration menu - View commit details
-
Copy full SHA for 98e9fbb - Browse repository at this point
Copy the full SHA 98e9fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c9d479 - Browse repository at this point
Copy the full SHA 1c9d479View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507416c - Browse repository at this point
Copy the full SHA 507416cView commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for bb5aa08 - Browse repository at this point
Copy the full SHA bb5aa08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ff398 - Browse repository at this point
Copy the full SHA 56ff398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc77a5 - Browse repository at this point
Copy the full SHA 1fc77a5View commit details -
CODEOWNERS: update ownership for installShellFiles
Since Ericson2314 is the original codeowner of the files.
Configuration menu - View commit details
-
Copy full SHA for 32897dc - Browse repository at this point
Copy the full SHA 32897dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 618cffa - Browse repository at this point
Copy the full SHA 618cffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f15f397 - Browse repository at this point
Copy the full SHA f15f397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 105ff8c - Browse repository at this point
Copy the full SHA 105ff8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d06a4 - Browse repository at this point
Copy the full SHA 04d06a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff69785 - Browse repository at this point
Copy the full SHA ff69785View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a4a3e9 - Browse repository at this point
Copy the full SHA 3a4a3e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 166ba20 - Browse repository at this point
Copy the full SHA 166ba20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a1df24 - Browse repository at this point
Copy the full SHA 4a1df24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea7566 - Browse repository at this point
Copy the full SHA 6ea7566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73c1748 - Browse repository at this point
Copy the full SHA 73c1748View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a18718 - Browse repository at this point
Copy the full SHA 5a18718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07377e1 - Browse repository at this point
Copy the full SHA 07377e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92134fa - Browse repository at this point
Copy the full SHA 92134faView commit details -
Configuration menu - View commit details
-
Copy full SHA for eacf528 - Browse repository at this point
Copy the full SHA eacf528View commit details -
Configuration menu - View commit details
-
Copy full SHA for f68809d - Browse repository at this point
Copy the full SHA f68809dView commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2cea72 - Browse repository at this point
Copy the full SHA a2cea72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4544f25 - Browse repository at this point
Copy the full SHA 4544f25View commit details -
fontconfig: fix properly, remove NixOS module hack
This reverts 49d33d4.
Configuration menu - View commit details
-
Copy full SHA for 9729387 - Browse repository at this point
Copy the full SHA 9729387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 354e39b - Browse repository at this point
Copy the full SHA 354e39bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7581386 - Browse repository at this point
Copy the full SHA 7581386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9994e4d - Browse repository at this point
Copy the full SHA 9994e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7118909 - Browse repository at this point
Copy the full SHA 7118909View commit details -
doc: add release note about
xxd
now being provided bytinyxxd
ins……tead of `vim.xxd`
Configuration menu - View commit details
-
Copy full SHA for 04cf7c0 - Browse repository at this point
Copy the full SHA 04cf7c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 322e57f - Browse repository at this point
Copy the full SHA 322e57fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ca3062 - Browse repository at this point
Copy the full SHA 2ca3062View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c78f2 - Browse repository at this point
Copy the full SHA d8c78f2View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fab50d5 - Browse repository at this point
Copy the full SHA fab50d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 023a2c3 - Browse repository at this point
Copy the full SHA 023a2c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for af10a33 - Browse repository at this point
Copy the full SHA af10a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c88ef - Browse repository at this point
Copy the full SHA b5c88efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22786da - Browse repository at this point
Copy the full SHA 22786daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e1b29 - Browse repository at this point
Copy the full SHA 44e1b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83ee093 - Browse repository at this point
Copy the full SHA 83ee093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a94f57 - Browse repository at this point
Copy the full SHA 9a94f57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf5c8b - Browse repository at this point
Copy the full SHA 2cf5c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b2ce52 - Browse repository at this point
Copy the full SHA 7b2ce52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d6ff0d - Browse repository at this point
Copy the full SHA 0d6ff0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2314a56 - Browse repository at this point
Copy the full SHA 2314a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for a919d00 - Browse repository at this point
Copy the full SHA a919d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4bd2a8 - Browse repository at this point
Copy the full SHA d4bd2a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4441399 - Browse repository at this point
Copy the full SHA 4441399View commit details -
Configuration menu - View commit details
-
Copy full SHA for b28d33a - Browse repository at this point
Copy the full SHA b28d33aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c33b70b - Browse repository at this point
Copy the full SHA c33b70bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 871eef4 - Browse repository at this point
Copy the full SHA 871eef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fec9dae - Browse repository at this point
Copy the full SHA fec9daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f6323 - Browse repository at this point
Copy the full SHA 99f6323View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f9ad4 - Browse repository at this point
Copy the full SHA 69f9ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f20de6f - Browse repository at this point
Copy the full SHA f20de6fView commit details -
Fixes 2 heap-buffer-overflows (GHSA-4ghr-c62x-cqfh / CVE-2024-43802, GHSA-wxf9-c5gx-qrwr). https://www.openwall.com/lists/oss-security/2024/08/31/1 https://www.openwall.com/lists/oss-security/2024/08/25/1
Configuration menu - View commit details
-
Copy full SHA for 9053486 - Browse repository at this point
Copy the full SHA 9053486View commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5f3644 - Browse repository at this point
Copy the full SHA e5f3644View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fdf4b6 - Browse repository at this point
Copy the full SHA 1fdf4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1770e01 - Browse repository at this point
Copy the full SHA 1770e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cfb862 - Browse repository at this point
Copy the full SHA 0cfb862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 392ce5f - Browse repository at this point
Copy the full SHA 392ce5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for adf89e9 - Browse repository at this point
Copy the full SHA adf89e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e74bee - Browse repository at this point
Copy the full SHA 6e74beeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 314c106 - Browse repository at this point
Copy the full SHA 314c106View commit details -
emacs: set foundMakefile in buildPhase of elisp builders
foundMakefile is used[1] in stdenv checkPhase. [1]: https://github.com/NixOS/nixpkgs/blob/12228ff1752d7b7624a54e9c1af4b222b3c1073b/pkgs/stdenv/generic/setup.sh#L1471-L1475
Configuration menu - View commit details
-
Copy full SHA for ad0aa8e - Browse repository at this point
Copy the full SHA ad0aa8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0230ab1 - Browse repository at this point
Copy the full SHA 0230ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d93d1d9 - Browse repository at this point
Copy the full SHA d93d1d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9179b4 - Browse repository at this point
Copy the full SHA e9179b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1bf37e - Browse repository at this point
Copy the full SHA e1bf37eView commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d834278 - Browse repository at this point
Copy the full SHA d834278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a57b6 - Browse repository at this point
Copy the full SHA 46a57b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aa8416 - Browse repository at this point
Copy the full SHA 4aa8416View commit details -
Configuration menu - View commit details
-
Copy full SHA for f87b978 - Browse repository at this point
Copy the full SHA f87b978View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f0a86e6 - Browse repository at this point
Copy the full SHA f0a86e6View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 52b0b4e - Browse repository at this point
Copy the full SHA 52b0b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce19166 - Browse repository at this point
Copy the full SHA ce19166View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a07f612 - Browse repository at this point
Copy the full SHA a07f612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca2d1d - Browse repository at this point
Copy the full SHA 1ca2d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b46e4 - Browse repository at this point
Copy the full SHA b7b46e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b619f2 - Browse repository at this point
Copy the full SHA 9b619f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4aa6a4 - Browse repository at this point
Copy the full SHA b4aa6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 235ae9c - Browse repository at this point
Copy the full SHA 235ae9cView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dfefafb - Browse repository at this point
Copy the full SHA dfefafbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23b4832 - Browse repository at this point
Copy the full SHA 23b4832View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8f61973 - Browse repository at this point
Copy the full SHA 8f61973View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9190b9 - Browse repository at this point
Copy the full SHA b9190b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be617c - Browse repository at this point
Copy the full SHA 4be617cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a3f782 - Browse repository at this point
Copy the full SHA 5a3f782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 563bb0f - Browse repository at this point
Copy the full SHA 563bb0fView commit details -
mongodb-ce: remove custom
curl
override(cherry picked from commit 3a41bcd)
Configuration menu - View commit details
-
Copy full SHA for 5ffe217 - Browse repository at this point
Copy the full SHA 5ffe217View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74cdd9c - Browse repository at this point
Copy the full SHA 74cdd9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b00b35b - Browse repository at this point
Copy the full SHA b00b35bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a946e0a - Browse repository at this point
Copy the full SHA a946e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a4d9a - Browse repository at this point
Copy the full SHA 02a4d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aef3980 - Browse repository at this point
Copy the full SHA aef3980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c947d - Browse repository at this point
Copy the full SHA 37c947dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 769b111 - Browse repository at this point
Copy the full SHA 769b111View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25ef101 - Browse repository at this point
Copy the full SHA 25ef101View commit details -
Changelog: https://go.dev/doc/devel/release#go1.22
Configuration menu - View commit details
-
Copy full SHA for 4333fa1 - Browse repository at this point
Copy the full SHA 4333fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 115ede5 - Browse repository at this point
Copy the full SHA 115ede5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6efb622 - Browse repository at this point
Copy the full SHA 6efb622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b0a4c - Browse repository at this point
Copy the full SHA 95b0a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6802206 - Browse repository at this point
Copy the full SHA 6802206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f3e4cc - Browse repository at this point
Copy the full SHA 7f3e4ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd4b5a5 - Browse repository at this point
Copy the full SHA bd4b5a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 079813d - Browse repository at this point
Copy the full SHA 079813dView commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6b2ac4 - Browse repository at this point
Copy the full SHA b6b2ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 319af78 - Browse repository at this point
Copy the full SHA 319af78View commit details -
Configuration menu - View commit details
-
Copy full SHA for de15243 - Browse repository at this point
Copy the full SHA de15243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a5ebe5 - Browse repository at this point
Copy the full SHA 5a5ebe5View commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a9bd58 - Browse repository at this point
Copy the full SHA 0a9bd58View commit details -
vulkan-headers: fixup build on darwin
Broken after update by PR #338599
Configuration menu - View commit details
-
Copy full SHA for 1e31bdf - Browse repository at this point
Copy the full SHA 1e31bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69276ad - Browse repository at this point
Copy the full SHA 69276adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eeaa2e - Browse repository at this point
Copy the full SHA 3eeaa2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1652a - Browse repository at this point
Copy the full SHA 3b1652aView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2b767e - Browse repository at this point
Copy the full SHA f2b767eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d5310 - Browse repository at this point
Copy the full SHA 92d5310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a93f9 - Browse repository at this point
Copy the full SHA 90a93f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3e8528 - Browse repository at this point
Copy the full SHA f3e8528View commit details -
Configuration menu - View commit details
-
Copy full SHA for a90b3d5 - Browse repository at this point
Copy the full SHA a90b3d5View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6811659 - Browse repository at this point
Copy the full SHA 6811659View commit details