me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-cl-rdkafka: Fix build.

* gnu/packages/lisp-xyz.scm (sbcl-cl-rdkafka)[arguments]: Remove 'move-bundle'
  phase.
master
Guillaume Le Vaillant 2020-09-12 10:04:29 +02:00
parent e44dd9a4e1
commit f596b4768f
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 9 deletions

View File

@ -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)