gnu: docker: Fix tests.

Fixes <https://issues.guix.gnu.org/59551>.
Reported by Edison Ibáñez <arkhan@riseup.net>

* gnu/packages/linux.scm (xfsprogs-5.9): New variable.
* gnu/packages/docker.scm (docker)[inputs]: Replace xfsprogs by xfsprogs-5.9.
This commit is contained in:
Danny Milosavljevic 2022-11-25 14:44:27 +01:00
parent 78ee6dcfe1
commit 7e0ad0dd0f
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5
2 changed files with 15 additions and 1 deletions

View file

@ -580,7 +580,7 @@ runcexecutor/executor.go"
util-linux
lvm2
tini
xfsprogs
xfsprogs-5.9
xz))
(native-inputs
(list eudev ; TODO: Should be propagated by lvm2 (.pc -> .pc)