~ruther/guix-local

6ee01481 — Ludovic Courtès 11 years ago
gnu: Don't build the mips64el-linux-gnuabi64 cross-compiler on i686.

Fixes <http://bugs.gnu.org/19598>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/packages/cross-base.scm (xgcc-mips64el): Remove "i686-linux" from
  'supported-systems'.
df5188dd — Ludovic Courtès 11 years ago
check-available-binaries: Use 'substitution-oracle'.

* build-aux/check-available-binaries.scm: Use 'substitution-oracle'.
  Changer caller and 'warn' accordingly.
619c9522 — Ludovic Courtès 11 years ago
check-available-binaries: Use 'with-store'.

* build-aux/check-available-binaries.scm: Use 'with-store' instead of an
  explicit 'open-connection'.
58caebf0 — Ludovic Courtès 11 years ago
build: Use the canonical list of supported systems in 'assert-*'.

* build-aux/check-available-binaries.scm (%supported-systems): Remove.
* build-aux/check-final-inputs-self-contained.scm (%supported-systems):
  Remove.
54e61281 — Mark H Weaver 11 years ago
gnu: tre: Build a locale for the tests.

* gnu/packages/tre.scm (tre)[arguments]: Add 'install-locales' phase.
a0ba3fc5 — Mark H Weaver 11 years ago
gnu: guile-ncurses: Build a UTF-8 locale for the tests.

* gnu/packages/guile.scm (guile-ncurses)[arguments]: Add 'install-locales'
  phase.
d585f244 — Mark H Weaver 11 years ago
gnu: gnutls: Update to 3.2.21.

* gnu/packages/gnutls.scm (gnutls): Update to 3.2.21.
fe3711bc — Mark H Weaver 11 years ago
gnu: openssl: Update to 1.0.1k.

* gnu/packages/openssl.scm (openssl): Update to 1.0.1k.
a813710a — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
d8cd1594 — Mark H Weaver 11 years ago
gnu: xorg-server: Update to 1.16.3.

* gnu/packages/xorg.scm (xorg-server): Update to 1.16.3.
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.
73161579 — Mark H Weaver 11 years ago
gnu: libpng: Update to 1.5.21.

* gnu/packages/image.scm (libpng): Update to 1.5.21.
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.
Next