tpm2-tss: remove libgcrypt from explicit build inputs

This commit is contained in:
Leon Schuermann 2020-06-16 18:23:01 +02:00 committed by Daniel Schaefer
parent 09791689df
commit ef9e6b3aa8

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook autoconf-archive pkg-config doxygen perl libgcrypt.dev autoreconfHook autoconf-archive pkg-config doxygen perl
]; ];
buildInputs = [ openssl json_c curl libgcrypt ]; buildInputs = [ openssl json_c curl libgcrypt ];
checkInputs = [ checkInputs = [