1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-clintest: Propagate python-clingo.

* gnu/packages/potassco.scm (python-clintest)[inputs]: Move to…
[propagated-inputs]: … here.
This commit is contained in:
Liliana Marie Prikler
2025-01-31 09:26:37 +01:00
parent 02fec056ca
commit e85f1da933

View File

@@ -771,7 +771,7 @@ which allows user interfaces to be specified entirely as a logic program.")
(base32
"1k8y3pm3w81n2appfl98drv1hpgjjqi2hxb1aa52y2m831lir38s"))))
(build-system pyproject-build-system)
(inputs (list python-clingo))
(propagated-inputs (list python-clingo))
(native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://potassco.org/clintest/")
(synopsis "Test framework for clingo programs")