gnu: parted: Disable tests for the Hurd.
* gnu/packages/disk.scm (parted)[argument]: Set #:tests? to #false when building for the Hurd.
parent
760a80bf9b
commit
f1a68cbb72
|
@ -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
|
||||
|
|
Reference in New Issue