tpm2-abrmd: separate checkPhase dependencies into checkInputs
This commit is contained in:
parent
1a1ab9474e
commit
a7aab1fff3
@ -16,7 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config makeWrapper autoreconfHook autoconf-archive which ];
|
nativeBuildInputs = [ pkg-config makeWrapper autoreconfHook autoconf-archive which ];
|
||||||
buildInputs = [ tpm2-tss glib dbus cmocka ];
|
buildInputs = [ tpm2-tss glib dbus ];
|
||||||
|
checkInputs = [ cmocka ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user