gnu: hyprutils: Disable tests.

* gnu/packages/cpp.scm (hyprutils)[arguments]<#:tests?>: Disable.

Change-Id: I3802949ab6c8a819528fcd0de4c5122f9e899842
This commit is contained in:
Greg Hogan 2026-01-22 18:20:40 +00:00
parent 19a386565b
commit cc397960c3
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -1044,6 +1044,7 @@ language used in Hyprland.")
(base32
"1ymiqzncppdik8lw3ad7xaqig6c7bjcy7crcwbq3rjfk2hrc8rmc"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f))
(native-inputs (list gcc-15 pkg-config))
(inputs (list pixman))
(home-page "https://github.com/hyprwm/hyprutils")