systemd: disable portabled on musl

This commit is contained in:
Yureka 2022-10-14 19:34:07 +02:00
parent 35b849d07b
commit 53d33caa8c

View file

@ -94,7 +94,7 @@
, withOomd ? true
, withPCRE2 ? true
, withPolkit ? true
, withPortabled ? true
, withPortabled ? !stdenv.hostPlatform.isMusl
, withRemote ? !stdenv.hostPlatform.isMusl
, withResolved ? true
, withShellCompletions ? true