chaps: not supported on i686 (ZHF)
This commit is contained in:
parent
0abe34e454
commit
befef13d37
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "PKCS #11 implementation based on trusted platform module (TPM)";
|
description = "PKCS #11 implementation based on trusted platform module (TPM)";
|
||||||
homepage = "https://www.chromium.org/developers/design-documents/chaps-technical-design";
|
homepage = "https://www.chromium.org/developers/design-documents/chaps-technical-design";
|
||||||
maintainers = [ maintainers.tstrobel ];
|
maintainers = [ maintainers.tstrobel ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user