mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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:
parent
524db8975e
commit
eae534c584
@ -3,7 +3,7 @@
|
||||
, fetchurl
|
||||
, pkg-config
|
||||
, expat
|
||||
, enableSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isMusl
|
||||
, enableSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isStatic
|
||||
, systemd
|
||||
, audit
|
||||
, libapparmor
|
||||
|
Loading…
Reference in New Issue
Block a user