mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: libgdata: Disable failing tests.
* gnu/packages/gnome.scm (libgdata)[arguments]: Add ‘disable-failing-tests’ phase.
This commit is contained in:
parent
18f5d2a70a
commit
448052b713
1 changed files with 7 additions and 0 deletions
|
@ -345,6 +345,13 @@ (define-public libgdata
|
|||
;; The ca-certificates.crt is not available in the build
|
||||
;; environment.
|
||||
(setenv "SSL_CERT_FILE" "/dev/null")
|
||||
#t))
|
||||
(add-before 'check 'disable-failing-tests
|
||||
(lambda _
|
||||
;; The PicasaWeb API tests fail with gnome-online-accounts@3.24.2.
|
||||
;; They have been removed in libgdata 0.17.6, so just do the same.
|
||||
(substitute* "gdata/tests/Makefile"
|
||||
(("picasaweb\\$\\(EXEEXT\\) ") ""))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin")
|
||||
|
|
Loading…
Reference in a new issue