me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-extlib: Convert to dune-build-system.

* gnu/packages/ocaml.scm (ocaml-extlib) [build-system]: Convert to
dune-build-system.
[arguments]: Remove '#:phases' and add '#:package'.

Change-Id: Ia50c05423f3062200704fbcbb0680f2b326a7ca4
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Vivien Kraus 2024-03-09 22:03:15 +01:00 committed by Liliana Marie Prikler
parent f367047e95
commit 704e09f162
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 4 deletions

View File

@ -644,11 +644,9 @@ code for interfacing Caml with C from an IDL description of the C functions.")
(sha256 (sha256
(base32 (base32
"1jydzw2n84cfiz9y6lk4gih4wbr8jybanmiryfs01svd07g4vpjq")))) "1jydzw2n84cfiz9y6lk4gih4wbr8jybanmiryfs01svd07g4vpjq"))))
(build-system ocaml-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:phases (list #:package "extlib"))
(modify-phases %standard-phases
(delete 'configure))))
(native-inputs (native-inputs
(list ocaml-cppo)) (list ocaml-cppo))
(home-page "https://github.com/ygrek/ocaml-extlib") (home-page "https://github.com/ygrek/ocaml-extlib")