-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
pkgsMusl.colord: enable the daemon #187121
Conversation
Since f95d9a6 ("pkgsMusl.polkit: fix build"), pkgsMusl.polkit builds, which means the colord daemon can also build in pkgsMusl.
Does pkgsStatic.colord also build successfully with the daemon enabled? |
Pretty sure it always did, because I didn't disable it there. But let's see! @ofborg build pkgsStatic.colord |
Oh right, |
@@ -26,7 +26,7 @@ | |||
, docbook_xml_dtd_412 | |||
, gtk-doc | |||
, libxslt | |||
, enableDaemon ? !stdenv.hostPlatform.isMusl || stdenv.hostPlatform.isStatic | |||
, enableDaemon ? true |
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.
The option only got added for musl so we could remove it again 46339db
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.
We could, but it's not hurting anything to leave it in, and it would be useful for e.g. closure size reduction.
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.
I am just a bit worried about it bit rotting
Description of changes
Since f95d9a6 ("pkgsMusl.polkit: fix build"), pkgsMusl.polkit builds, which means the colord daemon can also build in pkgsMusl.
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