~ruther/guix-local

ref: 93be8dc4c93dec03b68fcbb8a8955f9b4b562ba6 guix-local/gnu/packages d---------
93be8dc4 — Andreas Enge 12 years ago
gnu: xcursor-themes: Install data into package output directory.

* gnu/packages/xorg.scm (xcursor-themes): Install icons into output directory
    instead of libxcursor.
421a80a2 — Andreas Enge 12 years ago
gnu: Add python2-pyicu.

* gnu/packages/python.scm (python2-pyicu): New variable.
0352532e — Andreas Enge 12 years ago
gnu: Add python-simplejson, python2-simplejson.

* gnu/packages/python.scm (python-simplejson, python2-simplejson):
    New variables.
ed0cdf83 — Ludovic Courtès 12 years ago
gnu: python2-pysqlite: Fix 'license'.

* gnu/packages/python.scm (python2-pysqlite): Refer to (@ (guix
  licenses) zlib), not to the same-named package.
f15164e7 — Ludovic Courtès 12 years ago
gnu: Add GNU dmd.

* gnu/packages/system.scm (dmd): New variable.
80370441 — Ludovic Courtès 12 years ago
gnu: dbus: Add dependency on libX11.

* gnu/packages/glib.scm: Use #:export instead of 'define-public'.
  (dbus): Add LIBX11 as an input.
aae4ead8 — Andreas Enge 12 years ago
Merge branch 'python'
0cb9b456 — Ludovic Courtès 12 years ago
gnu: gnutls: Upgrade to 3.2.4.

* gnu/packages/gnutls.scm (gnutls): Update to 3.2.4; remove 'arguments'
  field, remove "patch/fix-tests" from the inputs.
* gnu/packages/patches/gnutls-fix-tests-on-32-bits-system.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
2875caf5 — Andreas Enge 12 years ago
gnu: Add python2-mechanize.

* gnu/packages/python.scm (python2-mechanize): New variable.
1d08c01f — Andreas Enge 12 years ago
gnu: Add python2-sqlite.

* gnu/packages/python.scm (python2-sqlite): New variable.
8eaa8a3b — Ludovic Courtès 12 years ago
gnu: avahi, dbus: Use /var as $localstatedir.

* gnu/packages/avahi.scm (avahi): Pass '--localstatedir'; add
  'patch/localstatedir'.
* gnu/packages/glib.scm (dbus): Pass '--localstatedir' and
  '--with-session-socket-dir'; add 'patch/localstatedir'.
* gnu/packages/patches/avahi-localstatedir.patch,
  gnu/packages/patches/dbus-localstatedir.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
e1804763 — Andreas Enge 12 years ago
gnu: Update python-babel, python2-babel to 1.3.

* gnu/packages/python.scm (python-babel, python2-babel): Update to 1.3.
0ded70f3 — Ludovic Courtès 12 years ago
gnu: Move helper code to (gnu system …) modules.

* gnu/packages/grub.scm (<menu-entry>, grub-configuration-file): Move
  to...
* gnu/system/grub.scm: ... here.  New file.
* gnu/packages/linux.scm (<pam-service>, <pam-entry>,
  pam-service->configuration, pam-service->directory,
  %pam-other-services, unix-pam-service): Move to...
* gnu/system/linux.scm: ... here.  New file.
* gnu/system/vm.scm (passwd-file): Move to...
* gnu/system/shadow.scm: ... here.  New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add
  gnu/system/{grub,linux,shadow}.scm.
fc50e9c6 — Andreas Enge 12 years ago
gnu: Add python-dateutil, python2-dateutil.

* gnu/packages/python.scm (python-dateutil, python2-dateutil): New variables.
824af8ca — Andreas Enge 12 years ago
guix: python: Create module installation path and add it to PYTHONPATH during
  the installation phase.

* guix/build/python-build-system.scm (get-python-version): New procedure.
* guix/build/python-build-system.scm (install): Create and add path.
* gnu/packages/python.scm (python-setuptools): Drop path creation code.
e0ba5fe5 — Ludovic Courtès 12 years ago
gnu: linux-initrd: Fix typo.

* gnu/packages/linux-initrd.scm (gnu-system-initrd): Add missing
  argument to 'format' call.
c84d0eca — Ludovic Courtès 12 years ago
gnu: linux-pam: Add declarative PAM service interface.

* gnu/packages/linux.scm (<pam-service>, <pam-entry>): New record
  types.
  (pam-service->configuration, pam-services->directory,
  unix-pam-service): New procedures.
  (%pam-other-services): New variable.
73adf220 — Andreas Enge 12 years ago
gnu: Add python-setuptools, python2-setuptools.

* gnu/packages/python.scm (python-setuptools, python2-setuptools):
    New variables.
590a4904 — Andreas Enge 12 years ago
gnu: isl: Update urls.

* gnu/packages/gcc.scm (isl): Update source and home page url.
11bb85a1 — Andreas Enge 12 years ago
guix: python: Add package-with-python2, a procedure rewriting a package
  to compile with Python 2 instead of the default Python 3.

* guix/build-system/python.scm (default-python2, package-with-explicit-python,
    package-with-python2): New procedures.
* guix/build-system/python.scm (python2-pytz, python2-babel): Use
    package-with-python2.
Next