diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-02-26 21:14:27 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-02-26 23:41:42 -0500 |
commit | e8e6dbdd6ac6759eb1da22f176925d50f4eb66e3 (patch) | |
tree | 8215cc5fb4529e9cc3c1306f2c09b852505c9e9c | |
parent | e5dd816c1c0f4aa1bc230b27ebcf5f907f8ffaa6 (diff) | |
download | guix-e8e6dbdd6ac6759eb1da22f176925d50f4eb66e3.tar.gz guix-e8e6dbdd6ac6759eb1da22f176925d50f4eb66e3.zip |
gnu: libfaketime: Replace coreutils input with coreutils-minimal.
* gnu/packages/check.scm (libfaketime) [inputs]: Replace coreutils with
coreutils-minimal.
-rw-r--r-- | gnu/packages/check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index f82b01def1..9aadd5351e 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -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 |