~ruther/guix-local

dfdc9225 — Marius Bakke 9 years ago
gnu: libev: Update to 4.23.

* gnu/packages/libevent.scm (libev): Update to 4.23.
2608e409 — Hartmut Goebel 9 years ago
daemon: Set ownership of kept build directories to the calling user.

Fixes <http://bugs.gnu.org/15890>.

* nix/libstore/globals.hh (Settings) Add clientUid and clientGid.
* nix/nix-daemon/nix-daemon.cc (daemonLoop] Store UID and GID of the
  caller in settings.
* nix/libstore/build.cc (_chown): New function.
  (DerivationGoal::deleteTmpDir): Use it, change ownership of build
  directory if it is kept and the new owner is not root.
43e8824d — Hartmut Goebel 9 years ago
gnu: python-pyqt: Fix build by explicitly setting the stubsdir.

* gnu/packages.qt.scm (python-pyqt, python2-pyqt)[arguments]: In phase
'configure' pass option --stubsdir.
931eaeaa — Hartmut Goebel 9 years ago
gnu: python-pyqt-5.5: Use non-inherited "configure" phase.

This allows passing different options for 5.5 than for the main version
(which is currently 5.6).

* gnu/packages.qt.scm (python-pyqt-5.5, python2-pyqt-5.5)[arguments]: Copy
from (python-pyqt)[arguments].
9fde8778 — Hartmut Goebel 9 years ago
gnu: python2-pyqt-4: Change package name to python2-pyqt.

* gnu/packages/qt.scm (python2-pyqt-4)[package]: Change "name"
python2-pyqt.
444a79b6 — Danny Milosavljevic 9 years ago
gnu: Add python-flask-restful-swagger.

* gnu/packages/python.scm (python-flask-restful-swagger,
  python2-flask-restful-swagger): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
fe3b8862 — Marius Bakke 9 years ago
gnu: alot: Update to 0.4.

* gnu/packages/mail.scm (alot): Update to 0.4.
[arguments]: Update python3 comment.
b1a3c533 — Julien Lepiller 9 years ago
gnu: php: Update to 7.0.14.

* gnu/packages/php.scm (php): Update to 7.0.14.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
e11fb2b8 — Leo Famulari 9 years ago
gnu: parallel: Update 20161122.

* gnu/packages/parallel.scm (parallel): Update to 20161122.
1f6a73ee — Rene Saavedra 9 years ago
gnu: Add gnome-system-monitor.

* gnu/packages/gnome.scm (gnome-system-monitor): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
13d5e8da — Ludovic Courtès 9 years ago
store: 'open-connection' no longer raises '&nar-error' for protocol errors.

* guix/store.scm (open-connection): Guard body against 'nar-error?' and
re-raise as '&nix-connection-error'.
* tests/store.scm ("connection handshake error"): New test.
0c69a17e — nikita 9 years ago
gnu: Add epic5.

* gnu/packages/irc.scm (epic5): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
c32f0e30 — Efraim Flashner 9 years ago
gnu: enlightenment: Update to 0.21.4.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.4.
80a92a0f — Efraim Flashner 9 years ago
gnu: efl: Update to 1.18.4.

* gnu/packages/enlightenment.scm (efl): Update to 1.18.4.
25647032 — Efraim Flashner 9 years ago
gnu: tor: Update to 0.2.8.11.

* gnu/packages/tor.scm (tor): Update to 0.2.8.11.
cb5a32c0 — Leo Famulari 9 years ago
gnu: imagemagick: Update to 6.9.6-7.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-7.
57513498 — Leo Famulari 9 years ago
gnu: tcsh: Fix out of bounds read.

* gnu/packages/patches/tcsh-fix-out-of-bounds-read.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/shells.scm (tcsh)[replacement]: New field.
(tcsh/fixed): New variable.
a2c1dcea — José Miguel Sánchez García 9 years ago
gnu: Add vis.

* gnu/packages/text-editors.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
a14061aa — Marius Bakke 9 years ago
gnu: python-html5lib: Update to 1.0b10 [fixes CVE-2016-{9909,9910}].

* gnu/packages/python.scm (python-html5lib, python2-html5lib): Update to 1.0b10.
1b7f17ef — Ben Woodcroft 9 years ago
gnu: vsearch: Update to 2.3.3.

* gnu/packages/bioinformatics.scm (vsearch): Update to 2.3.3.
Next