mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-asprin: Fix build.
* gnu/packages/potassco.scm (python-asprin): Fix build. [arguments] <#:phases>: Replace 'check phase. [native-inputs]: Remove python-wheel. Change-Id: I1f5b6418e50812bef5ba565877e8cdf4cd04d632
This commit is contained in:
committed by
Sharlatan Hellseher
parent
4e62f1cc47
commit
86f8e74255
@@ -607,10 +607,13 @@ bindings for Clingo.")
|
||||
(("\"clingo\"")
|
||||
(string-append "\""
|
||||
(search-input-file inputs "bin/clingo")
|
||||
"\""))))))))
|
||||
"\"")))))
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "python" "build/lib/asprin/asprin.py" "--test")))))))
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(list python-setuptools))
|
||||
(inputs
|
||||
(list clingo))
|
||||
(propagated-inputs
|
||||
|
||||
Reference in New Issue
Block a user