me
/
guix
Archived
1
0
Fork 0

gnu: parted: Disable tests for the Hurd.

* gnu/packages/disk.scm (parted)[argument]: Set #:tests? to #false when
building for the Hurd.
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
1 changed files with 1 additions and 0 deletions

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