~ruther/guix-local

ref: 0bdc1671e487ea2d8ff06ecd2210aaa103a69cf1 guix-local/gnu d---------
0bdc1671 — Christopher Allan Webber 10 years ago
gnu: Add python2-xdo.

* gnu/packages/python.scm (python2-xdo): New variable.
57b7b8cd — Ludovic Courtès 10 years ago
gnu: python-matplotlib: Define 'python2-variant'.

* gnu/packages/python.scm (python2-numpy): Take the result of
'package-with-python2' directly.
(python2-scipy): Likewise.
(python-matplotlib)[properties]: New field.
(python2-matplotlib): Call 'strip-python2-variant'.
48b311b1 — Ludovic Courtès 10 years ago
gnu: python-cython: Define 'python2-variant'.

* gnu/packages/python.scm (python-cython)[properties]: New field.
(python2-cython): Use 'strip-python2-variant'.
7ec42f1d — Ludovic Courtès 10 years ago
gnu: python-pycairo: Define 'python2-variant'.

* gnu/packages/gtk.scm (python-pycairo)[properties]: New field.
(python2-pycairo): Use 'strip-python2-variant'.
00f2bf34 — Ludovic Courtès 10 years ago
gnu: python-pygobject: Define 'python2-variant'.

* gnu/packages/glib.scm (python-pygobject)[properties]: New field.
(python2-pygobject): Use 'strip-python2-variant'.
55409295 — Ludovic Courtès 10 years ago
gnu: upower: Install man pages.

* gnu/packages/gnome.scm (upower)[native-inputs]: Add LIBXML2, LIBXSLT,
and DOCBOOK-XSL.
17d2e86d — Efraim Flashner 10 years ago
gnu: keepassx: Update to 2.0.2.

* gnu/packages/password-utils.scm (keepassx): Update to 2.0.2.
6366cef3 — Fabian Harfert 10 years ago
gnu: Add libcanberra-gtk2.

* gnu/packages/libcanberra.scm (libcanberra/gtk+-2): New variable.
fe476868 — Efraim Flashner 10 years ago
gnu: python2-pysqlite: Update to 2.8.1.

* gnu/packages/python.scm (python2-pysqlite): Update to 2.8.1.
[source]: Change to `pypi uri` syntax.
[home-page]: Update to new homepage.
f2d06d46 — Efraim Flashner 10 years ago
gnu: python2-backport-ssl-match-hostname: Update to 3.5.0.1.

* gnu/packages/python.scm (python2-backport-ssl-match-hostname):
Update to 3.5.0.1.
[arguments]: Skip tests.
[synopsis]: Update for python version 3.5.x.
ce6c13ee — Efraim Flashner 10 years ago
gnu: python-cryptography: Update to 1.2.2.

* gnu/packages/python.scm (python-cryptography): Update to 1.2.2.
[source]: Change to `pypi uri` syntax.
[native-inputs]: Add python-pyasn1, python-pyasn1-modules,
python-hypothesis.
(python2-cryptography)[propagated-inputs]: Add
python2-backport-ssl-match-hostname
b39b33e8 — Efraim Flashner 10 years ago
gnu: python-cryptography-vectors: Update to 1.2.2.

* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.2.2.
6fb54e3b — Efraim Flashner 10 years ago
gnu: python-pip: Update to 8.0.2.

* gnu/packages/python.scm (python-pip): Update to 8.0.2.
[source]: Change to `pypi uri` syntax.
5b669ba1 — Efraim Flashner 10 years ago
gnu: python-gnupg: Update to 0.3.8.

* gnu/packages/gnupg.scm (python-gnupg): Update to 0.3.8.
[source]: Change to 'pypi uri` syntax.
b3fee145 — Alex Kost 10 years ago
system: Fix EMACSLOADPATH.

After commit 13fe4891fa247d306e203ee14c6886513bd86b52, Emacs package
includes "site-start.el", and it has a priority over
"/etc/emacs/site-start.el" on GuixSD because "/etc/emacs" is added to
the end of 'load-path'.

* gnu/system.scm (operating-system-environment-variables): Change
  EMACSLOADPATH to prepend "/etc/emacs" to 'load-path' instead of
  appending.
6588c283 — 宋文武 10 years ago
gnu: curl: Use 'https' URL.

Reported by marusich on #guix.

* gnu/packages/curl.scm (curl)[source]: Use 'https' URL.
6f74aecd — Christopher Allan Webber 10 years ago
gnu: xdotools: Update to 3.20150503.1

* gnu/packages/xdisorg.scm (xdotools): Upgrade to 3.20150503.1.
* gnu/packages/patches/xdotool-fix-makefile.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
d9f0788a — Ludovic Courtès 10 years ago
gnu: guile-next: Update to 2.1.2.

* gnu/packages/guile.scm (guile-next): Update to 2.1.2.  Add 'snippet'.
8c4c2a98 — Ludovic Courtès 10 years ago
gnu: Add Texinfo 6.1.

* gnu/packages/texinfo.scm (texinfo-6.1): New variable.
* gnu/packages/emacs.scm (emacs): Add comment about 'info.info'.
a05d1d82 — Christopher Allan Webber 10 years ago
gnu: Add python-pygpgme

* gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme): New variables.
* gnu/packages/patches/pygpgme-disable-problematic-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Next