-
-
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
rss-glx: fix build #175287
rss-glx: fix build #175287
Conversation
Result of 1 package built:
|
On nixos x86_64:
|
Well, that's weird. It builds fine for me. |
Result of 1 package failed to build:
|
Wow, that's very strange. I'll look into this. |
The issue was in: - rss-glx = callPackage ../misc/screensavers/rss-glx { stdenv = gcc10StdenvCompat; };
+ rss-glx = callPackage ../misc/screensavers/rss-glx { }; @risicle All should work now. |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
Result of 1 package built:
|
Successfully created backport PR #178799 for |
Description of changes
Fix build https://hydra.nixos.org/build/178217710
ZHF: #172160
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