tpm2-tss: extract checkPhase dependencies into checkInputs
This commit is contained in:
parent
de064be984
commit
1ec50ac39e
@ -14,13 +14,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
doxygen perl pkgconfig
|
||||
# For unit tests and integration tests.
|
||||
ibm-sw-tpm2 iproute procps which
|
||||
];
|
||||
buildInputs = [
|
||||
openssl json_c curl
|
||||
# For unit tests and integration tests.
|
||||
cmocka uthash
|
||||
];
|
||||
checkInputs = [
|
||||
cmocka uthash ibm-sw-tpm2 iproute procps which
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user