diff options
author | Liliana Marie Prikler <[email protected]> | 2025-01-31 09:26:37 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-02-10 15:19:09 +0100 |
commit | e85f1da933df90677a505e5b54b3dc8773b13d66 (patch) | |
tree | f0a1fcd7cf897c5725cace79be4707f8cd77017f /gnu | |
parent | 02fec056ca7831b7773d3023f7e3facc6ee45dcd (diff) |
gnu: python-clintest: Propagate python-clingo.
* gnu/packages/potassco.scm (python-clintest)[inputs]: Move to…
[propagated-inputs]: … here.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/potassco.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm index 23a3099bfc..43e56ec8bf 100644 --- a/gnu/packages/potassco.scm +++ b/gnu/packages/potassco.scm @@ -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") |