~ruther/guix-local

6aa9d63c — Ludovic Courtès 9 years ago
guix archive: Allow compilation with Guile 2.2.

* guix/scripts/archive.scm (export-from-store): Avoid shadowing the
top-level '_'.
6f5d28f9 — Maxim Cournoyer 9 years ago
gnu: inetutils: Enable tests.

* gnu/packages/admin.scm (inetutils)[arguments]: Remove '#:tests? #f'
and #:configure-flags.
[native-inputs]: Add net-tools.

Signed-off-by: Leo Famulari <leo@famulari.name>
b03ee02f — Marius Bakke 9 years ago
gnu: python-pandas: Fix build on 32-bit.

* gnu/packages/patches/python-pandas-skip-failing-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pandas, python2-pandas): Use it.
ce7911dd — Marius Bakke 9 years ago
gnu: Add python-faker.

* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: Adjust
paths. Also rename to ...
* gnu/packages/patches/python-faker-fix-build-32bit.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python.scm (python-faker, python2-faker): New variables.
(python-fake-factory)[properties]: Superseded by PYTHON-FAKER.
(python2-fake-factory)[properties]: Superseded by PYTHON2-FAKER.
(python-orator, python2-orator)[propagated-inputs]: Replace
PYTHON-FAKE-FACTORY with PYTHON-FAKER.
1eaaea41 — Thomas Danckaert 9 years ago
gnu: python-matplotlib-documentation: Fix build.

* gnu/packages/python.scm (python-matplotlib-documentation)[native-inputs]:
Add python-mock and graphviz.
[arguments]: Use separate build and install phases; correctly set latex paper size.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
9c974c93 — Marius Bakke 9 years ago
gnu: iperf: Update to 3.1.7.

* gnu/packages/networking.scm (iperf): Update to 3.1.7.
3a38cf2d — Marius Bakke 9 years ago
gnu: libinput: Update to 1.6.3.

* gnu/packages/freedesktop.scm (libinput, libinput-minimal): Update to 1.6.3.
beaa026a — Ricardo Wurmus 9 years ago
gnu: r: Fix more reproducibility problems.

* gnu/packages/statistics.scm (r)[arguments]: Patch locations in the
build system that need special treatment for reproducibility.
745c687b — Ricardo Wurmus 9 years ago
gnu: r: Fix syntax for INSTALL_OPTS.

This is a follow-up to commit 4621acfd8272fa93d0530faa5f015b26a194b587.

* gnu/packages/statistics.scm (r)[arguments]: Ensure that
"--built-timestamp" appears on the same line as the other INSTALL_OPTS.
6c5b56f9 — Ludovic Courtès 9 years ago
gnu: bash: Use the bootstrap Guile in 'url-fetch/reset-patch-level'.

Fixes <http://bugs.gnu.org/25775>.
Reported by Sirgazil, Ricardo Wurmus, Andy Wingo, and others.

* guix/download.scm (in-band-download): Always use GUILE.  This reverts
9f05908fb1e3707cae593d94688748294717a546.
* gnu/packages/bash.scm (url-fetch/reset-patch-level): Remove #:guile.
Pass %BOOTSTRAP-GUILE as #:guile to 'url-fetch'.  Remove #:guile-for-build
argument in 'gexp->derivation' call.
faa65e27 — Thomas Danckaert 9 years ago
gnu: kdevelop: Upgrade to 5.0.4.

* gnu/packages/kde.scm (kdevelop, kdevplatform): Upgrade to 5.0.4.
(kdevplatform)[source]: Use kde mirror instead of github.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
9bb766e7 — Marius Bakke 9 years ago
gnu: pcre2: Update to 10.23.

* gnu/packages/pcre.scm (pcre2): Update to 10.23.
[source]: Remove patch.
[arguments]: Add phase to substitute /bin/echo reference.
* gnu/packages/patches/pcre2-CVE-2016-3191.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
3391e2a0 — Leo Famulari 9 years ago
gnu: khal: Update to 0.9.3.

* gnu/packages/calendar.scm (khal): Update to 0.9.3.
[native-inputs]: Use python-pytest-2.9.2.
f11275c9 — Leo Famulari 9 years ago
gnu: gnupg: Update to 2.1.19.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.19.
[arguments]: Add 'patch-test-paths' phase and remove 'set-gnupg-home' phase.
Add '--enable-gnupg-builddir-envvar' to #:configure-flags.
[source]: Add 'gnupg-2.1-fix-Y2038-test-failure.patch'.
* gnu/packages/patches/gnupg-2.1-fix-Y2038-test-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
c1029f86 — Ricardo Wurmus 9 years ago
gnu: Add emacs-yasnippet.

* gnu/packages/emacs.scm (emacs-yasnippet): New variable.
605fec78 — Sergei Trofimovich 9 years ago
gnu: Add basic support for "alpha-linux" systems.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add
"/lib/ld-linux.so.2" as "alpha-linux" ld.so.
* gnu/packages/linux.scm (system->linux-architecture): Add "alpha" arch.

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d6abd094 — Pjotr Prins 9 years ago
gnu: python-rpy2: Propagate python2-singledispatch.

* gnu/packages/python.scm (python-rp2)[native-inputs]: Rename to...
[propagated-inputs]: ... this.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
92966847 — Ricardo Wurmus 9 years ago
gnu: java-xz: Update to 1.6.

* gnu/packages/java.scm (java-xz): Update to 1.6.
af126875 — Maxim Cournoyer 9 years ago
gnu: guile-lib: Update to 0.2.5

The build was broken since the URL of version 0.2.3 was changed. The archive
was moved into an "old" subdirectory of the original location.

* gnu/packages/guile.scm (guile-lib): Update to 0.2.5.
[make-flags]: Add GUILE_AUTO_COMPILE to prevent guild errors.
[phases]: Remove 'check replacement since it is no longer needed.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
eaa72e3a — Nicolas Goaziou 9 years ago
gnu: asymptote: Update to 2.40.

* gnu/packages/plotutils.scm (asymptote): Update to 2.40.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Next