guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: propeller-gcc-4: Use G-expression.


From: guix-commits
Subject: 01/05: gnu: propeller-gcc-4: Use G-expression.
Date: Tue, 25 Apr 2023 10:30:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b9162199b344d6fe40efd5841a5593a10194336e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 25 12:18:42 2023 +0200

    gnu: propeller-gcc-4: Use G-expression.
    
    * gnu/packages/embedded.scm (propeller-gcc-4)[arguments]: Use G-expression
    because the parent GCC package uses them too.
---
 gnu/packages/embedded.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index fb45e056d7..598b2d078e 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2016, 2017, 2018, 2019, 2023 Ricardo Wurmus 
<rekado@elephly.net>
 ;;; Copyright © 2016, 2017 Theodoros Foradis <theodoros@foradis.org>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2017, 2020 Efraim Flashner <efraim@flashner.co.il>
@@ -738,9 +738,9 @@ with a layered architecture of JTAG interface and TAP 
support.")
       (arguments
        (substitute-keyword-arguments (package-arguments propeller-gcc-6)
          ((#:phases phases)
-          `(modify-phases ,phases
+          #~(modify-phases #$phases
              (add-after 'unpack 'chdir
-               (lambda _ (chdir "gcc") #t))))))
+               (lambda _ (chdir "gcc")))))))
       (native-inputs
        `(("gcc-4" ,gcc-4.9)
          ,@(package-native-inputs propeller-gcc-6)))



reply via email to

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