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

pkgsMusl.colord: enable the daemon #187121

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

alyssais
Copy link
Member

Description of changes

Since f95d9a6 ("pkgsMusl.polkit: fix build"), pkgsMusl.polkit builds, which means the colord daemon can also build in pkgsMusl.

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.11 Release Notes (or backporting 22.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

Since f95d9a6 ("pkgsMusl.polkit: fix build"), pkgsMusl.polkit
builds, which means the colord daemon can also build in pkgsMusl.
@alyssais alyssais requested review from jtojnar and yu-re-ka August 17, 2022 13:44
@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Aug 17, 2022
@yu-re-ka
Copy link
Contributor

Does pkgsStatic.colord also build successfully with the daemon enabled?

@alyssais
Copy link
Member Author

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

@alyssais
Copy link
Member Author

Oh right, pkgsStatic.colord is transitively broken because it depends on systemd. Well, that's something to fix, but it's out of scope for this PR.

@@ -26,7 +26,7 @@
, docbook_xml_dtd_412
, gtk-doc
, libxslt
, enableDaemon ? !stdenv.hostPlatform.isMusl || stdenv.hostPlatform.isStatic
, enableDaemon ? true
Copy link
Member

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

Copy link
Member Author

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.

Copy link
Member

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

@SuperSandro2000 SuperSandro2000 merged commit 56daf12 into NixOS:staging-next Aug 24, 2022
@alyssais alyssais deleted the colord-musl branch September 22, 2023 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants