~ruther/guix-local

75776803 — Mark H Weaver 9 years ago
gnu: icecat: Add more fixes from upstream mozilla-esr45.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected patches from
the upstream mozilla-esr45 repository.
d502db84 — Marius Bakke 9 years ago
gnu: fio: Update to 2.16.

* gnu/packages/benchmark.scm (fio): Update to 2.16.
139c8f94 — José Miguel Sánchez García 9 years ago
gnu: lua-lpeg: Update to 1.0.1.

* gnu/packages/lua.scm (lua-lpeg): Update to 1.0.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
19546990 — nikita 9 years ago
gnu: Add obconf.

* gnu/packages/openbox.scm (obconf): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
49586905 — Ricardo Wurmus 9 years ago
gnu: epiphany: Update to 3.22.4.

* gnu/packages/gnome.scm (epiphany): Update to 3.22.4.
d9da3a75 — Ludovic Courtès 9 years ago
guix build: Do not force 'build-cores', 'max-build-jobs', and 'max-silent-time'.

This lets the daemon use its own default settings unless otherwise
specified.

* guix/scripts/build.scm (set-build-options-from-command-line): Do not
provide default values for #:build-cores and #:max-build-jobs.
(%default-options): Remove 'max-silent-time'.
deac976d — Ludovic Courtès 9 years ago
daemon: Client settings no longer override daemon settings.

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

* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x161.
* nix/nix-daemon/nix-daemon.cc (performOp): "build-max-jobs",
"build-max-silent-time", and "build-cores" are no longer read upfront;
instead, read them from the key/value list at the end.
* nix/nix-daemon/guix-daemon.cc (main): Explicitly set
'settings.maxBuildJobs'.
* guix/store.scm (%protocol-version): Bump to #x161.
(set-build-options): #:max-build-jobs, #:max-silent-time, and
 #:build-cores now default to #f.  Adjust handshake to new protocol.
* tests/store.scm ("build-cores"): New test.
* tests/guix-daemon.sh: Add test for default "build-cores" value.
09cadc8e — Tobias Geerinckx-Rice 9 years ago
gnu: weechat: Update to 1.7.

* gnu/packages/irc.scm (weechat): Update to 1.7.
3e129a77 — Tobias Geerinckx-Rice 9 years ago
gnu: wcslib: Update to 5.16.

* gnu/packages/astronomy.scm (wcslib): Update to 5.16.
2be1b471 — Julien Lepiller 9 years ago
gnu: Add openvpn service.

* gnu/services/vpn.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (VPN Services): New section.
7cc98473 — Ricardo Wurmus 9 years ago
gnu: tipp10: Adjust phases.

* gnu/packages/education.scm (tipp10)[arguments]: Return #t for
"disable-new-version-check"; fix indentation.
9e39ac41 — Ricardo Wurmus 9 years ago
gnu: tipp10: Fix description.

* gnu/packages/education.scm (tipp10)[description]: Do not mention
operating systems; remove hint about language settings.
415dd1f6 — Ricardo Wurmus 9 years ago
gnu: xfce4-terminal: Update to 0.8.3.

* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.3.
bdeecf56 — Ricardo Wurmus 9 years ago
gnu: sbcl-stumpwm: Update to 1.0.0.

* gnu/packages/lisp.scm (sbcl-stumpwm): Update to 1.0.0.
f968f1a7 — Efraim Flashner 9 years ago
gnu: vc-dwim: Update to 1.8.

* gnu/packages/version-control.scm (vc-dwim): Update to 1.8.
[home-page]: Use https.
ef7a6714 — Efraim Flashner 9 years ago
gnu: terminology: Update to 1.0.0.

* gnu/packages/enlightenment.scm (terminology): Update to 1.0.0.
[home-page]: Update home-page.
6fb0b664 — Tobias Geerinckx-Rice 9 years ago
gnu: vim: Update to 8.0.0187.

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0187.
f88e8268 — Tobias Geerinckx-Rice 9 years ago
gnu: youtube-dl: Update to 2017.01.14.

* gnu/packages/video.scm (youtube-dl): Update to 2017.01.14.
117134a7 — Hartmut Goebel 9 years ago
gnu: python-django: Update to 1.10.5.

* gnu/packages/django.scm(python-django): Update to 1.10.5.
df0625ab — Leo Famulari 9 years ago
gnu: certbot, python-acme: Update to 0.10.1.

These packages should be updated together.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.10.1.
Next