gnu: hydrus-network: Reenable tests.

This is a follow-up to commit 9923da6081

* gnu/packages/image-viewers.scm (hydrus-network)[arguments]<#:phases>
{check}: Uncomment check command.

Change-Id: I68ebe4a363fd38429a0c77c04ec66794777526d9
This commit is contained in:
Andreas Enge 2025-08-13 21:48:58 +02:00
parent 9923da6081
commit b966f4007c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1185,8 +1185,7 @@ synchronization of multiple instances.")
(setenv "DISPLAY" ":0") (setenv "DISPLAY" ":0")
(setenv "XDG_CACHE_HOME" (getcwd)) (setenv "XDG_CACHE_HOME" (getcwd))
(setenv "HOME" (getcwd)) (setenv "HOME" (getcwd))
; (invoke "xvfb-run" "python" "hydrus_test.py") (invoke "xvfb-run" "python" "hydrus_test.py")))
))
;; XXX: program help files are not built. Updating ;; XXX: program help files are not built. Updating
;; python-pymdown-extensions to its latest version might be the ;; python-pymdown-extensions to its latest version might be the
;; solution, but this would require also packaging its new build ;; solution, but this would require also packaging its new build