pkgsMusl.colord: enable the daemon

Since f95d9a668e ("pkgsMusl.polkit: fix build"), pkgsMusl.polkit
builds, which means the colord daemon can also build in pkgsMusl.
This commit is contained in:
Alyssa Ross 2022-08-17 11:54:23 +00:00
parent af42060d61
commit 36c03d0f55
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -26,7 +26,7 @@
, docbook_xml_dtd_412
, gtk-doc
, libxslt
, enableDaemon ? !stdenv.hostPlatform.isMusl || stdenv.hostPlatform.isStatic
, enableDaemon ? true
}:
stdenv.mkDerivation rec {