gnu: cross-base: Hotfix for paren

* gnu/packages/cross-base.scm (package-with-extra-patches): Add trailing
paren.
This commit is contained in:
Carl Dong 2020-04-02 18:08:33 -04:00
parent 79825bee07
commit 401d28e433
No known key found for this signature in database
GPG Key ID: 0CC52153197991A5

View File

@ -80,7 +80,7 @@
"Return package ORIGINAL with all PATCHES appended to its list of patches."
(package-with-patch original
`(,@(origin-patches (package-source original))
,@patches))
,@patches)))
(define (cross-binutils target)
"Return a cross-Binutils for TARGET."