-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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 2023-04-18 #226795
staging-next 2023-04-18 #226795
Commits on Apr 11, 2023
-
gnupg: look for system wide config files at /etc/gnupg/* rather than …
…in the nix store
Configuration menu - View commit details
-
Copy full SHA for 6507c04 - Browse repository at this point
Copy the full SHA 6507c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ff037 - Browse repository at this point
Copy the full SHA 32ff037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 116d2af - Browse repository at this point
Copy the full SHA 116d2afView commit details -
Revert "python310Packages.kaldi-active-grammar: fixup build"
This reverts commit 398b54b.
Configuration menu - View commit details
-
Copy full SHA for fd004f1 - Browse repository at this point
Copy the full SHA fd004f1View commit details -
Revert "julia{18,19,}: fix build by a temporary hack"
This reverts commit e269122.
Configuration menu - View commit details
-
Copy full SHA for b1d4dfd - Browse repository at this point
Copy the full SHA b1d4dfdView commit details -
Revert "python3Packages.scikit-learn: hack-fix missing libstdc++"
This reverts commit 46f29d4.
Configuration menu - View commit details
-
Copy full SHA for 88fc226 - Browse repository at this point
Copy the full SHA 88fc226View commit details -
gcc: never disableBootstrap for gfortran
As suggested by @trofi here: #209870 (comment) This should fix failures among packages which use gfortran: #209870 (comment) https://hydra.nixos.org/build/215195834
Configuration menu - View commit details
-
Copy full SHA for f06ab17 - Browse repository at this point
Copy the full SHA f06ab17View commit details -
cc-wrapper: deunify clang/gcc treatment of -isystem
In #209870 I tried to unify the treatment of clang and gcc in cc-wrapper as much as possible. However it appears that I went too far. Clang requires -isystem flags in order to be able to find gcc's libstdc++. Gcc does not need these flags. If they are added, gfortran will get confused: #209870 (comment) This commit deunifies the chunk of code that adds the -isystem flags, and explains why this chunk applies only to clang.
Configuration menu - View commit details
-
Copy full SHA for de8ce81 - Browse repository at this point
Copy the full SHA de8ce81View commit details -
Merge pull request #225595 from trofi/gcc-no-statx-fix
gcc: drop include-fixed/bits/statx.h
Adam Joseph authoredApr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for e199e42 - Browse repository at this point
Copy the full SHA e199e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1144179 - Browse repository at this point
Copy the full SHA 1144179View commit details -
Merge pull request #224961 from trofi/xorg.xcbutil-update
xorg.xcbutil{,errors,image,keysyms,renderutil,wm}: update to 2023 April
Configuration menu - View commit details
-
Copy full SHA for 6bd147a - Browse repository at this point
Copy the full SHA 6bd147aView commit details -
Merge pull request #225220 from amjoseph-nixpkgs/pr/gfortran/do-not-d…
…isable-bootstrap
Configuration menu - View commit details
-
Copy full SHA for a2da3d6 - Browse repository at this point
Copy the full SHA a2da3d6View commit details -
libwebp: fix MFSA-TMP-2023-0001
see https://www.mozilla.org/en-US/security/advisories/mfsa2023-13/#MFSA-TMP-2023-0001 no CVE id or other identifier has been assigned
Configuration menu - View commit details
-
Copy full SHA for 3d87106 - Browse repository at this point
Copy the full SHA 3d87106View commit details -
Merge pull request #225814 from helsinki-systems/fix/libwebp-sec
libwebp: fix MFSA-TMP-2023-0001
Configuration menu - View commit details
-
Copy full SHA for f47ee75 - Browse repository at this point
Copy the full SHA f47ee75View commit details -
Merge pull request #225395 from trofi/SDL2-leaner-closure
SDL2: don't propagate headers-only packages via RUNPATH
Configuration menu - View commit details
-
Copy full SHA for ca908f0 - Browse repository at this point
Copy the full SHA ca908f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0afc44b - Browse repository at this point
Copy the full SHA 0afc44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a087885 - Browse repository at this point
Copy the full SHA a087885View commit details -
rustc: reapply re-erased-regions-are-local patch
The patch is not in 1.68, and was mistakenly removed
Configuration menu - View commit details
-
Copy full SHA for b0b2385 - Browse repository at this point
Copy the full SHA b0b2385View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 18530e5 - Browse repository at this point
Copy the full SHA 18530e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a85f7e6 - Browse repository at this point
Copy the full SHA a85f7e6View commit details -
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
Configuration menu - View commit details
-
Copy full SHA for 50c40a8 - Browse repository at this point
Copy the full SHA 50c40a8View commit details -
write-qt-apps-hook.sh: use make-binary-wrapper for significant speedups
QT apps tend to call makeWrapper with a lot of arguments, which causes noticable slowdowns (+100ms for app startup). The slow down boils down to two reasons: - the required string processing is O(N^2) - bash is slow at doing the processing By using the binary wrapper, we fix the second point, brining the overhead down from 100ms to just 4ms or thereabouts. I tested this change by rebuilding my whole system with it (I use plasma). It booted and it works (that's where I type this commit message), but I am not 100% sure if this won't break anything else. Closes: #225871
Configuration menu - View commit details
-
Copy full SHA for e8ce8af - Browse repository at this point
Copy the full SHA e8ce8afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 994ce57 - Browse repository at this point
Copy the full SHA 994ce57View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4a0b6d - Browse repository at this point
Copy the full SHA f4a0b6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4549be7 - Browse repository at this point
Copy the full SHA 4549be7View commit details -
Revert "cc-wrapper: add optional temporary hack for -B"
This reverts commit ac3acd9.
Adam Joseph committedApr 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 15e2a73 - Browse repository at this point
Copy the full SHA 15e2a73View commit details -
Revert "llvmPackages_13.compiler-rt-libc: also apply tmp hack"
This reverts commit 9bf18e0.
Adam Joseph committedApr 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 6f8a69e - Browse repository at this point
Copy the full SHA 6f8a69eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cab3b7f - Browse repository at this point
Copy the full SHA cab3b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6fb157 - Browse repository at this point
Copy the full SHA c6fb157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 956d034 - Browse repository at this point
Copy the full SHA 956d034View commit details -
python3Packages.pybind11: fix cross-compilation with setup hook
pybind11's CMake module uses the Python sysconfig module to find the Python site-packages and include directories. sysconfig returns the wrong values (from build Python) when cross-compiling, so this patch adds a setup hook to pass flags to CMake to override the sysconfig results. Note that the setup hook references build Python, and therefore adds build Python to pybind11's runtime closure. This is not a problem because pybind11 is a header only library and should never end up as part of another package's runtime closure.
Configuration menu - View commit details
-
Copy full SHA for 7f8f688 - Browse repository at this point
Copy the full SHA 7f8f688View commit details -
python3Packages.protobuf: avoid build platform references
This packages has build-platform protobuf in propagatedNativeBuildInputs, therefore it must use split outputs to avoid adding build-platform dependencies to the runtime closure when cross-compiling.
Configuration menu - View commit details
-
Copy full SHA for 4039dbd - Browse repository at this point
Copy the full SHA 4039dbdView commit details -
or-tools: fix cross-compilation
Enable cross-compilation of or-tools and python3Packages.ortools. This requires telling it where to find protoc and providing Python dependencies for the correct platform. In nativeBuildInputs, we have to explicitly use pythonForBuild because python3Packages.ortools overrides Python, which prevents splicing from working. Lastly, we need to split outputs to avoid protobuf's propagatedNativeBuildInputs dependency on build-platform protobuf (protoc) becoming part of the runtime closure.
Configuration menu - View commit details
-
Copy full SHA for 1d5e5ca - Browse repository at this point
Copy the full SHA 1d5e5caView commit details -
Merge pull request #225628 from mweinelt/aioquic-test-fix
python310Packages.aioquic: Fix build with pyopenssl>22 and on darwin
Configuration menu - View commit details
-
Copy full SHA for ee1e9d9 - Browse repository at this point
Copy the full SHA ee1e9d9View commit details -
Merge pull request #225137 from mweinelt/pypy-fixes
Various pypy3Packages fixes
Configuration menu - View commit details
-
Copy full SHA for 514d2bf - Browse repository at this point
Copy the full SHA 514d2bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf58d9 - Browse repository at this point
Copy the full SHA bcf58d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for edcec44 - Browse repository at this point
Copy the full SHA edcec44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90588d5 - Browse repository at this point
Copy the full SHA 90588d5View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b2977b - Browse repository at this point
Copy the full SHA 1b2977bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae00b7f - Browse repository at this point
Copy the full SHA ae00b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aae28d0 - Browse repository at this point
Copy the full SHA aae28d0View commit details -
https://gitlab.gnome.org/GNOME/libxml2/-/compare/v2.10.3...v2.10.4 - CVE-2023-29469: Hashing of empty dict strings isn't deterministic - CVE-2023-28484: Fix null deref in xmlSchemaFixupComplexType
Configuration menu - View commit details
-
Copy full SHA for 4007452 - Browse repository at this point
Copy the full SHA 4007452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 915c0fa - Browse repository at this point
Copy the full SHA 915c0faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b51ba9 - Browse repository at this point
Copy the full SHA 3b51ba9View commit details -
Merge pull request #223459 from lorenz/fix-ir-kernel-error
linux: fix error with IR remotes
Configuration menu - View commit details
-
Copy full SHA for 8939c10 - Browse repository at this point
Copy the full SHA 8939c10View commit details -
serf: support cross compilation
serf consumes apr-util's apu-1-config file to obtain linker flags, so we extend the existing Makefile patch there to also apply to apu-1-config
Configuration menu - View commit details
-
Copy full SHA for ed3f60f - Browse repository at this point
Copy the full SHA ed3f60fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d13d8 - Browse repository at this point
Copy the full SHA d9d13d8View commit details -
Merge pull request #221245 from hraban/sbcl/2.3.2
sbcl: 2.3.0 -> 2.3.2
Configuration menu - View commit details
-
Copy full SHA for 6bbd057 - Browse repository at this point
Copy the full SHA 6bbd057View commit details -
Configuration menu - View commit details
-
Copy full SHA for f459ff4 - Browse repository at this point
Copy the full SHA f459ff4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a893fcf - Browse repository at this point
Copy the full SHA a893fcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97250f2 - Browse repository at this point
Copy the full SHA 97250f2View commit details -
Merge pull request #225992 from marsam/update-nodejs
nodejs-18_x: 18.15.0 -> 18.16.0
Configuration menu - View commit details
-
Copy full SHA for ff3ba4b - Browse repository at this point
Copy the full SHA ff3ba4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b612fe3 - Browse repository at this point
Copy the full SHA b612fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97870fb - Browse repository at this point
Copy the full SHA 97870fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a288d73 - Browse repository at this point
Copy the full SHA a288d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0875e0 - Browse repository at this point
Copy the full SHA f0875e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5557fcf - Browse repository at this point
Copy the full SHA 5557fcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be78e2 - Browse repository at this point
Copy the full SHA 6be78e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f635e3 - Browse repository at this point
Copy the full SHA 6f635e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f92d7c3 - Browse repository at this point
Copy the full SHA f92d7c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcf20a0 - Browse repository at this point
Copy the full SHA dcf20a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99910f0 - Browse repository at this point
Copy the full SHA 99910f0View commit details -
libde265: add tests.test-corpus-decode
based on libde265's own test files
Configuration menu - View commit details
-
Copy full SHA for 95e44ea - Browse repository at this point
Copy the full SHA 95e44eaView commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb3a025 - Browse repository at this point
Copy the full SHA cb3a025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d0cd5 - Browse repository at this point
Copy the full SHA 15d0cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f1be7 - Browse repository at this point
Copy the full SHA 18f1be7View commit details -
quictls: remove run-time dependency of perl due to c_rehash
same as changes applied to openssl
Configuration menu - View commit details
-
Copy full SHA for 7b45dfa - Browse repository at this point
Copy the full SHA 7b45dfaView commit details -
cc-wrapper: deunify clang/gcc handling of
-B
flagAdam Joseph committedApr 14, 2023 Configuration menu - View commit details
-
Copy full SHA for c1e956e - Browse repository at this point
Copy the full SHA c1e956eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0092a9a - Browse repository at this point
Copy the full SHA 0092a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40227f0 - Browse repository at this point
Copy the full SHA 40227f0View commit details -
Merge pull request #226038 from SomeoneSerge/cuda_nvrtc-origin
cudaPackages: append $ORIGIN to Runpaths
Configuration menu - View commit details
-
Copy full SHA for 46a39c4 - Browse repository at this point
Copy the full SHA 46a39c4View commit details -
rustc: put targetPrefix in pname
Our rustc package is not universal, because we only build std for the host and target platforms. This means that a build graph where cross is involved will end up with multiple rustc packages in it, so it would be helpful to have a way to tell them apart, just like we do for e.g. gcc.
Configuration menu - View commit details
-
Copy full SHA for ecbbd31 - Browse repository at this point
Copy the full SHA ecbbd31View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d9654 - Browse repository at this point
Copy the full SHA e3d9654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6176f16 - Browse repository at this point
Copy the full SHA 6176f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4de7c0 - Browse repository at this point
Copy the full SHA d4de7c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbf9b5d - Browse repository at this point
Copy the full SHA bbf9b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf0d269 - Browse repository at this point
Copy the full SHA bf0d269View commit details -
This patches some more occurences, addresses upstream feedback, and was sent upstream at systemd/systemd#27274.
Configuration menu - View commit details
-
Copy full SHA for 4e0210b - Browse repository at this point
Copy the full SHA 4e0210bView commit details -
systemd: re-introduce hostnamed-localed-timedated-disable-methods-tha…
…t-cha.patch In NixOS, /etc is NOT read-only, and most things in /etc are symlinks to /etc/static, which is a symlink into the nix store - so the upstream systemd "/etc is read-only" detection doesn't work. Fixes #224080.
Configuration menu - View commit details
-
Copy full SHA for 16ee1b1 - Browse repository at this point
Copy the full SHA 16ee1b1View commit details
Commits on Apr 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 42605fe - Browse repository at this point
Copy the full SHA 42605feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f6ff7e - Browse repository at this point
Copy the full SHA 5f6ff7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a890a9c - Browse repository at this point
Copy the full SHA a890a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b026ef - Browse repository at this point
Copy the full SHA 2b026efView commit details -
GitLab doesn't support Ruby 3 yet https://gitlab.com/groups/gitlab-org/-/epics/5149
Configuration menu - View commit details
-
Copy full SHA for a5aa379 - Browse repository at this point
Copy the full SHA a5aa379View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9cef3 - Browse repository at this point
Copy the full SHA 1b9cef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f5fa4a - Browse repository at this point
Copy the full SHA 2f5fa4aView commit details -
Fixes CVE-2023-1801 (the vulnerable feature is not enabled by default). https://git.tcpdump.org/tcpdump/blob/tcpdump-4.99.4:/CHANGES
Configuration menu - View commit details
-
Copy full SHA for 3d9103c - Browse repository at this point
Copy the full SHA 3d9103cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97ae1aa - Browse repository at this point
Copy the full SHA 97ae1aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b7d50 - Browse repository at this point
Copy the full SHA 62b7d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b38b0 - Browse repository at this point
Copy the full SHA 70b38b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e62de - Browse repository at this point
Copy the full SHA a6e62deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c5a37f - Browse repository at this point
Copy the full SHA 3c5a37fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1aa054 - Browse repository at this point
Copy the full SHA b1aa054View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5f0c48 - Browse repository at this point
Copy the full SHA b5f0c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for f13b89d - Browse repository at this point
Copy the full SHA f13b89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dea8728 - Browse repository at this point
Copy the full SHA dea8728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b25a3c - Browse repository at this point
Copy the full SHA 9b25a3cView commit details -
Merge pull request #226245 from LeSuisse/tcpdump-4.99.4
tcpdump: 4.99.3 -> 4.99.4, libpcap: 1.10.3 -> 1.10.4
Configuration menu - View commit details
-
Copy full SHA for 930bb87 - Browse repository at this point
Copy the full SHA 930bb87View commit details -
Configuration menu - View commit details
-
Copy full SHA for e279eef - Browse repository at this point
Copy the full SHA e279eefView commit details
Commits on Apr 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ece3ef2 - Browse repository at this point
Copy the full SHA ece3ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e785d46 - Browse repository at this point
Copy the full SHA e785d46View commit details -
Apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f35c2b0 - Browse repository at this point
Copy the full SHA f35c2b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4953905 - Browse repository at this point
Copy the full SHA 4953905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c3795 - Browse repository at this point
Copy the full SHA 62c3795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e803e7 - Browse repository at this point
Copy the full SHA 1e803e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 617525d - Browse repository at this point
Copy the full SHA 617525dView commit details -
Merge #222518: libtiff: propagate libdeflate
...into staging. Also adjust formatting of the nix expression.
Configuration menu - View commit details
-
Copy full SHA for a551f1a - Browse repository at this point
Copy the full SHA a551f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c367a47 - Browse repository at this point
Copy the full SHA c367a47View commit details -
Merge #170215: powerpc64*: use --with-long-double-format=ieee
...into staging
Configuration menu - View commit details
-
Copy full SHA for cdf4c59 - Browse repository at this point
Copy the full SHA cdf4c59View commit details -
Merge #224474: git: patch in completion scripts references
...into staging
Configuration menu - View commit details
-
Copy full SHA for c12b53b - Browse repository at this point
Copy the full SHA c12b53bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e4e7b7 - Browse repository at this point
Copy the full SHA 5e4e7b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ae355 - Browse repository at this point
Copy the full SHA d4ae355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03bbaa4 - Browse repository at this point
Copy the full SHA 03bbaa4View commit details -
Merge #223248: gst-plugins-base: enable graphene + gstgl
on aarch64-darwin. Merge into staging
Configuration menu - View commit details
-
Copy full SHA for 883780b - Browse repository at this point
Copy the full SHA 883780bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf5b20 - Browse repository at this point
Copy the full SHA bcf5b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4e2a2 - Browse repository at this point
Copy the full SHA 8e4e2a2View commit details -
mesa: have one attribute per major version
(Mesa release versions are [year].[release].[patch])
Configuration menu - View commit details
-
Copy full SHA for a9709b3 - Browse repository at this point
Copy the full SHA a9709b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b9ccf - Browse repository at this point
Copy the full SHA 62b9ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 584cc75 - Browse repository at this point
Copy the full SHA 584cc75View commit details -
Merge #225846: cc-wrapper: deunify clang/gcc handling of -B
...into staging
Configuration menu - View commit details
-
Copy full SHA for f218622 - Browse repository at this point
Copy the full SHA f218622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d273a5 - Browse repository at this point
Copy the full SHA 6d273a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae23f4d - Browse repository at this point
Copy the full SHA ae23f4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca817d6 - Browse repository at this point
Copy the full SHA ca817d6View commit details -
Merge pull request #197979 from justinas/ffmpeg-libplacebo
ffmpeg: add libplacebo
Configuration menu - View commit details
-
Copy full SHA for e789c79 - Browse repository at this point
Copy the full SHA e789c79View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3fa78b - Browse repository at this point
Copy the full SHA c3fa78bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 752e62b - Browse repository at this point
Copy the full SHA 752e62bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c64e91 - Browse repository at this point
Copy the full SHA 0c64e91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2859a56 - Browse repository at this point
Copy the full SHA 2859a56View commit details -
Merge pull request #226384 from marsam/update-bundler
bundler: 2.4.10 -> 2.4.12
Configuration menu - View commit details
-
Copy full SHA for e630a2d - Browse repository at this point
Copy the full SHA e630a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a828c7 - Browse repository at this point
Copy the full SHA 1a828c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 935974d - Browse repository at this point
Copy the full SHA 935974dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 188be50 - Browse repository at this point
Copy the full SHA 188be50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41baeb5 - Browse repository at this point
Copy the full SHA 41baeb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b859ee - Browse repository at this point
Copy the full SHA 4b859eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3028bf5 - Browse repository at this point
Copy the full SHA 3028bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f03d8ba - Browse repository at this point
Copy the full SHA f03d8baView commit details -
Configuration menu - View commit details
-
Copy full SHA for a315e09 - Browse repository at this point
Copy the full SHA a315e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a54eb - Browse repository at this point
Copy the full SHA 26a54ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b8c27 - Browse repository at this point
Copy the full SHA 50b8c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e42f5 - Browse repository at this point
Copy the full SHA 79e42f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 782969f - Browse repository at this point
Copy the full SHA 782969fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46bf2c4 - Browse repository at this point
Copy the full SHA 46bf2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 256b64d - Browse repository at this point
Copy the full SHA 256b64dView commit details -
Merge pull request #225881 from matklad/makeBinaryWrapper
write-qt-apps-hook.sh: use make-binary-wrapper for significant speedups
Configuration menu - View commit details
-
Copy full SHA for 1a68995 - Browse repository at this point
Copy the full SHA 1a68995View commit details -
Merge pull request #226404 from trofi/audiofile-dev-and-man-outputs
audiofile: move headers and mand to "dev" and "man" outputs
Configuration menu - View commit details
-
Copy full SHA for 90a8919 - Browse repository at this point
Copy the full SHA 90a8919View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea788f0 - Browse repository at this point
Copy the full SHA ea788f0View commit details -
Merge pull request #226440 from trofi/celt-dev-output
celt: split headers to "dev" output
Configuration menu - View commit details
-
Copy full SHA for 954d533 - Browse repository at this point
Copy the full SHA 954d533View commit details -
Configuration menu - View commit details
-
Copy full SHA for f26a52b - Browse repository at this point
Copy the full SHA f26a52bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2280dc4 - Browse repository at this point
Copy the full SHA 2280dc4View commit details -
Merge pull request #226192 from flokli/systemd-reintroduce-config-met…
…hod-disable systemd: reintroduce "hostnamed, localed, timedated: disable methods that change system settings" patch
Configuration menu - View commit details
-
Copy full SHA for 503149b - Browse repository at this point
Copy the full SHA 503149bView commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3d8fbee - Browse repository at this point
Copy the full SHA 3d8fbeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d3f04b - Browse repository at this point
Copy the full SHA 3d3f04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc33507 - Browse repository at this point
Copy the full SHA bc33507View commit details -
Configuration menu - View commit details
-
Copy full SHA for a754146 - Browse repository at this point
Copy the full SHA a754146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83fa129 - Browse repository at this point
Copy the full SHA 83fa129View commit details -
Configuration menu - View commit details
-
Copy full SHA for b893233 - Browse repository at this point
Copy the full SHA b893233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fbc319 - Browse repository at this point
Copy the full SHA 4fbc319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1030709 - Browse repository at this point
Copy the full SHA 1030709View commit details -
Merge pull request #226596 from trofi/liblc3-dev-output
liblc3: split headers to "dev" output
Configuration menu - View commit details
-
Copy full SHA for 3bdb45c - Browse repository at this point
Copy the full SHA 3bdb45cView commit details -
Merge pull request #226250 from trofi/libmodplug-dev-output
libmodplug: split headers to "dev" output
Configuration menu - View commit details
-
Copy full SHA for 880ff5f - Browse repository at this point
Copy the full SHA 880ff5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f759843 - Browse repository at this point
Copy the full SHA f759843View commit details -
Configuration menu - View commit details
-
Copy full SHA for a86662b - Browse repository at this point
Copy the full SHA a86662bView commit details -
Merge pull request #221477 from markuskowa/fix-hdf5-dev
hdf5: fix dev output, remove refs to /build from compiler wrappers
Configuration menu - View commit details
-
Copy full SHA for 6a24c58 - Browse repository at this point
Copy the full SHA 6a24c58View commit details -
Configuration menu - View commit details
-
Copy full SHA for d37a344 - Browse repository at this point
Copy the full SHA d37a344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9110854 - Browse repository at this point
Copy the full SHA 9110854View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70c1252 - Browse repository at this point
Copy the full SHA 70c1252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23eaff7 - Browse repository at this point
Copy the full SHA 23eaff7View commit details -
Merge pull request #226442 from trofi/ldacbt-dev-output
ldacbt: split headers to "dev" output
Configuration menu - View commit details
-
Copy full SHA for 1152b0f - Browse repository at this point
Copy the full SHA 1152b0fView commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1d267d3 - Browse repository at this point
Copy the full SHA 1d267d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a851087 - Browse repository at this point
Copy the full SHA a851087View commit details -
Configuration menu - View commit details
-
Copy full SHA for adca91b - Browse repository at this point
Copy the full SHA adca91bView commit details -
Merge #226091: libde265: patch CVE-2023-27102 & CVE-2023-27103
...into staging
Configuration menu - View commit details
-
Copy full SHA for 0f0f4da - Browse repository at this point
Copy the full SHA 0f0f4daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5663556 - Browse repository at this point
Copy the full SHA 5663556View commit details -
Configuration menu - View commit details
-
Copy full SHA for e53a2f3 - Browse repository at this point
Copy the full SHA e53a2f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26bd875 - Browse repository at this point
Copy the full SHA 26bd875View commit details -
python310Packages.anyio: Disable failing tests
These regressed in python 3.10.11 and 3.11.3 due to changes in the transport EOF handling for OpenSSL 3.0. (cherry picked from commit 79991c3) https://hydra.nixos.org/build/216627051/nixlog/1/tail
Configuration menu - View commit details
-
Copy full SHA for 9f898cb - Browse repository at this point
Copy the full SHA 9f898cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5e6a6 - Browse repository at this point
Copy the full SHA ee5e6a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcef810 - Browse repository at this point
Copy the full SHA bcef810View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93e4495 - Browse repository at this point
Copy the full SHA 93e4495View commit details -
libva: fix finding wayland when cross compiling
Otherwise, it would just silently not build libva-wayland. This fixes the cross build of gst_all_1.gst-vaapi.
Configuration menu - View commit details
-
Copy full SHA for 9f32e0d - Browse repository at this point
Copy the full SHA 9f32e0dView commit details -
gst_all_1: re-disable docs for cross
Documentation was recently enabled, which broke the cross build. Fixes: 46bf2c4 ("gst_all_1.gst-editing-services: 1.20.3 -> 1.22.2") Fixes: 782969f ("gst_all_1.gst-rtsp-server: 1.20.3 -> 1.22.2") Fixes: 79e42f5 ("gst_all_1.gst-devtools: 1.20.3 -> 1.22.2") Fixes: 50b8c27 ("gst_all_1.gst-vaapi: 1.20.3 -> 1.22.2") Fixes: 26a54eb ("gst_all_1.gst-libav: 1.20.3 -> 1.22.2") Fixes: a315e09 ("gst_all_1.gst-plugins-ugly: 1.20.3 -> 1.22.2") Fixes: f03d8ba ("gst_all_1.gst-plugins-bad: 1.20.3 -> 1.22.2") Fixes: 3028bf5 ("gst_all_1.gst-plugins-good: 1.20.3 -> 1.22.2") Fixes: 4b859ee ("gst_all_1.gstreamer: 1.20.3 -> 1.22.2")
Configuration menu - View commit details
-
Copy full SHA for 4705a06 - Browse repository at this point
Copy the full SHA 4705a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5d4a4e - Browse repository at this point
Copy the full SHA f5d4a4eView commit details -
Merge pull request #224018 from marsam/update-ruby-default
ruby: update default version to `ruby_3_1`
Configuration menu - View commit details
-
Copy full SHA for bf5b2a6 - Browse repository at this point
Copy the full SHA bf5b2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c913099 - Browse repository at this point
Copy the full SHA c913099View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1cb3e7 - Browse repository at this point
Copy the full SHA a1cb3e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c9ad1 - Browse repository at this point
Copy the full SHA 10c9ad1View commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e3d1e50 - Browse repository at this point
Copy the full SHA e3d1e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b0fc1 - Browse repository at this point
Copy the full SHA 62b0fc1View commit details -
Merge #227047: hotdoc: fix failing test on darwin
...into staging-next
Configuration menu - View commit details
-
Copy full SHA for 22a06fb - Browse repository at this point
Copy the full SHA 22a06fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a025d - Browse repository at this point
Copy the full SHA f0a025dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2ba84f - Browse repository at this point
Copy the full SHA e2ba84fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c65c7ae - Browse repository at this point
Copy the full SHA c65c7aeView commit details -
SDL2: default drmSupport to false
Removes Mesa from a rebuild-heavy path
Configuration menu - View commit details
-
Copy full SHA for d7e0443 - Browse repository at this point
Copy the full SHA d7e0443View commit details -
Merge pull request #227223 from K900/sdl-mesa-dep
[staging-next] SDL2: default drmSupport to false
Configuration menu - View commit details
-
Copy full SHA for 6ae5dc6 - Browse repository at this point
Copy the full SHA 6ae5dc6View commit details -
nixos/tests/pipewire: don't enable pipewire in test VM
It's not actually used
Configuration menu - View commit details
-
Copy full SHA for 7a86a7f - Browse repository at this point
Copy the full SHA 7a86a7fView commit details -
Merge pull request #227255 from K900/pipewire-0.3.70
[staging-next] pipewire: 0.3.69 -> 0.3.70
Configuration menu - View commit details
-
Copy full SHA for 69062ac - Browse repository at this point
Copy the full SHA 69062acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b6ca8 - Browse repository at this point
Copy the full SHA e4b6ca8View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7fea76b - Browse repository at this point
Copy the full SHA 7fea76bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2994ad0 - Browse repository at this point
Copy the full SHA 2994ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aac843d - Browse repository at this point
Copy the full SHA aac843dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77af101 - Browse repository at this point
Copy the full SHA 77af101View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca0f3ef - Browse repository at this point
Copy the full SHA ca0f3efView commit details
Commits on Apr 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f71a5e7 - Browse repository at this point
Copy the full SHA f71a5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28227b7 - Browse repository at this point
Copy the full SHA 28227b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56aa873 - Browse repository at this point
Copy the full SHA 56aa873View commit details -
stdenv: avoid -p flag for strip when boostrapping x86_64-darwin
The stdenv wouldn't build with it, as compiler-rt-libc-11.1.0/lib/darwin/libclang_rt.*_osx.a retained reference to SDKs (which we forbid for final stdenv). Assigned authorship to Trofi; I just bisected and added condition. #224669 (comment)
Configuration menu - View commit details
-
Copy full SHA for e7eb209 - Browse repository at this point
Copy the full SHA e7eb209View commit details -
Merge #227458: fluidsynth: fix darwin build for 2.3.2
...into staging-next
Configuration menu - View commit details
-
Copy full SHA for 90520cf - Browse repository at this point
Copy the full SHA 90520cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c109379 - Browse repository at this point
Copy the full SHA c109379View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf122f3 - Browse repository at this point
Copy the full SHA cf122f3View commit details
Commits on Apr 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf8e955 - Browse repository at this point
Copy the full SHA cf8e955View commit details -
We need to tell meson we won't be running the tests when nativeCheckInputs won't be included, or it will fail when it can't find doctest.
Configuration menu - View commit details
-
Copy full SHA for d9cb65a - Browse repository at this point
Copy the full SHA d9cb65aView commit details -
We need to tell meson we won't be running the tests when nativeCheckInputs won't be included, or it will fail when it can't find doctest.
Configuration menu - View commit details
-
Copy full SHA for c32e5d3 - Browse repository at this point
Copy the full SHA c32e5d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f2c9f - Browse repository at this point
Copy the full SHA 52f2c9fView commit details -
Merge #227471: texinfo: apply gnulib patch only to version 6.7
(cherry picked from commit db3ab32) Fixes build of version 6.5: https://hydra.nixos.org/build/216602149
Configuration menu - View commit details
-
Copy full SHA for e5aabf0 - Browse repository at this point
Copy the full SHA e5aabf0View commit details -
libreoffice*: drop test which regressed on libxml2 update
https://hydra.nixos.org/build/215973648/nixlog/6/tail (cherry picked from commit 9a0662c)
Configuration menu - View commit details
-
Copy full SHA for e057b84 - Browse repository at this point
Copy the full SHA e057b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc53d6 - Browse repository at this point
Copy the full SHA fdc53d6View commit details -
vim: Harden build against ex and other tools being missing
Those tools are often used as build-time dependency. Some deficiencies in the upstream makefiles makes it possible that they will not be installed, even though the `make install` call was successful. This *could* make the `vim` build fail where it wouldn't have failed previously, but it will now fail in a correct manner instead of being incorrectly successful. The previous patch (actually using -j1 in install phase) should make this change redundant, but let's not pretend new bugs are never going to happen!
Configuration menu - View commit details
-
Copy full SHA for 15ebfa7 - Browse repository at this point
Copy the full SHA 15ebfa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d38596 - Browse repository at this point
Copy the full SHA 7d38596View commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d59a9ca - Browse repository at this point
Copy the full SHA d59a9caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 011bf8f - Browse repository at this point
Copy the full SHA 011bf8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91bc06b - Browse repository at this point
Copy the full SHA 91bc06bView commit details -
Configuration menu - View commit details
-
Copy full SHA for be318b7 - Browse repository at this point
Copy the full SHA be318b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca90d85 - Browse repository at this point
Copy the full SHA ca90d85View commit details -
Merge #227919: stdenv: avoid -p flag for strip on aarch64-darwin
...into staging-next
Configuration menu - View commit details
-
Copy full SHA for e167eac - Browse repository at this point
Copy the full SHA e167eacView commit details -
Merge #227677: vim: Fix install phase parallelism
...and harden against future failures Merge into staging-next.
Configuration menu - View commit details
-
Copy full SHA for b7ca5d7 - Browse repository at this point
Copy the full SHA b7ca5d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ec89a - Browse repository at this point
Copy the full SHA d6ec89aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc66bae - Browse repository at this point
Copy the full SHA bc66baeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc419f5 - Browse repository at this point
Copy the full SHA fc419f5View commit details -
I've moved the install flags into makeFlags because there's no need to have them only set at install time.
Configuration menu - View commit details
-
Copy full SHA for cd8b2aa - Browse repository at this point
Copy the full SHA cd8b2aaView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9908dfa - Browse repository at this point
Copy the full SHA 9908dfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 497ac06 - Browse repository at this point
Copy the full SHA 497ac06View commit details -
https://docs.mesa3d.org/relnotes/23.0.3.html Rebuild amounts are fairly low now (1.5k x86_64-linux, basically no darwin).
Configuration menu - View commit details
-
Copy full SHA for d0ea36e - Browse repository at this point
Copy the full SHA d0ea36eView commit details -
xvfb-run: use a minimal xserver build
This should get us in the range of 500 rebuilds for Mesa, which is easily mergeable into master. Hype.
Configuration menu - View commit details
-
Copy full SHA for 5c0aa81 - Browse repository at this point
Copy the full SHA 5c0aa81View commit details -
Merge #228094: xvfb-run: use a minimal xserver build
...into staging-next
Configuration menu - View commit details
-
Copy full SHA for 2abb1dd - Browse repository at this point
Copy the full SHA 2abb1ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a39805c - Browse repository at this point
Copy the full SHA a39805cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 112480f - Browse repository at this point
Copy the full SHA 112480fView commit details -
Merge pull request #228151 from wegank/qt6-qtmultimedia-darwin
qt6.qtmultimedia: fix build on aarch64-darwin
Configuration menu - View commit details
-
Copy full SHA for e6990a4 - Browse repository at this point
Copy the full SHA e6990a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e27a36 - Browse repository at this point
Copy the full SHA 2e27a36View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 134b2c3 - Browse repository at this point
Copy the full SHA 134b2c3View commit details -
Merge pull request #228003 from alyssais/vulkan-cts-cross
vulkan-cts: fix cross
Configuration menu - View commit details
-
Copy full SHA for 8426a11 - Browse repository at this point
Copy the full SHA 8426a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for b32da71 - Browse repository at this point
Copy the full SHA b32da71View commit details -
python3Packages.pyquery: skip test failing with new libxml2
Reported upstream.
Configuration menu - View commit details
-
Copy full SHA for 15554e7 - Browse repository at this point
Copy the full SHA 15554e7View commit details -
python3Packages.fido2: 1.1.0 -> 1.1.1
https://github.com/Yubico/python-fido2/releases/tag/1.1.1 We mainly needed the part increasing version constraint. https://hydra.nixos.org/build/216729240/nixlog/4/tail
1Configuration menu - View commit details
-
Copy full SHA for e322032 - Browse repository at this point
Copy the full SHA e322032View commit details -
python3Packages.ctap-keyring-device: fixup fido2 override
Broken by the parent commit. Uh, I dislike this overriding approach.
Configuration menu - View commit details
-
Copy full SHA for 407a062 - Browse repository at this point
Copy the full SHA 407a062View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5180de - Browse repository at this point
Copy the full SHA d5180deView commit details -
notmuch tries to compile the ruby binding with custom CFLAGS which collides with the CFLAGS created by Ruby mkmf. This caused notmuch to fail on Darwin, because it requires `-fdeclspec` and it was removed from CFLAGS.
Configuration menu - View commit details
-
Copy full SHA for dce3b1e - Browse repository at this point
Copy the full SHA dce3b1eView commit details -
cryptography was updated beyond the current version constraint. https://github.com/aws/aws-cli/blob/2.11.15/CHANGELOG.rst
Configuration menu - View commit details
-
Copy full SHA for 81364e3 - Browse repository at this point
Copy the full SHA 81364e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee9f5f7 - Browse repository at this point
Copy the full SHA ee9f5f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc67ff6 - Browse repository at this point
Copy the full SHA fc67ff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72fb667 - Browse repository at this point
Copy the full SHA 72fb667View commit details