1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00

tpm2-abrmd: separate checkPhase dependencies into checkInputs

This commit is contained in:
Leon Schuermann 2020-06-16 15:01:40 +02:00 committed by Daniel Schaefer
parent 1a1ab9474e
commit a7aab1fff3

View file

@ -16,7 +16,8 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkg-config makeWrapper autoreconfHook autoconf-archive which ];
buildInputs = [ tpm2-tss glib dbus cmocka ];
buildInputs = [ tpm2-tss glib dbus ];
checkInputs = [ cmocka ];
enableParallelBuilding = true;