mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
tpm2-abrmd: enable parallel building
This commit is contained in:
parent
fb667c1beb
commit
3cc29166a7
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
||||
tpm2-tss glib which dbus cmocka
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# Unit tests are currently broken as the check phase attempts to start a dbus daemon etc.
|
||||
#configureFlags = [ "--enable-unit" ];
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user