From befef13d3734595c201d4e81a6ab2266c400a48b Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Wed, 22 Jul 2015 11:37:38 +0200 Subject: chaps: not supported on i686 (ZHF) --- pkgs/tools/security/chaps/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/chaps/default.nix b/pkgs/tools/security/chaps/default.nix index 9a2ae0b5114b..1d3f530dd9fc 100644 --- a/pkgs/tools/security/chaps/default.nix +++ b/pkgs/tools/security/chaps/default.nix @@ -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; }; } -- cgit 1.4.1