~ruther/guix-local

0dfbb0894d7419b7afe65feb8ef3e00fb8739e28 — Nicolas Graves 4 months ago b7f4cf4
build-system: python: Accept pyproject package-with-explicit-python.

* guix/build-system/python.scm (package-with-explicit-python): Accept
pyproject-build-system resolved lazily.

Change-Id: I6e4186b8a7d2ec17afbf6af7d0f9e709cc55e14b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 4 insertions(+), 1 deletions(-)

M guix/build-system/python.scm
M guix/build-system/python.scm => guix/build-system/python.scm +4 -1
@@ 103,7 103,10 @@ pre-defined variants."
      => force)

     ;; Otherwise build the new package object graph.
     ((eq? (package-build-system p) python-build-system)
     ((or (eq? (package-build-system p) python-build-system)
          (eq? (package-build-system p)
               ;; Resolve lazily.
               (@* (guix build-system pyproject) pyproject-build-system)))
      (package/inherit p
        (location (package-location p))
        (name (let ((name (package-name p)))