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 @@ (define matches?
label-matches?))
('always
;; Assume it's gonna be alright.
(const #f))))
(const #t))))
(simplify-inputs location
(package-name package)