gnutls: fixup tpm support

This commit is contained in:
Arthur Gautier
2024-12-09 10:53:15 -08:00
parent 2e98ec0e0e
commit 3ce1c113c7
@@ -120,6 +120,8 @@ stdenv.mkDerivation rec {
"--enable-ktls"
] ++ lib.optionals (stdenv.hostPlatform.isMinGW) [
"--disable-doc"
] ++ lib.optionals (stdenv.hostPlatform.isLinux && tpmSupport) [
"--with-trousers-lib=${trousers}/lib/libtspi.so"
];
enableParallelBuilding = true;