3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: parted: Disable tests for the Hurd.

* gnu/packages/disk.scm (parted)[argument]: Set #:tests? to #false when
building for the Hurd.
This commit is contained in:
Janneke Nieuwenhuizen 2023-06-10 10:08:42 +02:00
parent 760a80bf9b
commit f1a68cbb72
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -259,6 +259,7 @@ tmpfs/ramfs filesystems.")
#:configure-flags (if (target-hurd?)
#~'("--disable-device-mapper")
#~'())
#:tests? (not (target-hurd?))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-locales-and-python