systemd.meta.badPlatforms: include isStatic predicate

This commit is contained in:
Adam Joseph 2022-09-24 22:03:24 -07:00
parent b7d097438b
commit 5b66b6b8c2

View File

@ -714,6 +714,7 @@ stdenv.mkDerivation {
description = "A system and service manager for Linux";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
badPlatforms = [ (plat: plat.isStatic) ];
# https://github.com/systemd/systemd/issues/20600#issuecomment-912338965
broken = stdenv.hostPlatform.isStatic;
priority = 10;