jmd pushed a commit to branch wip-libreoffice
in repository guix.

commit f22ef331f7522053c472198260180ccc1c406bad
Author: John Darrington <[email protected]>
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)))
 
 

Reply via email to