guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: sbcl-cl-rdkafka: Fix build.


From: guix-commits
Subject: 06/08: gnu: sbcl-cl-rdkafka: Fix build.
Date: Sat, 12 Sep 2020 05:25:25 -0400 (EDT)

glv pushed a commit to branch wip-lisp
in repository guix.

commit f596b4768fc8f4c87034e3ef7910259fc5a739b2
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Sep 12 10:04:29 2020 +0200

    gnu: sbcl-cl-rdkafka: Fix build.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-rdkafka)[arguments]: Remove 
'move-bundle'
      phase.
---
 gnu/packages/lisp-xyz.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 081aef6..67cb39b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9416,15 +9416,7 @@ tables.")
              (substitute* "src/low-level/librdkafka-bindings.lisp"
                (("librdkafka" all)
                 (string-append (assoc-ref inputs "librdkafka") "/lib/"
-                               all)))))
-         (add-before 'cleanup 'move-bundle
-           (lambda* (#:key outputs #:allow-other-keys)
-             (let* ((out (assoc-ref outputs "out"))
-                    (actual (string-append out 
"/lib/sbcl/src/cl-rdkafka.fasl"))
-                    (expected (string-append
-                               out "/lib/sbcl/cl-rdkafka--system.fasl")))
-               (copy-file actual expected)
-               #t))))))
+                               all))))))))
     (inputs
      `(("bordeaux-threads" ,sbcl-bordeaux-threads)
        ("cffi" ,sbcl-cffi)



reply via email to

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