~ruther/guix-local

f0c6dda6 — Marius Bakke 9 years ago
gnu: binutils: Update to 2.28.

* gnu/packages/base.scm (binutils): Update to 2.28.
[source]<patches>: Remove upstreamed patch.
[arguments]<#:configure-flags>: Remove "--disable-werror"
* gnu/packages/patches/binutils-mips-bash-bug.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2dca204e — Leo Famulari 9 years ago
gnu: flex: Use the gzip-compressed tarball.

This reverts commit 77e2538eda8a2721aef8336103c94fe31e12870c and fetches the
gzip-compressed tarball.  We do this so that flex-boot0 will not require lzip.

* gnu/packages/flex.scm (flex)[source]: Fetch the '.tar.gz' tarball.
[native-inputs]: Remove lzip.
77e2538e — Sergei Trofimovich 9 years ago
gnu: packages: flex: Add missing 'lzip' input.

* gnu/packages/flex.scm (flex)[native-inputs]: Add lzip.

Signed-off-by: Leo Famulari <leo@famulari.name>
54d9479d — Mark H Weaver 9 years ago
Merge branch 'master' into core-updates
d771ba62 — Mark H Weaver 9 years ago
gnu: icecat: Add more fixes from upstream mozilla-esr52.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
12f37d60 — Mark H Weaver 9 years ago
gnu: graphite2/fixed: Update to 1.3.10.

* gnu/packages/fontutils.scm (graphite2/fixed): Update to 1.3.10.  Remove
patches that have been incorporated upstream.
* gnu/packages/patches/graphite2-CVE-2017-5436.patch,
gnu/packages/patches/graphite2-check-code-point-limit.patch,
gnu/packages/patches/graphite2-fix-32-bit-wrap-arounds.patch,
gnu/packages/patches/graphite2-non-linear-classes-even-number.patch: Delete
files.
* gnu/local.mk (dist_patch_DATA): Remove them.
fdabfdbf — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.11.3.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.3.
(%linux-libre-hash): Update hash.
cf86b917 — Mark H Weaver 9 years ago
gnu: linux-libre@4.9: Update to 4.9.30.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.30.
26f8e6f2 — Mark H Weaver 9 years ago
gnu: linux-libre@4.4: Update to 4.4.70.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.70.
dc1bd2b5 — Leo Famulari 9 years ago
gnu: python-cryptography: Update to 1.8.2.

* gnu/packages/python.scm (python-cryptography, python2-cryptography,
python-cryptography-vectors, python2-cryptography-vectors):
Update to 1.8.2.
(python-cryptography, python2-cryptography)[propagated-inputs]: Add
python-asn1crypto and python-packaging. Remove python-pyasn1.
[native-inputs]: Remove python-pyasn1 and python-pyasn1-modules.
c0f5b802 — Leo Famulari 9 years ago
gnu: Add python-packaging.
8347c122 — José Miguel Sánchez García 9 years ago
gnu: python-xcffib: Update to 0.5.1.

* gnu/packages/python.scm (python-xcffib): Update to 0.5.1.
[source]: Use 'pypi-uri'.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
e46bf223 — José Miguel Sánchez García 9 years ago
gnu: python-xcffib: Fix libxcb.so.1 path.

* gnu/packages/python.scm (python-xcffib)[arguments]<#:phases>: Add phase to
embed full path to libxcb.so.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7a0efa77 — Jan Nieuwenhuizen 9 years ago
gnu: Add emacs-disable-mouse.

* gnu/packages/emacs.scm (emacs-disable-mouse): New variable.
52cabc6f — Ludovic Courtès 9 years ago
gnu: guix: Adjust to 'gnutls' package renames.

This is a followup to a07007876a5dfa0e536668884f78c62c24ca2d8e.

* gnu/packages/package-management.scm (guix)[propagated-inputs]: Use
GNUTLS instead of GNUTLS/GUILE-2.2.
(guile2.0-guix)[propagated-inputs]: Use GNUTLS/GUILE-2.0 instead of
GNUTLS.
8b14773a — Sergei Trofimovich 9 years ago
utils: Re-export 'delete'.

* guix/build/utils.scm: Reexport 'delete' binding.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
013e1e85 — Danny Milosavljevic 9 years ago
gnu: Add python-flask-migrate.

* gnu/packages/python.scm (python-flask-migrate,
python2-flask-migrate): New variables.
75baf319 — Danny Milosavljevic 9 years ago
gnu: Add python-flask-script.

* gnu/packages/python.scm (python-flask-script,
python2-flask-script): New variables.
e0775d2a — Mark H Weaver 9 years ago
gnu: Fix another call to cross-gcc.

This is a followup to commit 7b3318e34f4e2743254a88b908859901db960e9a.

* gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)
[native-inputs]: Fix 'cross-gcc' call.
* gnu/packages/cross-base.scm: Fix example 'cross-gcc' call in a comment.
37a57196 — Stefan Reichoer 9 years ago
gnu: Add multitail.

* gnu/packages/logging.scm (multitail): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Next