mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05: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:
parent
760a80bf9b
commit
f1a68cbb72
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ (define-public parted
|
|||
#:configure-flags (if (target-hurd?)
|
||||
#~'("--disable-device-mapper")
|
||||
#~'())
|
||||
#:tests? (not (target-hurd?))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-locales-and-python
|
||||
|
|
Loading…
Reference in a new issue