gnu: cross-base: Hotfix for paren
* gnu/packages/cross-base.scm (package-with-extra-patches): Add trailing paren.
This commit is contained in:
parent
79825bee07
commit
401d28e433
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user