mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-gridmap: Disable sanity check.
* gnu/packages/python-xyz.scm (python-gridmap)[arguments]: Add #:phases.
This commit is contained in:
parent
144d9232bd
commit
76c30931ad
1 changed files with 4 additions and 1 deletions
|
@ -7936,7 +7936,10 @@ (define-public python-gridmap
|
||||||
(base32 "0v0sgpg6pz8h61f9aqjf5xk0ipr512bbz8dxzjjylksj135qr19l"))))
|
(base32 "0v0sgpg6pz8h61f9aqjf5xk0ipr512bbz8dxzjjylksj135qr19l"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; FIXME: Requires python-cherrypy.
|
'(#:tests? #f ;FIXME: Requires python-cherrypy.
|
||||||
|
#:phases (modify-phases %standard-phases
|
||||||
|
;; Importing the web server module requires cherrypy, too.
|
||||||
|
(delete 'sanity-check))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-psutil python-drmaa python-pyzmq))
|
(list python-psutil python-drmaa python-pyzmq))
|
||||||
(home-page "https://github.com/pygridtools/gridmap")
|
(home-page "https://github.com/pygridtools/gridmap")
|
||||||
|
|
Loading…
Reference in a new issue