~ruther/guix-local

539a68f9 — Ludovic Courtès 8 years ago
gnu: pciutils: Update to 3.5.5.

* gnu/packages/pciutils.scm (pciutils): Update to 3.5.5.
3512bd4d — Ludovic Courtès 8 years ago
gnu: wget: Update comment about test failures.

* gnu/packages/wget.scm (wget)[arguments]: Update comment.
2deb146f — Ludovic Courtès 8 years ago
gnu: libsoup: Adjust to new GnuTLS certificate-check behavior.

* gnu/packages/gnome.scm (libsoup)[arguments]: Add #:modules.
In 'pre-check' phase, invoke 'certtool'.
[native-inputs]: Add GNUTLS.
26c228f9 — Ludovic Courtès 8 years ago
gnu: libsoup: Reindent.

* gnu/packages/gnome.scm (libsoup): Reindent.
0b6e4f82 — Ludovic Courtès 8 years ago
gnu: groff: Remove dependency on netpbm.

* gnu/packages/groff.scm (groff)[inputs]: Remove 'netpbm'.
7f098083 — Ludovic Courtès 8 years ago
gnu: wget: Fix compilation with Perl 5.26; skip faulty tests.

* gnu/packages/wget.scm (wget)[arguments]: New field.
[source](patches): Add "wget-perl-5.26.patch".
* gnu/packages/patches/wget-perl-5.26.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
c89e2107 — Ludovic Courtès 8 years ago
gnu: Add basic support for powerpc64le-linux-gnu targets.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add
"powerpc64le-linux".
* gnu/packages/linux.scm (system->linux-architecture): Add "powerpc"
prefix.
(system->defconfig): Add "powerpc64le-" prefix.
6b994438 — Danny Milosavljevic 8 years ago
gnu: ghostscript: Don't write CreationDate and ModDate header entries.

Followup to a64b174751a9fa76375d35d2f2a47a4c93ce0206.

* gnu/packages/ghostscript.scm (ghostscript)[source]: Don't write CreationDate
and ModDate header entries.
5bc42e1a — Danny Milosavljevic 8 years ago
gnu: netpbm: Remove timestamps.

Fixes <https://bugs.gnu.org/27567>.

* gnu/packages/netpbm.scm (netpbm)[source]: Remove timestamps.
a64b1747 — Danny Milosavljevic 8 years ago
gnu: ghostscript: Make build reproducible.

Fixes <https://bugs.gnu.org/27563>.

* gnu/packages/ghostscript.scm (ghostscript)[source]: Remove timestamps.
c23d8977 — Efraim Flashner 8 years ago
gnu: cups: Update to 2.2.4.

* gnu/packages/cups.scm (cups, cups-minimal): Update to 2.2.4.
68eca623 — Efraim Flashner 8 years ago
gnu: cups-filters: Update to 1.14.1.

* gnu/packages/cups.scm (cups-filters): Update to 1.14.1.
8ecb8bbc — Efraim Flashner 8 years ago
gnu: mesa: Update to 17.1.4.

* gnu/packages/gl.scm (mesa): Update to 17.1.4.
13fa4d7c — Mark H Weaver 8 years ago
gnu: glibc: Fix build on i686.

This is followup to 503a4df904b8d4b82caebdb17db9c5f76a952418.
Fixes <https://bugs.gnu.org/27489>.

* gnu/packages/base.scm (glibc/linux): Add
"glibc-vectorized-strcspn-guards.patch" to patches.
86f23092 — Ludovic Courtès 8 years ago
system: Avoid collision between GMP variants in the global profile.

* gnu/system.scm (%base-packages): Move GUILE-2.2 out of the list passed
to 'canonical-package'.
e0556f76 — Ludovic Courtès 8 years ago
Merge branch 'master' into core-updates
87941d1d — Ludovic Courtès 8 years ago
system: Use "@" to refer to the 'shadow' package.

Reported by Mark H Weaver
at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00349.html>.

* gnu/system.scm (%base-packages): Use '@' for shadow.  This fixes an
error on Guile 2.0 where 'shadow' alone resolves to the (gnu system
shadow) module.
1abc08a8 — Leo Famulari 8 years ago
gnu: shishi: Build with latest libgcrypt.

* gnu/packages/patches/shishi-fix-libgcrypt-detection.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kerberos.scm (shishi)[source]: Use it.
[inputs]: Use libgcrypt instead of libgcrypt-1.5.
[arguments]: Set 'ac_cv_libgcrypt=yes' in #:configure-flags.
* gnu/packages/gnupg.scm (libgcrypt-1.5): Remove variable.
c74acb56 — Leo Famulari 8 years ago
gnu: poppler: Integrate grafted update.

* gnu/packages/pdf.scm (poppler): Update to 0.56.0.
[replacement]: Remove field.
(poppler-qt4, poppler-qt5): Use (inherit) instead of (package/inherit).
6b86ad15 — Leo Famulari 8 years ago
gnu: libgcrypt: Integrate grafted update.

* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.8.
[replacement]: Remove field.
(libgcrypt-1.7.8): Remove variable.
(libgcrypt-1.5)[replacement]: Remove field.
Next