systemd.meta.badPlatforms: include isStatic predicate
This commit is contained in:
parent
b7d097438b
commit
5b66b6b8c2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user