gnu: calibre: Disable tests that require networking.
* gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[configure]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
15871b4087
commit
b01cde1ac9
|
@ -185,6 +185,9 @@
|
||||||
"/bin/pdftohtml\"")))
|
"/bin/pdftohtml\"")))
|
||||||
(setenv "PODOFO_INC_DIR" (string-append podofo "/include/podofo"))
|
(setenv "PODOFO_INC_DIR" (string-append podofo "/include/podofo"))
|
||||||
(setenv "PODOFO_LIB_DIR" (string-append podofo "/lib"))
|
(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)))
|
#t)))
|
||||||
(add-after 'build 'build-extra
|
(add-after 'build 'build-extra
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in New Issue