diff options
author | Andreas Enge <andreas@enge.fr> | 2013-09-10 20:32:50 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-09-10 20:32:50 +0200 |
commit | e1a264f6fac2f517a2192e07eaae1db600eb8b1d (patch) | |
tree | 13f68d2519012e287a63a06439ccff6708c641ec | |
parent | 1d1f939798d2649bbabc962e37f90efe5805e202 (diff) | |
download | patches-e1a264f6fac2f517a2192e07eaae1db600eb8b1d.tar patches-e1a264f6fac2f517a2192e07eaae1db600eb8b1d.tar.gz |
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>.
-rw-r--r-- | guix/build-system/python.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/build-system/python.scm b/guix/build-system/python.scm index d018ee70f3..03e587ba01 100644 --- a/guix/build-system/python.scm +++ b/guix/build-system/python.scm @@ -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." |