systemd: mark as broken for static builds
This commit is contained in:
parent
15f685808f
commit
71ca66602b
1 changed files with 2 additions and 0 deletions
|
@ -687,6 +687,8 @@ stdenv.mkDerivation {
|
|||
description = "A system and service manager for Linux";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
# https://github.com/systemd/systemd/issues/20600#issuecomment-912338965
|
||||
broken = stdenv.hostPlatform.isStatic;
|
||||
priority = 10;
|
||||
maintainers = with maintainers; [ flokli kloenk mic92 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue