[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: nss: Enable only x86_64-linux for testing purposes.
From: |
John Darrington |
Subject: |
01/01: gnu: nss: Enable only x86_64-linux for testing purposes. |
Date: |
Fri, 21 Nov 2014 17:38:28 +0000 |
jmd pushed a commit to branch wip-libreoffice
in repository guix.
commit f22ef331f7522053c472198260180ccc1c406bad
Author: John Darrington <address@hidden>
Date: Fri Nov 21 18:36:07 2014 +0100
gnu: nss: Enable only x86_64-linux for testing purposes.
* gnu/packages/libreoffice.scm (nss): Enable only x86_64-linux for
testing purposes.
---
gnu/packages/libreoffice.scm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index d1b4709..4685145 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -696,6 +696,7 @@ designed to support cross-platform development of
security-enabled client and
server applications. Applications built with NSS can support SSL v2 and v3,
TLS, PKCS #5, PKCS #7, PKCS #11, PKCS # 12, S/MIME, X.509 v3 certificates, and
other security standards.")
+ (supported-systems `("x86_64-linux"))
(license license:mpl2.0)))