me
/
guix
Archived
1
0
Fork 0

gnu: attic: Disable the test suite.

* gnu/packages/backup.scm (attic)[arguments]: Set #:tests? #f.
master
Leo Famulari 2016-10-11 00:48:45 -04:00
parent 085cca5bc1
commit 1df6d73bdf
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 1 deletions

View File

@ -475,7 +475,10 @@ to not fully trusted targets. Borg is a fork of Attic.")
"0b5skd36r4c0915lwpkqg5hxm49gls9pprs1b7hc40910wlcsl36")))) "0b5skd36r4c0915lwpkqg5hxm49gls9pprs1b7hc40910wlcsl36"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(;; The tests assume they are run as root:
;; https://github.com/jborg/attic/issues/7
#:tests? #f
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before (add-before
'build 'set-openssl-prefix 'build 'set-openssl-prefix