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 <ludo@gnu.org>
This commit is contained in:
Yelninei 2025-08-26 19:02:41 +00:00 committed by Ludovic Courtès
parent 68b1a8c73d
commit 450e33b0f8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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