guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: guile2.0-shepherd: Remove.


From: guix-commits
Subject: 03/08: gnu: guile2.0-shepherd: Remove.
Date: Fri, 5 May 2023 18:06:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 69a65335f9937adc0bbaa5206d867c3a2e5c3980
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri May 5 23:06:36 2023 +0200

    gnu: guile2.0-shepherd: Remove.
    
    Version 0.9.x of the Shepherd requires Guile >= 2.2.
    
    * gnu/packages/admin.scm (guile2.0-shepherd): Remove.
---
 gnu/packages/admin.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 729f9dc411..92dc5a429f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -375,25 +375,6 @@ interface and is based on GNU Guile.")
     (native-inputs (list pkg-config guile-2.2))
     (inputs (list guile-2.2 guile2.2-fibers))))
 
-(define-public guile2.0-shepherd
-  (package
-    (inherit shepherd)
-    (name "guile2.0-shepherd")
-    (native-inputs
-     (list help2man pkg-config guile-2.0))
-    (inputs
-     (list guile-2.0))
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'patch-source
-           (lambda _
-             ;; (ice-9 threads) isn't available in guile-2.0
-             (substitute* "modules/shepherd.scm"
-               ((".*\\(ice-9 threads\\).*") ""))
-             #t)))
-       ,@(package-arguments shepherd)))))
-
 (define-public cfm
   (package
     (name "cfm")



reply via email to

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