gnu: lablgtk: Update to 2.18.8.
* gnu/packages/ocaml.scm (lablgtk): Update to 2.18.8. [source]: Use git-fetch. [native-inputs]: Remove camlp4.master
parent
8146ec5558
commit
3a23b461f4
|
@ -814,17 +814,18 @@ Knuth’s LR(1) parser construction technique.")
|
||||||
(define-public lablgtk
|
(define-public lablgtk
|
||||||
(package
|
(package
|
||||||
(name "lablgtk")
|
(name "lablgtk")
|
||||||
(version "2.18.6")
|
(version "2.18.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (ocaml-forge-uri name version 1726))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/garrigue/lablgtk")
|
||||||
|
(commit "lablgtk2188")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y38fdvswy6hmppm65qvgdk4pb3ghhnvz7n4ialf46340r1s5p2d"))))
|
"0gpww8bkwi5cl68kc006970zvzwvq73h1mwrnd239apmwlxc1l8a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("camlp4" ,camlp4)
|
`(("ocaml" ,ocaml)
|
||||||
("ocaml" ,ocaml)
|
|
||||||
("findlib" ,ocaml-findlib)
|
("findlib" ,ocaml-findlib)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
;; FIXME: Add inputs gtkgl-2.0, libpanelapplet-2.0, gtkspell-2.0,
|
;; FIXME: Add inputs gtkgl-2.0, libpanelapplet-2.0, gtkspell-2.0,
|
||||||
|
|
Reference in New Issue