mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: tar: Add chained renames and Directory to hurd skipped tests.
* gnu/packages/base.scm (tar)[arguments]: Include chained renames and Directory in the tests skipped for when building for the hurd.
This commit is contained in:
parent
8b8430c0ad
commit
1f29136e25
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,8 @@ (define-public tar
|
|||
",!concatenated incremental archives (renames)"
|
||||
",!renamed directory containing subdirectories"
|
||||
",!renamed subdirectories"
|
||||
",!chained renames"
|
||||
",!Directory"
|
||||
"'")))
|
||||
'())
|
||||
#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue