mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-pynput: Fix sanity-check failing.
* gnu/packages/python-xyz.scm (python-pynput)[arguments]<#:phases>: Have the start-xserver phase be before sanity-check, not check phase. Change-Id: I2e0c0a73d804a4041d0c550a2dd7aba685bf40aa
This commit is contained in:
@@ -26849,7 +26849,7 @@ environments.")
|
||||
(substitute* "setup.py"
|
||||
(("RUNTIME_PACKAGES \\+ SETUP_PACKAGES")
|
||||
"RUNTIME_PACKAGES"))))
|
||||
(add-before 'check 'start-xserver
|
||||
(add-before 'sanity-check 'start-xserver
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((Xvfb (search-input-file inputs "/bin/Xvfb")))
|
||||
(system (format #f "~a :1 -screen 0 640x480x24 &"
|
||||
|
||||
Reference in New Issue
Block a user