gnutls: fixup tpm support (#363705)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user