tpm2-tss: disable tcti-libtpms on darwin (#408379)

This commit is contained in:
Arthur Gautier
2025-05-19 04:43:16 +00:00
committed by GitHub
@@ -137,6 +137,8 @@ stdenv.mkDerivation rec {
# uchar.h required
"--disable-fapi"
"--disable-policy"
# uses fallocate
"--disable-tcti-libtpms"
];
postInstall = ''