~ruther/guix-local

b07bfd06 — Efraim Flashner 8 years ago
gnu: lash: Don't build static libraries.

* gnu/packages/audio.scm (lash)[arguments]: Add configure-flag to
disable static libraries.
44df7807 — Efraim Flashner 8 years ago
gnu: lash: Don't build lashd.

This fixes bug#28174.

* gnu/packages/audio.scm (lash)[arguments]: Add phase to skip building lashd.
c7b433de — Kei Kebreau 8 years ago
gnu: glib-networking: Update to 2.54.1.

* gnu/packages/gnome.scm (glib-networking): Update to 2.54.1.
1e2a36e1 — Efraim Flashner 8 years ago
gnu: ffmpeg: Reduce the size of the closure.

* gnu/packages/video.scm (ffmpeg)[arguments]: Add new configure flags to
disable the html man pages and the static libraries.
7e0d513f — Efraim Flashner 8 years ago
gnu: mupdf: Use Texinfo for the description.

* gnu/packages/pdf.scm (mupdf)[description]: Use Texinfo to mark up the
description.
b7ca42aa — Leo Famulari 8 years ago
gnu: w3m: Find an editor in the environment.

* gnu/packages/w3m.scm (w3m)[arguments]: Pass an empty value for --with-editor
in #:configure-flags.
[source]: Use git-file-name.
882d9213 — Leo Famulari 8 years ago
gnu: mupdf: Actually fix CVE-2017-15587.

The original fix could be removed by an optimizing compiler.

* gnu/packages/patches/mupdf-CVE-2017-15587.patch: Revise patch.
07cc9245 — Tobias Geerinckx-Rice 8 years ago
gnu: libusb-compat: Use the same home page as libusb.

* gnu/packages/libusb.scm (libusb-compat)[home-page]: Update.
5ade9bc7 — Tobias Geerinckx-Rice 8 years ago
gnu: fcgi: Fix typo in description.

* gnu/packages/web.scm (fcgi)[description]: Fix typo.
d1b50439 — Tobias Geerinckx-Rice 8 years ago
gnu: fcgi: Use archived home page fork.

* gnu/packages/web.scm (fcgi)[home-page]: Use archived version.
9c2917f9 — Tobias Geerinckx-Rice 8 years ago
gnu: lynx: Use new home page.

* gnu/packages/web-browsers.scm (lynx)[home-page]: Update.
6862e4bf — Tobias Geerinckx-Rice 8 years ago
gnu: perl-mime-types: Update to 2.14.

* gnu/packages/perl.scm (perl-mime-types): Update to 2.14.
f9035ef2 — Ludovic Courtès 8 years ago
gnu: mailutils: Update to 3.4.

* gnu/packages/mail.scm (mailutils): Update to 3.4.
cda2e2c7 — Ludovic Courtès 8 years ago
gnu: emacs-emms: Update to 4.4.

* gnu/packages/emacs.scm (emms): Update to 4.4.
327df26f — Jan Nieuwenhuizen 8 years ago
gnu: nyacc: Update to 0.82.4.

* gnu/packages/mes.scm (nyacc): Update to 0.82.4.
b1488c76 — Ludovic Courtès 8 years ago
git: Check whether 'clone-init-options' is defined.

This is a followup to 195f0d05c3f64e17e84b2683a7045a14ec578d61.

* guix/git.scm (clone*): Check whether 'clone-init-options' is defined
before using it.
4564782c — Leo Famulari 8 years ago
gnu: nvi: Build with support for Unicode text.

* gnu/packages/nvi.scm (nvi)[arguments]: Pass '--enable-widechar'
to #:configure-flags.
ae0307f7 — Ludovic Courtès 8 years ago
tests: Adjust to new unbound-variable error message.

This is a followup to dc856223f5eab57d8a4881782ec0f50abd12afa3.

* tests/guix-package.sh: Adjust unbound-variable message regexp.
4ad3a3f9 — Ludovic Courtès 8 years ago
tests: Refer to "time@1.8".

This is a followup to dd00e0919fcecd895ff4e5a646cf068f46ff8d12.

* tests/guix-build.sh: Refer to "time@1.8".
65a19abf — Ludovic Courtès 8 years ago
download: Work around more bogus HTTP handling in Guile 2.2 <= 2.2.2.

Reported by Mark H Weaver <mhw@netris.org>
at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00190.html>.

* guix/build/download.scm (guile-2.2) [write-request-line]: Backport
Guile commit 6ad28ae3bc6a6d9e95ab7d70510d12c97673a143.
Next