systemd: mark that libbpf requires clang ≥ 10

This commit is contained in:
rnhmjoj 2022-09-29 13:35:41 +02:00 committed by Rick van Schijndel
parent 306c2d4a6c
commit 926ad2fffc

View file

@ -85,7 +85,7 @@
, withHostnamed ? true
, withHwdb ? true
, withImportd ? !stdenv.hostPlatform.isMusl
, withLibBPF ? true
, withLibBPF ? lib.versionAtLeast llvmPackages.clang.version "10.0"
, withLocaled ? true
, withLogind ? true
, withMachined ? true