~ruther/guix-local

5c549f2e — Danny Milosavljevic 8 years ago
gnu: ghostscript: Make "/ID" optional, depending on environment variable.

* gnu/packages/patches/ghostscript-no-header-id.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it
* gnu/packages/ghostscript.scm (ghostscript): Use it.
9146543f — Danny Milosavljevic 8 years ago
gnu: groff: Remove timestamps.

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

* gnu/packages/patches/groff-source-date-epoch.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/groff.scm (groff)[source]: Add it.
ab2a8cac — Ludovic Courtès 8 years ago
gnu: libpciaccess: Refer to 'pci.ids' from pciutils.

Prior to this change libpciaccess would try to read from
/usr/share/hwdata/pci.ids.

* gnu/packages/xorg.scm (libpciaccess)[arguments]: New field.
[inputs]: Add PCIUTILS.
a48da398 — Ludovic Courtès 8 years ago
gnu: pciutils: Tweak description.

* gnu/packages/pciutils.scm (pciutils)[description]: Use @command.
841e06af — Ludovic Courtès 8 years ago
gnu: pciutils: Move 'pci.ids.gz' to 'share/hwdata'.

* gnu/packages/pciutils.scm (pciutils)[arguments] <configure>: Set
'IDSDIR' such that 'pci.ids.gz' goes to share/hwdata.
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'.
Next