[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: nss Add diagnostic line to nss definition
From: |
John Darrington |
Subject: |
01/01: gnu: nss Add diagnostic line to nss definition |
Date: |
Sat, 22 Nov 2014 07:44:36 +0000 |
jmd pushed a commit to branch wip-libreoffice
in repository guix.
commit c674946f659e36d960c1eb3894771acfe87dc4d8
Author: John Darrington <address@hidden>
Date: Sat Nov 22 08:41:57 2014 +0100
gnu: nss Add diagnostic line to nss definition
* gnu/packages/libreoffice.scm (nss): Strangly, nss is failing on hydra,
but passing for me.
Hopefully this diagnostic line will help throw some light on the matter.
---
gnu/packages/libreoffice.scm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 4685145..654b4cf 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -655,6 +655,9 @@ converting various non-HTML reflowable e-book formats.")
(mkdir-p (string-append out "/lib/pkgconfig"))
+
+ (system (string-append "ls -lR nspr/")) ; DIAGNOSTIC.
Delete-me!
+
(substitute*
(list
(string-append "nspr/" objdir "/config/nspr.pc"))