build-system/python: 'package-with-python2' preserves source location.
* guix/build-system/python.scm (package-with-explicit-python): Add 'location' field.
This commit is contained in:
parent
32728adb95
commit
f856fcb558
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ (define transform
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue