~ruther/guix-local

c0ec516d — 宋文武 10 years ago
gnu: lzo: Update to 2.09.

* gnu/packages/compression.scm (lzo): Update to 2.09.
866ee34f — 宋文武 10 years ago
gnu: libtasn1: Update to 4.6.

* gnu/packages/tls.scm (libtasn1): Update to 4.6.
aacb86fd — 宋文武 10 years ago
gnu: glib: Update to 2.44.1.

* gnu/packages/glib.scm (glib): Update to 2.44.1.
42e66649 — 宋文武 10 years ago
gnu: sqlite: Update to 3.8.11.1.

* gnu/packages/databases.scm (sqlite): Update to 3.8.11.1.
  [source](uri): Add 'http://distfiles.gentoo.org'.
895067ff — Ludovic Courtès 10 years ago
gnu: coreutils: Skip racy 'tail' tests.

This works around <http://bugs.gnu.org/21460>.

* gnu/packages/patches/coreutils-racy-tail-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (coreutils): Use it.
b86c013c — Andreas Enge 10 years ago
gnu: bdb: Add configure flag to fix C++ header file.

* gnu/packages/databases.scm (bdb): Build with "--enable-cxx", which causes
  HAVE_CXX_STDHEADERS to be defined in db_cxx.h in the output.
5bef7749 — Andreas Enge 10 years ago
gnu: bdb: Fix indentation.

* gnu/packages/databases.scm (bdb): Fix indentation.
d495634b — 宋文武 10 years ago
gnu: perl-xml-parser: Update to 2.44.

* gnu/packages/xml.scm (perl-xml-parser): Update to 2.44.
  [homepage]: Adjust accordingly.
e3780200 — 宋文武 10 years ago
gnu: linux-pam: Update to 1.2.1.

* gnu/packages/linux.scm (linux-pam): Update to 1.2.1.
a35b8fc6 — 宋文武 10 years ago
gnu: gtk+: Update to 3.16.6.

* gnu/packages/gtk.scm (gtk+): Update to 3.16.6.
6847247c — 宋文武 10 years ago
gnu: poppler: Update 0.36.0.

* gnu/packages/pdf.scm (poppler): Update to 0.36.0.
f47fbeb2 — 宋文武 10 years ago
build-system/glib-or-gtk: Don't generate 'icon-theme.cache'.

* guix/build-system/glib-or-gtk.scm (default-gtk+): Remove.
  (lower): Adjust accordingly.
* guix/build/glib-or-gtk-build-system.scm (generate-icon-cache): Remove.
  (%standard-phases): Remove 'glib-or-gtk-icon-cache' phase.
a1d5a6f9 — Ludovic Courtès 10 years ago
gnu: libxt: Add "doc" output.

* gnu/packages/xorg.scm (libxt)[outputs, arguments]: New fields.
bac48184 — Ludovic Courtès 10 years ago
gnu: libx11: Add "doc" output.

* gnu/packages/xorg.scm (libx11)[outputs, arguments]: New fields.
c6a3635d — Eric Bavier 10 years ago
gnu: perl: Fix autosplitting of 0-time source.

* gnu/packages/patches/perl-autosplit-default-time.patch: New patch.
* gnu/packages/perl.scm (perl): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
9d9847e1 — Ludovic Courtès 10 years ago
gnu: curl: Move man3 pages to "doc" output.

* gnu/packages/curl.scm (curl)[outputs]: New field.
  [arguments]: Add 'move-man3-pages' phase.
5625adfc — Ludovic Courtès 10 years ago
gnu: curl: Use 'modify-phases'.

* gnu/packages/curl.scm (curl)[arguments]: Use 'modify-phases'.
eb55e28c — Mark H Weaver 10 years ago
hydra: Remove cross-builds from armhf-linux to mips64el-linux-gnuabi64.

* build-aux/hydra/gnu-system.scm (hydra-jobs)[cross-jobs]: Modify
  'from-32-to-64?' to include 'armhf-linux' in the set of 32-bit systems.
784d6e91 — Ludovic Courtès 10 years ago
gnu: openssl: Remove run-time dependency on Perl.

This shrinks the closure of OpenSSL from 154 MiB to 73 MiB.

* gnu/packages/patches/openssl-c-rehash.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (openssl)[source]: Use it.
  [arguments]: Add 'remove-miscellany' phase.
* gnu/packages/certs.scm (nss-certs)[native-inputs]: Add PERL.
fe8199a8 — Ludovic Courtès 10 years ago
gnu: openssl: Allow shared objects to be stripped.

* gnu/packages/tls.scm (openssl)[arguments]: Add
  'make-libraries-writable' phase.
Next