pkgsMusl.dbus: 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 D-Bus disabled by default for pkgsMusl.
This commit is contained in:
Alyssa Ross 2021-11-04 08:34:18 +00:00
parent 524db8975e
commit eae534c584

View file

@ -3,7 +3,7 @@
, fetchurl
, pkg-config
, expat
, enableSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isMusl
, enableSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isStatic
, systemd
, audit
, libapparmor