mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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:
parent
af42060d61
commit
36c03d0f55
@ -26,7 +26,7 @@
|
|||||||
, docbook_xml_dtd_412
|
, docbook_xml_dtd_412
|
||||||
, gtk-doc
|
, gtk-doc
|
||||||
, libxslt
|
, libxslt
|
||||||
, enableDaemon ? !stdenv.hostPlatform.isMusl || stdenv.hostPlatform.isStatic
|
, enableDaemon ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user