guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/23: gnu: calibre: Disable tests that require networking.


From: guix-commits
Subject: 10/23: gnu: calibre: Disable tests that require networking.
Date: Sun, 5 May 2019 11:15:24 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit b01cde1ac98395d9a3007bf5329ebb7f860c13d0
Author: Brendan Tildesley <address@hidden>
Date:   Sat May 4 02:42:18 2019 +1000

    gnu: calibre: Disable tests that require networking.
    
    * gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[configure]: Modify.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/ebook.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 79fa99c..2b557ab 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -185,6 +185,9 @@
                   "/bin/pdftohtml\"")))
               (setenv "PODOFO_INC_DIR" (string-append podofo 
"/include/podofo"))
               (setenv "PODOFO_LIB_DIR" (string-append podofo "/lib"))
+              ;; This informs the tests we are a continuous integration
+              ;; environment and thus have no networking.
+              (setenv "CI" "true")
               #t)))
          (add-after 'build 'build-extra
            (lambda* (#:key inputs #:allow-other-keys)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]