mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-django-haystack: Disable sanity check.
* gnu/packages/django.scm (python-django-haystack)[arguments]: Delete one phase. While at it, remove trailing #t's.
This commit is contained in:
parent
acbc01940b
commit
de5a8b26f2
1 changed files with 4 additions and 4 deletions
|
@ -405,14 +405,14 @@ (define-public python-django-haystack
|
|||
(add-after 'unpack 'loosen-verion-restrictions
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
(("geopy.*") "geopy',\n"))
|
||||
#t))
|
||||
(("geopy.*") "geopy',\n"))))
|
||||
(add-before 'check 'set-gdal-lib-path
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(setenv "GDAL_LIBRARY_PATH"
|
||||
(string-append (assoc-ref inputs "gdal")
|
||||
"/lib"))
|
||||
#t)))
|
||||
"/lib"))))
|
||||
;; Importing this module requires setting up a Django project.
|
||||
(delete 'sanity-check))
|
||||
#:tests? #f)) ; OSError: libgdal.so.27: cannot open shared object file
|
||||
(propagated-inputs
|
||||
`(("python-django" ,python-django)))
|
||||
|
|
Loading…
Reference in a new issue