guix-commits
[Top][All Lists]
Advanced

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

06/06: style: Really honor '--input-simplification=always'.


From: guix-commits
Subject: 06/06: style: Really honor '--input-simplification=always'.
Date: Wed, 29 Sep 2021 18:07:26 -0400 (EDT)

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

commit 2bec19199e6a42a6d0419a59230e5688e4b7eca0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Sep 30 00:05:18 2021 +0200

    style: Really honor '--input-simplification=always'.
    
    * guix/scripts/style.scm (simplify-package-inputs): Use (const #t) when
    POLICY is 'always.
---
 guix/scripts/style.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/style.scm b/guix/scripts/style.scm
index 3c10019..8957c1d 100644
--- a/guix/scripts/style.scm
+++ b/guix/scripts/style.scm
@@ -419,7 +419,7 @@ simplify inputs!)."
                                 label-matches?))
                            ('always
                             ;; Assume it's gonna be alright.
-                            (const #f))))
+                            (const #t))))
 
                        (simplify-inputs location
                                         (package-name package)



reply via email to

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