Archived
1
0
Fork 0

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" (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