mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ocaml-cairo2: Only build cairo2 package, remove unneeded deps.
* gnu/packages/ocaml.scm (ocaml-cairo2): Only build cairo2 and not other ocaml packages alongside. Remove unneeded dependencies gtk+-2 and lablgtk. Change-Id: I46a026cf0ed26789a590a889d2db47f32b9a97c8
This commit is contained in:
parent
b8fd792ea2
commit
b7a4ce82ec
1 changed files with 3 additions and 3 deletions
|
@ -8404,10 +8404,10 @@ (define-public ocaml-cairo2
|
|||
(base32
|
||||
"06ag9b88ihhr7yd3s9l0ac7ysig02fmlmsswybbsvz71ni0mb105"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
(list #:package "cairo2"))
|
||||
(inputs
|
||||
`(("cairo" ,cairo)
|
||||
("gtk+-2" ,gtk+-2)
|
||||
("lablgtk" ,lablgtk)))
|
||||
`(("cairo" ,cairo)))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(home-page "https://github.com/Chris00/ocaml-cairo")
|
||||
|
|
Loading…
Reference in a new issue