diff --git a/guix/build/python-build-system.scm b/guix/build/python-build-system.scm index 08871f60cd..26ba744aca 100644 --- a/guix/build/python-build-system.scm +++ b/guix/build/python-build-system.scm @@ -176,8 +176,8 @@ (define (python-output outputs) (define (site-packages inputs outputs) "Return the path of the current output's Python site-package." - (let* ((out (python-output outputs)) - (python (assoc-ref inputs "python"))) + (let ((out (python-output outputs)) + (python (assoc-ref inputs "python"))) (string-append out "/lib/python" (python-version python) "/site-packages"))) (define (add-installed-pythonpath inputs outputs)