guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-squee: Fix the "guile3.0-squee" varian


From: guix-commits
Subject: branch master updated: gnu: guile-squee: Fix the "guile3.0-squee" variant.
Date: Sun, 01 Mar 2020 15:50:53 -0500

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

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cfe3581  gnu: guile-squee: Fix the "guile3.0-squee" variant.
cfe3581 is described below

commit cfe3581426fbd1526543e9d628ee359b6c2f6a04
Author: Christopher Baines <address@hidden>
AuthorDate: Sun Mar 1 20:48:40 2020 +0000

    gnu: guile-squee: Fix the "guile3.0-squee" variant.
    
    * gnu/packages/guile-xyz.scm (guile3.0-squee): Switch inputs to 
native-inputs.
---
 gnu/packages/guile-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 09334e3..1062456 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -671,8 +671,9 @@ using Guile's foreign function interface.")
   (package
     (inherit guile-squee)
     (name "guile3.0-squee")
-    (inputs `(("guile" ,guile-next)
-              ,@(alist-delete "guile" (package-inputs guile-squee))))))
+    (native-inputs `(("guile" ,guile-next)
+                     ,@(alist-delete "guile"
+                                     (package-native-inputs guile-squee))))))
 
 (define-public guile-colorized
   (package



reply via email to

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