pkgsMusl.cups: enable systemd support

We previously weren't able to build systemd for Musl, but now we
can!  (But not statically.)  So there's no longer any reason to have
systemd support in CUPS disabled by default for pkgsMusl.
This commit is contained in:
Alyssa Ross
2021-11-04 10:44:10 +00:00
parent a2e92ff6ad
commit eef72d8f9c
+1 -1
View File
@@ -8,7 +8,7 @@
, libtiff
, pam
, dbus
, enableSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isMusl
, enableSystemd ? stdenv.isLinux
, systemd
, acl
, gmp