~ruther/guix-local

450e33b0f803d3014eb89005a125de981c72215c — Yelninei 8 months ago 68b1a8c
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +1 -1
@@ 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