guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: cross-base: Hotfix for paren


From: guix-commits
Subject: branch master updated: gnu: cross-base: Hotfix for paren
Date: Thu, 02 Apr 2020 18:13:29 -0400

This is an automated email from the git hooks/post-receive script.

carl pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 401d28e  gnu: cross-base: Hotfix for paren
401d28e is described below

commit 401d28e4334dc1b9bb77af3aca6c53364dd51e1b
Author: Carl Dong <address@hidden>
AuthorDate: Thu Apr 2 18:08:33 2020 -0400

    gnu: cross-base: Hotfix for paren
    
    * gnu/packages/cross-base.scm (package-with-extra-patches): Add trailing
    paren.
---
 gnu/packages/cross-base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cross-base.scm b/gnu/packages/cross-base.scm
index 945ef12..dc63dc9 100644
--- a/gnu/packages/cross-base.scm
+++ b/gnu/packages/cross-base.scm
@@ -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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]