From 450e33b0f803d3014eb89005a125de981c72215c Mon Sep 17 00:00:00 2001 From: Yelninei Date: Tue, 26 Aug 2025 19:02:41 +0000 Subject: [PATCH] gnu: util-linux: Use system-hurd? to distinguish hurd-systems. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (util-linux): Use system-hurd? when skipping tests. Change-Id: Ic6f7fe4b5e8918a6b30bc00b8272e8e7bd7c3f43 Signed-off-by: Ludovic Courtès --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8300054355c4f020caa8a330014d6c4b5fe7d367..9f6dcc69f360e29c5ad92e5a369e85066a0e7ee7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3063,7 +3063,7 @@ deviation, and minimum and maximum values. It can show a nice histogram too.") ;; FIXME: For now we cannot reliably run tests on GNU/Hurd: ;; . #:tests? (and (not (%current-target-system)) - (not (string-suffix? "-gnu" (%current-system)))) + (not (system-hurd?))) #:phases #~(modify-phases %standard-phases