~ruther/guix-local

f856fcb558eb59f9bb0d4b0651bd7508370321f4 — Ludovic Courtès 10 years ago 32728ad
build-system/python: 'package-with-python2' preserves source location.

* guix/build-system/python.scm (package-with-explicit-python): Add
  'location' field.
1 files changed, 1 insertions(+), 0 deletions(-)

M guix/build-system/python.scm
M guix/build-system/python.scm => guix/build-system/python.scm +1 -0
@@ 92,6 92,7 @@ NEW-PREFIX; otherwise, NEW-PREFIX is prepended to the name."
         (if (eq? (package-build-system p) python-build-system)
             (package
               (inherit p)
               (location (package-location p))
               (name (let ((name (package-name p)))
                       (string-append new-prefix
                                      (if (string-prefix? old-prefix name)