gnu: wrap-python3: Replace assoc-ref call with gexp variable.
* gnu/packages/python.scm (wrap-python3) [arguments]: Replace assoc-ref call with gexp variable in builder.master
parent
ca0e4a4b5e
commit
97e37a8a79
|
@ -639,9 +639,7 @@ for more information.")))
|
||||||
#:builder
|
#:builder
|
||||||
#~(begin
|
#~(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
(let ((bin (string-append #$output "/bin"))
|
||||||
;; TODO: Remove 'assoc-ref' uses on next rebuild cycle.
|
|
||||||
(let ((bin (string-append (assoc-ref %outputs "out") "/bin"))
|
|
||||||
(python (string-append
|
(python (string-append
|
||||||
;; XXX: '%build-inputs' contains the native
|
;; XXX: '%build-inputs' contains the native
|
||||||
;; Python when cross-compiling.
|
;; Python when cross-compiling.
|
||||||
|
|
Reference in New Issue