guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: sbcl-iolib.grovel: Deprecate in favour of sbcl-cffi-grovel.


From: guix-commits
Subject: 02/02: gnu: sbcl-iolib.grovel: Deprecate in favour of sbcl-cffi-grovel.
Date: Thu, 7 May 2020 03:24:55 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 3078c05eb2b514593ee34049eda49111ccbc3106
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Wed May 6 21:41:52 2020 +0200

    gnu: sbcl-iolib.grovel: Deprecate in favour of sbcl-cffi-grovel.
    
    * gnu/packages/lisp-xyz.scm (sbcl-iolib.grovel): Deprecate since upstream 
has
      removed it; they are now using cffi-grovel instead.
---
 gnu/packages/lisp-xyz.scm | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fc15bf4..4f406de 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5478,26 +5478,7 @@ and @code{kqueue(2)}), a pathname library and 
file-system utilities.")
     (synopsis "Base package for IOLib, a Common Lisp I/O library")))
 
 (define-public sbcl-iolib.grovel
-  (package
-    (inherit sbcl-iolib.asdf)
-    (name "sbcl-iolib.grovel")
-    (inputs
-     `(("iolib.asdf" ,sbcl-iolib.asdf)
-       ("iolib.conf" ,sbcl-iolib.conf)
-       ("iolib.base", sbcl-iolib.base)
-       ("cffi", sbcl-cffi)))
-    (arguments
-     '(#:asd-file "iolib.grovel.asd"
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'install 'install-header
-           (lambda* (#:key outputs #:allow-other-keys)
-             ;; This header is required by sbcl-iolib.
-             (install-file "src/grovel/grovel-common.h"
-                           (string-append (assoc-ref outputs "out")
-                                          "/lib/sbcl"))
-             #t)))))
-    (synopsis "CFFI Groveller for IOLib, a Common Lisp I/O library")))
+  (deprecated-package "sbcl-iolib.grovel" sbcl-cffi-grovel))
 
 (define sbcl-iolib+syscalls
   (package



reply via email to

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