guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit cc397960c3ac8d20992853b9f1d05f787146c230
Author: Greg Hogan <[email protected]>
AuthorDate: Thu Jan 22 18:20:40 2026 +0000

    gnu: hyprutils: Disable tests.
    
    * gnu/packages/cpp.scm (hyprutils)[arguments]<#:tests?>: Disable.
    
    Change-Id: I3802949ab6c8a819528fcd0de4c5122f9e899842
---
 gnu/packages/cpp.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 4edae46bfe..29a52e47ab 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -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";)

Reply via email to