gnu: python: Simplify list of configure flags.
authorLudovic Courtès <ludo@gnu.org>
Wed, 7 Oct 2015 22:05:34 +0000 (00:05 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 7 Oct 2015 22:05:34 +0000 (00:05 +0200)
commit6a20289d5a38520fd79e80c256a0315c96a46347
tree453242901e55b21078e621aaccfe325109982b79
parentafa181fff435b4e549092c2639e8165069082755
gnu: python: Simplify list of configure flags.

* gnu/packages/patches/python-2.7-search-paths.patch,
  gnu/packages/patches/python-3-search-paths.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/python.scm (python-2)[source]: Use first patch.
  [arguments]: Remove now unneeded CPPFLAGS and LDFLAGS.
  (python)[source]: Use second patch.
  (python-minimal)[arguments]: Remove CPPFLAGS and LDFLAGS.
gnu-system.am
gnu/packages/patches/python-2.7-search-paths.patch [new file with mode: 0644]
gnu/packages/patches/python-3-search-paths.patch [new file with mode: 0644]
gnu/packages/python.scm