mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-08-01 04:21:32 +02:00
gnu: ocamlbuild: Revise license.
* gnu/packages/ocaml.scm (ocamlbuild)[license]: License is actually LGPL2.0.
This commit is contained in:
@@ -239,13 +239,13 @@ functional, imperative and object-oriented styles of programming.")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure))
|
||||
; some failures because of changes in OCaml's error message formating
|
||||
;; some failures because of changes in OCaml's error message formating
|
||||
#:tests? #f))
|
||||
(home-page "https://github.com/ocaml/ocamlbuild")
|
||||
(synopsis "OCaml build tool")
|
||||
(description "OCamlbuild is a generic build tool, that has built-in rules
|
||||
for building OCaml library and programs.")
|
||||
(license license:lgpl2.1+)))
|
||||
(license license:lgpl2.0)))
|
||||
|
||||
(define-public ocaml-extlib
|
||||
(package
|
||||
|
||||
Reference in New Issue
Block a user