guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: shepherd: Add "guile3.0-shepherd" variant.


From: guix-commits
Subject: 02/03: gnu: shepherd: Add "guile3.0-shepherd" variant.
Date: Sun, 16 Feb 2020 17:31:21 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 139a9887843d0ea7dd724c4dd0d00470337370b3
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sun Feb 16 23:12:41 2020 +0100

    gnu: shepherd: Add "guile3.0-shepherd" variant.
    
    * gnu/packages/admin.scm (guile3.0-shepherd): New variable.
---
 gnu/packages/admin.scm | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 8f8038b..a5f6158 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic 
Courtès <address@hidden>
 ;;; Copyright © 2013 Cyril Roelandt <address@hidden>
 ;;; Copyright © 2014, 2015, 2016, 2018, 2019 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014, 2015, 2016, 2017, 2018 Eric Bavier <address@hidden>
@@ -228,6 +228,16 @@ interface and is based on GNU Guile.")
     (license license:gpl3+)
     (home-page "https://www.gnu.org/software/shepherd/";)))
 
+(define-public guile3.0-shepherd
+  (package
+    (inherit shepherd)
+    (name "guile3.0-shepherd")
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("guile" ,guile-next)))
+    (inputs
+     `(("guile" ,guile-next)))))
+
 (define-public cloud-utils
   (package
     (name "cloud-utils")



reply via email to

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