guix: python: Do not import %standard-phases from gnu-build-system.

* guix/build-system/python.scm (python-build): Drop module gnu-build-system.
    Thanks to Ludovic Courtès <ludo@gnu.org>.
This commit is contained in:
Andreas Enge 2013-09-10 20:32:50 +02:00
parent 1d1f939798
commit e1a264f6fa
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ prepended to the name."
(guix build gnu-build-system)
(guix build utils)))
(modules '((guix build python-build-system)
(guix build gnu-build-system)
(guix build utils))))
"Build SOURCE using PYTHON, and with INPUTS. This assumes that SOURCE
provides a 'setup.py' file as its build system."