mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: ocamlbuild: Revise license.
* gnu/packages/ocaml.scm (ocamlbuild)[license]: License is actually LGPL2.0.
This commit is contained in:
parent
63a6145828
commit
c9f4cb161d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue