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:
parent
1a1ab9474e
commit
a7aab1fff3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue