gnu: python-pillow: Replace check phase.
* gnu/packages/python-xyz.scm (python-pillow)[arguments]: Since 'check always come after 'install, replace 'check phase rather than recreate it.
This commit is contained in:
parent
c2b2c8e9e7
commit
61b77ff307
@ -4705,8 +4705,7 @@ the OleFileIO module from PIL, the Python Image Library.")
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
(("\\['/sbin/ldconfig', '-p'\\]") "['true']"))))
|
||||
(delete 'check) ; We must run checks after python-pillow is installed.
|
||||
(add-after 'install 'check-installed
|
||||
(replace 'check
|
||||
(lambda* (#:key outputs inputs #:allow-other-keys)
|
||||
(begin
|
||||
(setenv "HOME" (getcwd))
|
||||
|
Loading…
Reference in New Issue
Block a user