-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
qcoro: 0.4.0 -> 0.6.0 #185191
qcoro: 0.4.0 -> 0.6.0 #185191
Conversation
Result of 4 packages marked as broken and skipped:
1 package failed to build:
4 packages built:
|
, libpthreadstubs | ||
, qtbase | ||
, qtwebsockets | ||
}: | ||
|
||
mkDerivation rec { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mkDerivation rec { | |
stdenv.mkDerivation rec { |
And fix compilation on aarch64 by supplying GCC 11.
018c465
to
04f2d84
Compare
@puffnfresh it looks like the packages depending on qcoro also need to use GCC11. Else they, too, fail with:
I also think using I want you to check the changes here, if you think they're alright (or if a few days pass) we can push this to this PR and merge. Tested to build and run on x86_64 and aarch64. |
And fix compilation on aarch64 by supplying GCC 11.
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes