me
/
guix
Archived
1
0
Fork 0

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>
master
Maxime Devos 2022-03-04 13:01:15 +00:00 committed by Maxim Cournoyer
parent d43568013e
commit 26f0310128
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 6 deletions

View File

@ -7108,8 +7108,7 @@ support for Mparser.")))
"11qfc39cmwfwfpwmjh6wh98zwdv6p73bv8hqwcsss869vs1r7gmn"))))
(build-system dune-build-system)
(arguments
`(#:tests? #t
#:test-target "."
`(#:test-target "."
#:phases
(modify-phases %standard-phases
(add-before 'build 'make-writable
@ -7125,10 +7124,7 @@ support for Mparser.")))
(propagated-inputs
(list ocaml-cairo2))
(inputs
`(("camlp5" ,camlp5)
("gtk+" ,gtk+)
("gtksourceview-3" ,gtksourceview-3)
("gtkspell3" ,gtkspell3)))
(list camlp5 gtk+ gtksourceview-3 gtkspell3))
(native-inputs
(list pkg-config))
(home-page "https://github.com/garrigue/lablgtk")