Unverified Commit b797c69f authored by Arthur Gautier's avatar Arthur Gautier Committed by GitHub
Browse files

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

parents 0af56790 e3c24c24
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -137,6 +137,8 @@ stdenv.mkDerivation rec {
      # uchar.h required
      "--disable-fapi"
      "--disable-policy"
      # uses fallocate
      "--disable-tcti-libtpms"
    ];

  postInstall = ''