build-system/python: Disable grafts.
authorLudovic Courtès <ludo@gnu.org>
Sun, 16 Oct 2022 19:39:31 +0000 (21:39 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 21 Oct 2022 23:46:54 +0000 (01:46 +0200)
commitb544f460989a6189af111bb3ff6752cabdf23abc
treeb77e36adc41d454fce8a136fc931ea8275d5d47d
parentfa6566bdc02958823b342b86c7d88853542444ae
build-system/python: Disable grafts.

This is consistent with what 'gnu-build' does and makes sure origins
aren't getting lowered with #:graft? #t in one case and not in the
other.

This is a followup to df46bef48eaa43c502fa9193371692c039b460c1 and
dada5e86ed58c1869e30678c4d69582b1528ed6c.

* guix/build-system/python.scm (python-build): Pass #:graft? #f.
guix/build-system/python.scm