From c19cd880277b27d995715ccbe3f46b591ddfedf1 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Mon, 16 Feb 2026 17:20:53 -0500 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0838c0085e..8a28261423 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 &"