~ruther/guix-local

1c975f60 — Ludovic Courtès 11 years ago
gnu: Add zerofree.

* gnu/packages/linux.scm (zerofree): New variable.
7c594a2c — Ludovic Courtès 11 years ago
gnu: e2fsprogs: Install libext2fs.

* gnu/packages/linux.scm (e2fsprogs)[source]: Add 'snippet'.
  [arguments]: Add --enable-elf-shlibs to #:configure-flags.
  Add #:make-flags.
524f4bec — Ludovic Courtès 11 years ago
gnu: Add GLEW.

* gnu/packages/gl.scm (glew): New variable.
7bed4df4 — Ludovic Courtès 11 years ago
services: user-processes: Really honor the grace delay.

* gnu/services/base.scm (user-processes-service): Change #:grace-delay
  default value to 4.  Define 'sleep*' and use it.
be681773 — Ludovic Courtès 11 years ago
system: Add iw to '%base-packages'.

* gnu/system.scm (%base-packages): Add IW.
fb9b7ce2 — Ludovic Courtès 11 years ago
gnu: wireless-tools: Describe it as deprecated.

* gnu/packages/linux.scm (wireless-tools)[description]: Explain that it
  is deprecated in favor of 'iw'.
2e69dd8c — Ludovic Courtès 11 years ago
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update snapshot.
  Remove now-unneeded sub-module stuff in the 'bootstrap' phase.
765f0ac8 — Ricardo Wurmus 11 years ago
gnu: Add QPDF.

* gnu/packages/pdf.scm (qpdf): New variable.
4655005e — Ludovic Courtès 11 years ago
tests: Properly synchronize threads in the 'home-page' lint tests.

* tests/lint.scm (%http-server-lock, %http-server-ready): New
  variables.
  (http-open): New procedure.
  (stub-http-server): Use it.
  (call-with-http-server): Wrap body in 'with-mutex'.  Call
  'wait-condition-variable' after 'make-thread'.
35ed9306 — Ludovic Courtès 11 years ago
doc: Change some occurrences of "the GNU system" to "Guixotic".

* doc/guix.texi (GNU Distribution): Explain what "Guixotic" is.
  (System Installation): Replace "the GNU system" by "Guixotic".
  (System Configuration): Likewise.
  (Invoking guix system): Likewise.
f5895dab — Federico Beffa 11 years ago
build/glib-or-gtk-build-system: Fix 'generate-icon-cache'.

Reported by Mark H Weaver <mhw@netris.org>

* guix/build/glib-or-gtk-build-system.scm (generate-icon-cache): Add check for
  existence of icons directory.
65cd77db — Mark H Weaver 11 years ago
gnu: Add iw.

* gnu/packages/linux.scm (iw): New variable.
bdac3d4b — Mark H Weaver 11 years ago
gnu: libnl: Update to 3.2.25.

* gnu/packages/linux.scm (libnl): Update to 3.2.25.
abebac46 — Ludovic Courtès 11 years ago
monads: Remove 'derivation-expression'.

* guix/monads.scm (lower-inputs, derivation-expression): Remove.
* tests/monads.scm (derivation-expression, "mlet* +
  derivation-expression"): Remove.
462a3fa3 — Ludovic Courtès 11 years ago
monads: Rewrite 'text-file*' using gexps.

* guix/monads.scm (text-file*): Move to...
* guix/gexp.scm (text-file*): ... here.  Rewrite using gexps.
* tests/monads.scm ("text-file*"): Move to...
* tests/gexp.scm ("text-file*"): ... here.
4a4dd5d8 — Ludovic Courtès 11 years ago
services: user-processes: Write debugging messages to the output port.

* gnu/services/base.scm (user-processes-service): Write "sending all
  processes..." message to the current output port, not to /dev/console.
ab69d9ac — Ludovic Courtès 11 years ago
gnu: Move xlockmore to (gnu packages xdisorg).

* gnu/packages/xlockmore.scm: Remove.
* gnu/packages/xdisorg.scm (xlockmore): New variable, from
  xlockmore.scm.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove xlockmore.scm.
bb54c8ff — Ludovic Courtès 11 years ago
gnu: xlockmore: Update to 5.45.

* gnu/packages/xlockmore.scm (xlockmore): Update to 5.45.
  [arguments]: Add #:configure-flags.
3d243e9c — Federico Beffa 11 years ago
gnu: evince: Add inputs.

* gnu/packages/gnome.scm (evince): Add 'dconf' and 'libcanberra' inputs.
  Remove custom phase 'set-mime-search-path which is now handled by
  glib-or-gtk-build-system.
beb8dc00 — Federico Beffa 11 years ago
gnu: libcanberra: Add default sounds support.

* gnu/packages/libcanberra.scm (libcanberra): Add input
  'sound-theme-freedesktop'.  Add "libcanberra-sound-theme-freedesktop.patch"
  and related phase 'patch-default-sounds-directory to patch the default
  sounds directory.
Next