systemd: disable portabled on musl
This commit is contained in:
parent
35b849d07b
commit
53d33caa8c
@ -94,7 +94,7 @@
|
||||
, withOomd ? true
|
||||
, withPCRE2 ? true
|
||||
, withPolkit ? true
|
||||
, withPortabled ? true
|
||||
, withPortabled ? !stdenv.hostPlatform.isMusl
|
||||
, withRemote ? !stdenv.hostPlatform.isMusl
|
||||
, withResolved ? true
|
||||
, withShellCompletions ? true
|
||||
|
Loading…
Reference in New Issue
Block a user