mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ convenience functions for vectors and matrices.")
|
|||
(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…
Add table
Add a link
Reference in a new issue