mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
tpm2-tss: test with better maintained swtpm
Switch tpm2-tss to swtpm, which is more widely used than the IBM one. tpm2-tss contains tests for both TPM 2.0 emulators. This fixes a failing test, with the updated IBM sw tpm version. Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
parent
7eb51a716e
commit
7ceece975d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, lib, fetchFromGitHub
|
{ stdenv, lib, fetchFromGitHub
|
||||||
, autoreconfHook, autoconf-archive, pkg-config, doxygen, perl
|
, autoreconfHook, autoconf-archive, pkg-config, doxygen, perl
|
||||||
, openssl, json_c, curl, libgcrypt
|
, openssl, json_c, curl, libgcrypt
|
||||||
, cmocka, uthash, ibm-sw-tpm2, iproute2, procps, which
|
, cmocka, uthash, swtpm, iproute2, procps, which
|
||||||
, libuuid
|
, libuuid
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
++ lib.optional doInstallCheck cmocka;
|
++ lib.optional doInstallCheck cmocka;
|
||||||
|
|
||||||
nativeInstallCheckInputs = [
|
nativeInstallCheckInputs = [
|
||||||
cmocka which openssl procps_pkg iproute2 ibm-sw-tpm2
|
cmocka which openssl procps_pkg iproute2 swtpm
|
||||||
];
|
];
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue