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