From cc397960c3ac8d20992853b9f1d05f787146c230 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Thu, 22 Jan 2026 18:20:40 +0000 Subject: [PATCH] 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 4edae46bfe5..29a52e47ab4 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")