guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 450e33b0f803d3014eb89005a125de981c72215c
Author: Yelninei <[email protected]>
AuthorDate: Tue Aug 26 19:02:41 2025 +0000

    gnu: util-linux: Use system-hurd? to distinguish hurd-systems.
    
    * gnu/packages/linux.scm (util-linux): Use system-hurd? when skipping tests.
    
    Change-Id: Ic6f7fe4b5e8918a6b30bc00b8272e8e7bd7c3f43
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 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 8300054355..9f6dcc69f3 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:
            ;; <https://bugs.gnu.org/47791>.
            #:tests? (and (not (%current-target-system))
-                         (not (string-suffix? "-gnu" (%current-system))))
+                         (not (system-hurd?)))
 
            #:phases
            #~(modify-phases %standard-phases

Reply via email to