guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: bootstrap-mes-rewired: Remove unnecessary '@'.


From: guix-commits
Subject: 02/02: gnu: bootstrap-mes-rewired: Remove unnecessary '@'.
Date: Tue, 18 Feb 2020 05:18:56 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit 76ad3053aed0f1d04f200d140c42f529dc7af809
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Feb 18 11:18:03 2020 +0100

    gnu: bootstrap-mes-rewired: Remove unnecessary '@'.
    
    * gnu/packages/commencement.scm (%bootstrap-mes-rewired)[native-inputs]:
    Remove unnecessary use of '@'.
---
 gnu/packages/commencement.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index e2dde1b..d06c705 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -254,7 +254,7 @@ pure Scheme to Tar and decompression in one easy step.")
     (name "bootstrap-mes-rewired")
     (version "0.19")
     (source #f)
-    (native-inputs `(("mes" ,(@ (gnu packages bootstrap) %bootstrap-mes))
+    (native-inputs `(("mes" ,%bootstrap-mes)
                      ("gash" ,gash-boot)))
     (inputs '())
     (propagated-inputs '())



reply via email to

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