mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -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?)
|
#:configure-flags (if (target-hurd?)
|
||||||
#~'("--disable-device-mapper")
|
#~'("--disable-device-mapper")
|
||||||
#~'())
|
#~'())
|
||||||
|
#:tests? (not (target-hurd?))
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-locales-and-python
|
(add-after 'unpack 'fix-locales-and-python
|
||||||
|
|
Loading…
Reference in a new issue