mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xfstests: Add inputs.
* gnu/packages/file-systems.scm (xfstests)[arguments]: Search for bc, df, and perl. [inputs]: Add bc.
This commit is contained in:
parent
bf587a2094
commit
90e34d25d5
1 changed files with 5 additions and 1 deletions
|
@ -44,6 +44,7 @@
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
#:use-module (gnu packages acl)
|
#:use-module (gnu packages acl)
|
||||||
#:use-module (gnu packages admin)
|
#:use-module (gnu packages admin)
|
||||||
|
#:use-module (gnu packages algebra)
|
||||||
#:use-module (gnu packages attr)
|
#:use-module (gnu packages attr)
|
||||||
#:use-module (gnu packages autotools)
|
#:use-module (gnu packages autotools)
|
||||||
#:use-module (gnu packages backup)
|
#:use-module (gnu packages backup)
|
||||||
|
@ -1262,8 +1263,10 @@ APFS.")
|
||||||
(dirname (search-input-file inputs file)))
|
(dirname (search-input-file inputs file)))
|
||||||
(list "bin/setfacl" ; acl
|
(list "bin/setfacl" ; acl
|
||||||
"bin/attr" ; attr
|
"bin/attr" ; attr
|
||||||
"bin/ls" ; coreutils
|
"bin/bc" ; bc
|
||||||
|
"bin/df" ; coreutils
|
||||||
"bin/hostname" ; inetutils
|
"bin/hostname" ; inetutils
|
||||||
|
"bin/perl" ; perl
|
||||||
"sbin/mkfs.xfs")))))) ; xfsprogs
|
"sbin/mkfs.xfs")))))) ; xfsprogs
|
||||||
(add-after 'install 'create-helper
|
(add-after 'install 'create-helper
|
||||||
;; Upstream installs only a ‘check’ script that's not in $PATH and
|
;; Upstream installs only a ‘check’ script that's not in $PATH and
|
||||||
|
@ -1322,6 +1325,7 @@ xfstest's \"~a\" command (with any OPTIONs) as documented below.\n\n"
|
||||||
(inputs
|
(inputs
|
||||||
(list acl
|
(list acl
|
||||||
attr
|
attr
|
||||||
|
bc
|
||||||
guile-3.0 ; for our xfstests-check helper script
|
guile-3.0 ; for our xfstests-check helper script
|
||||||
inetutils
|
inetutils
|
||||||
`(,util-linux "lib")
|
`(,util-linux "lib")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue