Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

staging-next 2024-11-07 #354201

Open
wants to merge 501 commits into
base: master
Choose a base branch
from
Open

staging-next 2024-11-07 #354201

wants to merge 501 commits into from

Conversation

vcunat
Copy link
Member

@vcunat vcunat commented Nov 7, 2024

ShamrockLee and others added 30 commits October 28, 2024 22:25
The behaviour of [[ -n/-z "${FOO[@]}" ]] is unspecified.
Use [[ -n/-z "${FOO[*]-}" ]] instead
remove invalid argument grpc argument from override as it was removed in
8fbfbf5
Another existing bug exposed by
514b00c: the build system was
interpolating an empty SDK directory and passing `-isysroot  -g0`,
eating a compiler flag and breaking the build now that we don’t
pass a redundant `-isysroot` of our own.

Thankfully, with the new SDK pattern, we don’t need to do any of
this elaborate patching; just pointing it at the right tools from
`xcbuild` lets it figure everything out itself.
There might be a nicer way to do this, but I don’t understand qmake.
According to the top-level COPYING, ISC is the right license to use.
The full sqlite documentation is now available in the `doc` output,
and the manual is in `man`.
Our deployment target is higher than macOS 10.15 now, and it looks
like upstream handle GSS correctly these days.
@github-actions github-actions bot added the 6.topic: continuous integration Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions label Nov 7, 2024
@cpick cpick mentioned this pull request Nov 7, 2024
13 tasks
emilazy and others added 18 commits November 7, 2024 17:19
Not sure why this is necessary now, since it should already be handled
as part of the bootstrap. This might not be the right fix but it does
fix eval.
Quite impressive that this worked up until now.

Co-authored-by: Lily Foster <[email protected]>
…win"

No longer necessary to mask an unwanted Python rebuild.

This reverts commit c455166.
qtwayland client side is the wayland platform plugin, provides a way to run Qt applications as Wayland clients
without this, Qt applications only work on x11/xwayland

Co-authored-by: Artturin <[email protected]>
Unlike wrapQtAppsHook, wrapQtAppsNoGuiHook does not propagate qtwayland,
to reduce closure size for CLI or other non-GUI applications.

Co-authored-by: eclairevoyant <[email protected]>
Co-authored-by: eclairevoyant <[email protected]>
Co-authored-by: Artturin <[email protected]>
@github-actions github-actions bot added the 6.topic: deepin Desktop environment and its components label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.severity: security Issues which raise a security issue, or PRs that fix one 6.topic: bsd Running or building packages on BSD 6.topic: continuous integration Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions 6.topic: darwin Running or building packages on Darwin 6.topic: deepin Desktop environment and its components 6.topic: emacs Text editor 6.topic: flutter 6.topic: golang 6.topic: haskell 6.topic: java Including JDK, tooling, other languages, other VMs 6.topic: lib The Nixpkgs function library 6.topic: llvm/clang Issues related to llvmPackages, clangStdenv and related 6.topic: python 6.topic: qt/kde 6.topic: ruby 6.topic: rust 6.topic: stdenv Standard environment 6.topic: vim 8.has: clean-up 8.has: documentation 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 501+ 10.rebuild-darwin: 5001+ 10.rebuild-darwin-stdenv This PR causes stdenv to rebuild 10.rebuild-linux: 501+ 10.rebuild-linux: 5001+ 10.rebuild-linux-stdenv This PR causes stdenv to rebuild
Projects
None yet
Development

Successfully merging this pull request may close these issues.