tpm2-tss: disable tcti-libtpms on darwin
Add the `--disable-tcti-libtpms` config flag if build on darwin. This was already done in a pr that also introduced darwin support for tpm2-tss[0] but a earlier one was merged[1] [0]: https://github.com/NixOS/nixpkgs/pull/370516 [1]: https://github.com/NixOS/nixpkgs/pull/365010
This commit is contained in:
@@ -137,6 +137,8 @@ stdenv.mkDerivation rec {
|
||||
# uchar.h required
|
||||
"--disable-fapi"
|
||||
"--disable-policy"
|
||||
# uses fallocate
|
||||
"--disable-tcti-libtpms"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user