~ruther/guix-local

60a56db0 — Ludovic Courtès 10 years ago
services: swap: Use 'restart-on-EINTR'.

* gnu/services/base.scm (swap-service)[start, stop]: Use 'restart-on-EINTR'.
* guix/build/syscalls.scm (swapoff): Fix typo in 'throw' arguments.
ea982704 — Ludovic Courtès 10 years ago
syscalls: Add 'restart-on-EINTR'.

* guix/build/syscalls.scm (call-with-restart-on-EINTR): New procedure.
  (restart-on-EINTR): New macro.
45203542 — Ricardo Wurmus 10 years ago
gnu: Add python-pyzmq.

* gnu/packages/python.scm (python-pyzmq, python2-pyzmq): New variables.
56120263 — Mark H Weaver 10 years ago
gnu: youtube-dl: Update to 2015.05.20.

* gnu/packages/video.scm (youtube-dl): Update to 2015.05.20.
4de02f36 — Mark H Weaver 10 years ago
gnu: fuse: Add fix for CVE-2015-3202.

* gnu/packages/patches/fuse-CVE-2015-3202.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (fuse): Add patch.
c2ee19e6 — Ludovic Courtès 10 years ago
services: xorg: Add xf86-input-libinput to the server's module path.

* gnu/services/xorg.scm (xorg-configuration-file): Add XF86-INPUT-LIBINPUT.
1eca6c36 — Ludovic Courtès 10 years ago
services: xorg: Assume STARTX is a regular value.

* gnu/services/xorg.scm (slim-service): Expect STARTX to be a regular value,
  not a monadic value.
12422c9d — Ludovic Courtès 10 years ago
services: xorg: Allow extra config text to be added verbatim.

* gnu/services/xorg.scm (xorg-configuration-file): Add #:extra-config and
  honor it.
* doc/guix.texi (X Window): Adjust accordingly.
d1cdd7ba — Ludovic Courtès 10 years ago
services: xorg: Make 'xorg-configuration-file' public.

* gnu/services/xorg.scm (xorg-configuration-file): New procedure, with code
  formerly in 'xorg-start-command'.
  (xorg-start-command): Remove #:drivers and #:resolutions; add
  #:configuration-file; use it as well as 'xorg-configuration-file'.
a4b1a6b6 — Ludovic Courtès 10 years ago
guix package: Adjust --help message.

* guix/scripts/package.scm (show-help): Add KIND parameter for
  --search-paths as a followup to dbc31ab.
2d977638 — David Thompson 10 years ago
scripts: Move 'set-build-options-from-command-line*' to (guix scripts build) module.

* guix/scripts/build.scm (set-build-options-from-command-line*): New
  procedure.
* guix/scripts/environment.scm (set-build-options-from-command-line*): Delete.
4d043ab6 — David Thompson 10 years ago
ui: Deduplicate 'show-what-to-build*'.

* guix/ui.scm (show-what-to-build*): New procedure.
* guix/scripts/environment.scm (show-what-to-build*): Delete.
* guix/scripts/system.scm (show-what-to-build*): Likewise.
* build-aux/make-binary-tarball.scm (show-what-to-build*): Likewise.
35481e8b — 宋文武 10 years ago
gnu: Add fizmo.

* gnu/packages/games.scm (fizmo): New variable.
9099e881 — Ricardo Wurmus 11 years ago
gnu: r: Apply patch to fix linking against R.

* gnu/packages/patches/r-fix-15899.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/statistics.scm (r)[source]: Use it.
afb92517 — Paul van der Walt 10 years ago
gnu: zathura: Update to 0.3.3.

* gnu/packages/pdf.scm (zathura): Update to 0.3.3.
90ab5dd2 — Paul van der Walt 10 years ago
gnu: girara: Update to 0.2.4.

* gnu/packages/gtk.scm (girara): Update to 0.2.4.
2e6ecc5c — Andreas Enge 10 years ago
gnu: gconf: Propagate input glib.

* gnu/packages/gnome.scm (gconf): Propagate input glib.
  (gnome-vfs): Drop input glib.
  (libgnome): Drop propagated input glib.
* gnu/packages/ibus.scm (ibus): Drop input glib.
7f18257b — Andreas Enge 11 years ago
gnu: Add lpsolve.

* gnu/packages/maths.scm (lpsolve): New variable.
3a6fb858 — Mark H Weaver 10 years ago
gnu: bitlbee: Update to 3.4.

* gnu/packages/patches/bitlbee-configure-doc-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/messaging.scm (bitlbee): Update to 3.4.  Add patch.
  [inputs]: Remove 'zlib'.
87158e85 — Mark H Weaver 10 years ago
Revert "gnu: mozjs: Mark as unsupported on mips64el-linux."

This reverts commit 4bfeb0ca74fca75febe62b8e059b0c5a6ddd622f.
Next