mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: ocaml-num: Make stublibs a directory.
* gnu/packages/ocaml.scm (ocaml-num)[arguments]: Fix 'fix-stublibs phase.
This commit is contained in:
@@ -697,7 +697,8 @@ written in Objective Caml.")
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(format #t "~a~%" (find-files "." ".*.so"))
|
||||
(let ((stubdir (string-append (assoc-ref outputs "out")
|
||||
"/lib/ocaml/site-lib")))
|
||||
"/lib/ocaml/site-lib/stublibs")))
|
||||
(delete-file stubdir)
|
||||
(mkdir-p stubdir)
|
||||
(install-file "src/dllnums.so" stubdir))
|
||||
#t)))))
|
||||
|
||||
Reference in New Issue
Block a user