tpm2-tss: remove libgcrypt from explicit build inputs
This commit is contained in:
parent
09791689df
commit
ef9e6b3aa8
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook autoconf-archive pkg-config doxygen perl libgcrypt.dev
|
||||
autoreconfHook autoconf-archive pkg-config doxygen perl
|
||||
];
|
||||
buildInputs = [ openssl json_c curl libgcrypt ];
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user