guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 04/04: gnu: libfaketime: Replace coreutils input with coreutils-minimal.
Date: Sun, 26 Feb 2023 23:56:44 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit e8e6dbdd6ac6759eb1da22f176925d50f4eb66e3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Feb 26 21:14:27 2023 -0500

    gnu: libfaketime: Replace coreutils input with coreutils-minimal.
    
    * gnu/packages/check.scm (libfaketime) [inputs]: Replace coreutils with
    coreutils-minimal.
---
 gnu/packages/check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]