guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: s6-linux-init: Update to 1.0.3.1.


From: guix-commits
Subject: 05/10: gnu: s6-linux-init: Update to 1.0.3.1.
Date: Wed, 8 Jan 2020 19:22:46 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit c1eab4a2a9043004f2cad8f628d3a990c818c7ec
Author: Oleg Pykhalov <address@hidden>
AuthorDate: Thu Jan 9 02:59:51 2020 +0300

    gnu: s6-linux-init: Update to 1.0.3.1.
    
    * gnu/packages/skarnet.scm (s6-linux-init)[version]: Update to 1.0.3.1.
    [inputs]: Add execline and s6.
    [arguments]: Add '--with-lib=' for execline and s6.
---
 gnu/packages/skarnet.scm | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 79d3acb..c26058a 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -287,7 +287,7 @@ systems and other constrained environments, but they work 
everywhere.")))
 (define-public s6-linux-init
   (package
    (name "s6-linux-init")
-   (version "0.4.0.1")
+   (version "1.0.3.1")
    (source
     (origin
      (method url-fetch)
@@ -295,16 +295,24 @@ systems and other constrained environments, but they work 
everywhere.")))
            "http://skarnet.org/software/s6-linux-init/s6-linux-init-";
            version ".tar.gz"))
      (sha256
-      (base32 "0i79b0r3amhsf1xqr9k9v9bxmm4imlakfpsybviwhlj8dlawldxm"))))
+      (base32 "1yq2xnp41a1lqpjzvq5jawgy64jwaxalvjdnlvgdpi9bkicgasi1"))))
     (build-system gnu-build-system)
     (inputs
-     `(("skalibs" ,skalibs)))
+     `(("execline" ,execline)
+       ("s6", s6)
+       ("skalibs" ,skalibs)))
     (arguments
      '(#:configure-flags
        (list
         (string-append "--with-lib="
                        (assoc-ref %build-inputs "skalibs")
                        "/lib/skalibs")
+        (string-append "--with-lib="
+                       (assoc-ref %build-inputs "execline")
+                       "/lib/execline")
+        (string-append "--with-lib="
+                       (assoc-ref %build-inputs "s6")
+                       "/lib/s6")
         (string-append "--with-sysdeps="
                        (assoc-ref %build-inputs "skalibs")
                        "/lib/skalibs/sysdeps"))



reply via email to

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