gnu: libfaketime: Replace coreutils input with coreutils-minimal.

* gnu/packages/check.scm (libfaketime) [inputs]: Replace coreutils with
coreutils-minimal.
This commit is contained in:
Maxim Cournoyer 2023-02-26 21:14:27 -05:00
parent e5dd816c1c
commit e8e6dbdd6a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -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