~ruther/guix-local

ref: 79e8a2916dac8bea5fcaabf257ed86d2bfd5daff guix-local/gnu d---------
79e8a291 — Leo Famulari 10 years ago
gnu: Add python-configargparse.

* gnu/packages/python.scm (python-configargparse,
  python2-configargparse): New variables.
b5f218be — Leo Famulari 10 years ago
gnu: Add python2-pythondialog.

* gnu/packages/python.scm (python2-pythondialog): New variable.
44298269 — Leo Famulari 10 years ago
gnu: Add dialog.

* gnu/packages/python.scm (dialog): New variable.
99fffa8a — Leo Famulari 10 years ago
gnu: Add python-configobj.

* gnu/packages/python.scm (python-configobj, python2-configobj): New
  variables.
* gnu/packages/patches/python-configobj-setuptools.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
5eea2005 — Leo Famulari 10 years ago
gnu: Add python-werkzeug.

* gnu/packages/python.scm (python-werkzeug, python2-werkzeug): New
  variables.
3859ac12 — Leo Famulari 10 years ago
gnu: Add python-pyrfc3339.

* gnu/packages/python.scm (python-pyrfc3339, python2-pyrfc3339): New variables.
a6b61b27 — Leo Famulari 10 years ago
gnu: Add python-zope-component.

* gnu/packages/python.scm (python-zope-component,
  python2-zope-component): New variables.
d4b77f36 — Leo Famulari 10 years ago
gnu: Add python-zope-security.

* gnu/packages/python.scm (python-zope-security,
  python2-zope-security): New variables.
f404b5ea — Leo Famulari 10 years ago
gnu: Add python-zope-location.

* gnu/packages/python.scm (python-zope-location, python2-zope-location):
  New variables.
2ad52086 — Leo Famulari 10 years ago
gnu: Add python-zope-proxy.

* gnu/packages/python.scm (python-zope-proxy, python2-zope-proxy): New
  variables.
fbac9b17 — Leo Famulari 10 years ago
gnu: Add python-zope-configuration.

* gnu/packages/python.scm (python-zope-configuration,
  python2-zope-configuration): New variables.
71fb09f3 — Leo Famulari 10 years ago
gnu: Add python-zope-schema.

* gnu/packages/python.scm (python-zope-schema, python2-zope-schema): New variables.
6a5c710c — Leo Famulari 10 years ago
gnu: Add python-zope-i18nmessageid.

* gnu/packages/python.scm (python-zope-i18nmessageid,
  python2-zope-i18nmessageid): New variables.
01614c4f — Leo Famulari 10 years ago
gnu: Add python-zope-testrunner.

* gnu/packages/python.scm (python-zope-testrunner,
  python2-zope-testrunner): New variables.
900e3c0e — Leo Famulari 10 years ago
gnu: Add python-zope-testing.

* gnu/packages/python.scm (python-zope-testing, python2-zope-testing):
  New variables.
81f2373c — Leo Famulari 10 years ago
gnu: Add python-zope-exceptions.

* gnu/packages/python.scm (python-zope-exceptions,
  python2-zope-exceptions): New variables.
97abe268 — Leo Famulari 10 years ago
gnu: Add python-zope-interface.

* gnu/packages/python.scm (python-zope-interface,
  python2-zope-interface): New variables.
2fc5f186 — Leo Famulari 10 years ago
gnu: Add python-zope-event.

* gnu/packages/python.scm (python-zope-event, python2-zope-event): New
  variables.
6bad7524 — 宋文武 10 years ago
system: Add /etc/environment.

* gnu/system.scm: (operating-system-environment-variables): New procedure.
Adapted and moved environment variables from /etc/profile.
(operating-system-etc-service): Adjust accordingly.
(essential-services): Add an instance of SESSION-ENVIRONMENT-SERVICE-TYPE.
af9908ff — 宋文武 10 years ago
system: pam: Honor /etc/environment.

* gnu/system/pam.scm (unix-pam-service): Add pam_env module to the session group.
Next