~ruther/guix-local

86f8e74255a368fb24dc36eef8cab71f990178dd — Hugo Buddelmeijer 6 months ago 4e62f1c
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
1 files changed, 6 insertions(+), 3 deletions(-)

M gnu/packages/potassco.scm
M gnu/packages/potassco.scm => gnu/packages/potassco.scm +6 -3
@@ 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