~ruther/guix-local

ref: 9be8d7c8cb1b1ee4d1f3ba7360320527199b4a0d guix-local/gnu/packages/python.scm -rw-r--r-- 2.3 KiB
9be8d7c8 — Ludovic Courtès 13 years ago
gnu: Define `native-search-paths' for Automake, Guile, and Python.

* gnu/packages/autotools.scm (automake)[native-search-paths]: New field.
* gnu/packages/guile.scm (guile-1.8)[native-search-paths]: New field.
  (guile-2.0)[native-search-paths]: New field.
* gnu/packages/python.scm (python)[native-search-paths]: New field.
64858bc0 — Ludovic Courtès 13 years ago
gnu: python: Remove unnecessary module import.

* gnu/packages/python.scm: Remove use of (gnu packages base).
1ffa7090 — Ludovic Courtès 13 years ago
distro: Change the module name space to (gnu ...).

* distro: Rename to...
* gnu: ... this.  Update module names accordingly.
* Makefile.am: Adjust accordingly.
* po/POTFILES.in: Likewise.
* distro.scm: Search for files under /gnu/packages instead of
  /distro/packages.
* gnu/packages/base.scm (ld-wrapper-boot3): Likewise.
a01b6da7 — Nikita Karetnikov 13 years ago
distro: Add Python 2.7.3.

* distro/packages/python.scm: New file.
* Makefile.am (MODULES): Add it.