3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* guix/scripts/style.scm (simplify-package-inputs): Use (const #t) when
POLICY is 'always.
This commit is contained in:
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

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)