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
@ -3105,7 +3105,7 @@ portable to just about any platform.")
|
||||
(substitute* "test/functests/test_exclude_mono.sh"
|
||||
(("/bin/bash") (which "bash"))))))))
|
||||
(native-inputs (list perl)) ;for tests
|
||||
(inputs (list coreutils))
|
||||
(inputs (list coreutils-minimal))
|
||||
(synopsis "Fake the system time for single applications")
|
||||
(description
|
||||
"The libfaketime library allows users to modify the system time that an
|
||||
|
Loading…
Reference in New Issue
Block a user