guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add guile3.0-gi.


From: guix-commits
Subject: branch master updated: gnu: Add guile3.0-gi.
Date: Sun, 26 Jan 2020 07:10:24 -0500

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bfb51f5  gnu: Add guile3.0-gi.
bfb51f5 is described below

commit bfb51f5e5ae9df3fbdbbeaa5b32ada64f21e0c7c
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Jan 26 13:09:35 2020 +0100

    gnu: Add guile3.0-gi.
    
    * gnu/packages/guile-xyz.scm (guile3.0-gi): New variable.
---
 gnu/packages/guile-xyz.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index d8b458b..e015503 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2546,6 +2546,14 @@ libraries, such as GTK+3.  Its README comes with the 
disclaimer: This is
 pre-alpha code.")
     (license license:gpl3+)))
 
+(define-public guile3.0-gi
+  (package
+    (inherit guile-gi)
+    (name "guile3.0-gi")
+    (native-inputs
+     `(("guile" ,guile-3.0)
+       ,@(package-native-inputs guile-gi)))))
+
 (define-public guile-srfi-159
   (let ((commit "1bd98abda2ae4ef8f36761a167903e55c6bda7bb")
         (revision "0"))



reply via email to

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