mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: lablgtk: Run tests conditionally.
* gnu/packages/ocaml.scm (lablgtk)[arguments]: Remove #:tests? instead of unconditionally setting it to #t. [inputs]: Use new style. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
d43568013e
commit
26f0310128
1 changed files with 2 additions and 6 deletions
|
@ -7108,8 +7108,7 @@ (define-public lablgtk3
|
||||||
"11qfc39cmwfwfpwmjh6wh98zwdv6p73bv8hqwcsss869vs1r7gmn"))))
|
"11qfc39cmwfwfpwmjh6wh98zwdv6p73bv8hqwcsss869vs1r7gmn"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:test-target "."
|
||||||
#:test-target "."
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'make-writable
|
(add-before 'build 'make-writable
|
||||||
|
@ -7125,10 +7124,7 @@ (define-public lablgtk3
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-cairo2))
|
(list ocaml-cairo2))
|
||||||
(inputs
|
(inputs
|
||||||
`(("camlp5" ,camlp5)
|
(list camlp5 gtk+ gtksourceview-3 gtkspell3))
|
||||||
("gtk+" ,gtk+)
|
|
||||||
("gtksourceview-3" ,gtksourceview-3)
|
|
||||||
("gtkspell3" ,gtkspell3)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(home-page "https://github.com/garrigue/lablgtk")
|
(home-page "https://github.com/garrigue/lablgtk")
|
||||||
|
|
Loading…
Reference in a new issue