1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

chaps: not supported on i686 (ZHF)

This commit is contained in:
Luca Bruno 2015-07-22 11:37:38 +02:00
parent 0abe34e454
commit befef13d37

View file

@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
description = "PKCS #11 implementation based on trusted platform module (TPM)";
homepage = "https://www.chromium.org/developers/design-documents/chaps-technical-design";
maintainers = [ maintainers.tstrobel ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
license = licenses.bsd3;
};
}