me
/
guix
Archived
1
0
Fork 0

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

* guix/scripts/style.scm (simplify-package-inputs): Use (const #t) when
POLICY is 'always.
master
Ludovic Courtès 2021-09-30 00:05:18 +02:00
parent b00fbabdf6
commit 2bec19199e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

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