gnu: libfaketime: Replace coreutils input with coreutils-minimal.
* gnu/packages/check.scm (libfaketime) [inputs]: Replace coreutils with coreutils-minimal.
This commit is contained in:
parent
e5dd816c1c
commit
e8e6dbdd6a
1 changed files with 1 additions and 1 deletions
|
@ -3105,7 +3105,7 @@ portable to just about any platform.")
|
||||||
(substitute* "test/functests/test_exclude_mono.sh"
|
(substitute* "test/functests/test_exclude_mono.sh"
|
||||||
(("/bin/bash") (which "bash"))))))))
|
(("/bin/bash") (which "bash"))))))))
|
||||||
(native-inputs (list perl)) ;for tests
|
(native-inputs (list perl)) ;for tests
|
||||||
(inputs (list coreutils))
|
(inputs (list coreutils-minimal))
|
||||||
(synopsis "Fake the system time for single applications")
|
(synopsis "Fake the system time for single applications")
|
||||||
(description
|
(description
|
||||||
"The libfaketime library allows users to modify the system time that an
|
"The libfaketime library allows users to modify the system time that an
|
||||||
|
|
Reference in a new issue