build-system/chromium-binary: Remove references to source.

Previously the resulting store object would also depend on the source.

* nonguix/build-system/chromium-binary.scm (lower): Remove reference to source
in #:wrap-inputs.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Tested-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
Yelninei 2024-06-20 14:08:52 +01:00 committed by Jonathan Brielmaier
parent 1dcd866842
commit 877ed8cc4e
No known key found for this signature in database
GPG Key ID: ECFC83988B4E4B9F

View File

@ -136,7 +136,7 @@
(build chromium-binary-build)
(arguments (append
(strip-keyword-arguments private-keywords arguments)
(list #:wrap-inputs host-inputs))))))
(list #:wrap-inputs (alist-delete "source" host-inputs)))))))
(define* (chromium-binary-build name inputs
#:key