Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

chaps: not supported on i686 (ZHF)

+1 -1
+1 -1
pkgs/tools/security/chaps/default.nix
··· 75 description = "PKCS #11 implementation based on trusted platform module (TPM)"; 76 homepage = "https://www.chromium.org/developers/design-documents/chaps-technical-design"; 77 maintainers = [ maintainers.tstrobel ]; 78 - platforms = platforms.linux; 79 license = licenses.bsd3; 80 }; 81 }
··· 75 description = "PKCS #11 implementation based on trusted platform module (TPM)"; 76 homepage = "https://www.chromium.org/developers/design-documents/chaps-technical-design"; 77 maintainers = [ maintainers.tstrobel ]; 78 + platforms = [ "x86_64-linux" ]; 79 license = licenses.bsd3; 80 }; 81 }