mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
68b1a8c73d
commit
450e33b0f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue