me
/
guix
Archived
1
0
Fork 0
Commit Graph

49292 Commits (96a320e5c7cb80d613e47eca48ef68641fa3344f)

Author SHA1 Message Date
Nicolas Goaziou d9de8fbbab
gnu: asymptote: Update to 2.53.
* gnu/packages/plotutils.scm (asymptote): Update to 2.53.
2019-09-24 10:23:52 +02:00
Ludovic Courtès 11da634a6e
Merge branch 'master' into core-updates 2019-09-24 10:11:38 +02:00
Brian Leung 61522fd967
gnu: emacs-rainbow-delimiters: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-rainbow-delimiters): Enable tests.
[source] Use GIT-FETCH and GIT-FILE-NAME.
2019-09-24 10:03:17 +02:00
Pierre Neidhardt 5c1547383f
gnu: Add mojoshader.
* gnu/packages/gl.scm (mojoshader): New variable.
2019-09-24 09:44:49 +02:00
Brett Gilio 2395d863de
gnu: emacs-rust-mode: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.4.0.

Signed-off-by: Brian Leung <leungbk@mailfence.com>
2019-09-24 09:09:37 +02:00
Efraim Flashner 3b98e71a4b
gnu: Register (gnu packages distributed).
This is a follow-up to 2d25b0c8ba.

* gnu/local.mk (GNU_SYSTEM_MODULES): Add (gnu packages distributed).
2019-09-24 10:07:43 +03:00
Brant Gardner 2d25b0c8ba
gnu: Add boinc-client and boinc-server.
* gnu/packages/distributed.scm (boinc-client, boinc-server): New variable.

Signed-off-by: Brian Leung <leungbk@mailfence.com>
2019-09-24 08:53:17 +02:00
Pierre-Moana Levesque 647cfcf681
gnu: libtool: Fix cross-compilation.
* gnu/packages/autotools.scm (libtool)[arguments]: Do not run tests and use
bash from native-inputs when cross-compiling.
2019-09-24 08:14:15 +02:00
Mathieu Othacehe 06b2bc550f
gnu: bc: Fix cross-compilation.
* gnu/packages/patches/bc-fix-cross-compilation.patch: New patch file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/algebra.scm (bc)[origin]: Apply it,
[native-inputs]: Add automake and autoconf,
[arguments]: Add a new 'autogen phase that is needed by the new patch.
2019-09-24 08:14:15 +02:00
Mathieu Othacehe 7dbd3a8e3e
gnu: mdadm: Fix cross-compilation.
* gnu/packages/linux.scm (mdadm)[arguments]: Search for coreutils in both
native-inputs and inputs.
2019-09-24 08:14:14 +02:00
Mathieu Othacehe f22997b1a7
gnu: console-setup: Fix cross-compilation.
* gnu/packages/xorg.scm (console-setup)[native-inputs]: Add perl,
[arguments]: search for bash in both native-inputs and inputs.
2019-09-24 08:14:14 +02:00
Mathieu Othacehe f0d5ce5a11
gnu: procps: Fix cross-compilation.
* gnu/packages/linux.scm (procps)[arguments]: Add configure flags needed from
cross-compilation.
2019-09-24 08:14:14 +02:00
Pierre-Moana Levesque 8e8855f9aa
gnu: nghttp2: Fix cross-compilation.
* gnu/packages/web.scm (nghttp2)[arguments]: In set-timezone-directory
phase, search in both inputs and native-inputs.
2019-09-24 08:14:13 +02:00
Mathieu Othacehe eff633257c
gnu: lvm2: Fix cross-compilation.
* gnu/packages/linux.scm (lvm2)[arguments]: Add cross-compilation specific
configure-flags.
2019-09-24 08:14:13 +02:00
Mathieu Othacehe f8dae88c1e
gnu: mkfontdir: Fix aarch64 cross-compilation.
The packaged config.sub and config.guess do not have aarch64 support. Replace
them by the ones from automake.

* gnu/packages/xorg.scm (mkfontdir)[arguments]: Replace outdated config.sub and
config.guess, by the ones taken from ...
[native-inputs]: ... here, by adding automake.
2019-09-24 08:14:13 +02:00
Mathieu Othacehe 1a1bce6b5d
gnu: libsamplerate: Fix aarch64 cross-compilation.
The packaged config.sub and config.guess do not have aarch64 support. Replace
them by the ones from automake.

* gnu/packages/pulseaudio.scm (libsamplerate)[arguments]: Replace outdated config.sub and
config.guess, taken from ...
[native-inputs]: ... here, by adding automake.
2019-09-24 08:14:12 +02:00
Mathieu Othacehe 59bd4b90e8
gnu: indent: Fix aarch64 cross-compilation.
The packaged config.sub and config.guess do not have aarch64 support. Replace
them by the ones from automake.

* gnu/packages/code.scm (indent)[arguments]: Replace outdated config.sub and
config.guess, taken from ...
[native-inputs]: ... here, by adding automake.
(indent-2.2.12)[native-inputs]: Inherit from indent native-inputs to keep
automake that is added above.
2019-09-24 08:14:12 +02:00
Mathieu Othacehe 3fe8fe5360
gnu: libpaper: Fix aarch64 cross-compilation.
The packaged config.sub and config.guess do not have aarch64 support. Replace
them by the ones from automake.

* gnu/packages/ghostscript.scm (libpaper)[arguments]: Replace outdated config.sub and
config.guess, taken from ...
[native-inputs]: ... here, by adding automake.
2019-09-24 08:14:12 +02:00
Mathieu Othacehe e373adc139
gnu: libgpg-error: Fix cross compilation.
* gnu/packages/gnupg.scm (libgpg-error)[arguments]: Add a lock-obj header to
the target platform when cross-compiling,
[native-inputs]: add gettext that is needed when cross-compiling.
2019-09-24 08:14:12 +02:00
Pierre-Moana Levesque c3d523b048
gnu: guile-xcb: Fix cross-compilation.
* gnu/packages/guile-wm.scm (guile-xcb)[native-inputs]: Add guile.
2019-09-24 08:13:40 +02:00
Pierre-Moana Levesque 6fe3e25006
gnu: texinfo-4: Fix cross compilation
* gnu/packages/texinfo.scm (texinfo-4)[native-inputs]: Add automake and
native-inputs from texinfo package,
[arguments]: Replace outdated config.sub and config.guess by the ones
taken from automake above. Also make sure native tools are built before build
phase.
2019-09-24 08:12:59 +02:00
Pierre-Moana Levesque c096028a37
gnu: texinfo-5: Fix cross-compilation.
* gnu/packages/texinfo.scm (texinfo-5)[native-inputs]: Keep
native-inputs from inherited package texinfo.
2019-09-24 08:12:58 +02:00
Mathieu Othacehe 5a2f58d52c
gnu: texinfo: Fix cross-compilation.
* gnu/packages/texinfo.scm (texinfo)[arguments]: Do not reset environment
before running configure with the native compiler, in a cross-compilation
context,
[inputs]: move perl from here ...
[native-inputs]: ... to here. Also add ncurses that is needed in a
cross-compilation context to build texinfo native tools.
2019-09-24 08:12:58 +02:00
Mathieu Othacehe 9b70f2c386
gnu: alsa-utils: Fix cross-compilation.
* gnu/packages/linux.scm (alsa-utils)[inputs]: Move gettext from here ...
[native-inputs]: ... to here, in order to fix cross-compilation.
2019-09-24 08:12:58 +02:00
Mathieu Othacehe 032974aae6
gnu: pkg-config: Fix cross-compilation.
* gnu/packages/pkg-config.scm (%pkg-config)[arguments]: Add configure-flags
to disable tests that fail when cross-compiling.
2019-09-24 08:12:57 +02:00
Mathieu Othacehe 2b9ef6e5ef
gnu: tcsh: Fix cross-compilation.
* gnu/packages/shells.scm (tcsh)[arguments]: Replace "cc" by "gcc" as
native gethost compiler when cross-compiling.
2019-09-24 08:12:57 +02:00
Mathieu Othacehe 5fd395db3f
gnu: libarchive: Fix cross-compilation.
* gnu/packages/backup.scm (libarchive)[arguments]: Do not build and run tests
when cross-compiling.
2019-09-24 08:12:57 +02:00
Mathieu Othacehe 1475554147
gnu: xmlto: Fix cross-compilation.
* gnu/packages/xml.scm (xmlto)[native-inputs]: Add util-linux.
2019-09-24 08:12:56 +02:00
Mathieu Othacehe 642328abcd
gnu: help2man: Fix cross-compilation.
* gnu/packages/man.scm (help2man)[native-inputs]: Add perl.
2019-09-24 08:12:56 +02:00
Mathieu Othacehe b5ebab8023
gnu: mit-krb5: Fix cross-compilation.
* gnu/packages/kerberos.scm (mit-krb5)[arguments]: Disable tests when
cross-compiling. Add cross-compilation specific configure-flags and
make-flags. Search for perl in native-inputs or inputs.
2019-09-24 08:12:56 +02:00
Mathieu Othacehe 283fb64851
gnu: ath9k-htc-firmware: Fix cross compilation.
* gnu/packages/firmware.scm (ath9k-htc-firmware)[phases]: Search for
"cross-gcc" in native-inputs and inputs in "configure" phase.
2019-09-24 08:12:55 +02:00
Mathieu Othacehe bc5ae287b7
gnu: libgit2: Fix cross compilation.
* gnu/packages/version-control.scm (libgit2)[arguments]: Set
PKG_CONFIG_EXECUTABLE variable when cross-compiling.
Also do not run test suite if cross-compiling.
2019-09-24 08:12:55 +02:00
Mathieu Othacehe 078784ce7c
gnu: http-parser: Fix cross-compilation.
* gnu/packages/web.scm (http-parser)[arguments]: Set CC and AR variables in
Makefile in order to fix cross-compilation.
2019-09-24 08:12:55 +02:00
Mathieu Othacehe ceb9de75a6
gnu: python: Further cross-compilation fixes.
* gnu/packages/patches/python-2.7-search-paths.patch: Add cross-compilation
support.
* gnu/packages/patches/python-3-search-paths.patch: Ditto.
* gnu/packages/patches/python-cross-compile.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add above new patch.
* gnu/packages/python.scm (python-2.7)[patches]: Add new patch above,
[arguments]: Set _PYTHON_HOST_PLATFORM env variable when cross compiling.
2019-09-24 08:12:54 +02:00
Mathieu Othacehe d7c5364732
gnu: xorg: Fix cross-compilation of multiple packages.
* gnu/packages/xorg.scm (libxext)[arguments]: Disable zero malloc check that
fails when cross-compiling,
(libxrender)[arguments]: ditto,
(libx11)[arguments]: ditto.
2019-09-24 08:12:54 +02:00
Mathieu Othacehe da66bd3857
gnu: libxslt: Fix cross-compilation.
* gnu/packages/xml.scm (libxslt)[native-inputs]: Add pkg-config.
2019-09-24 08:12:54 +02:00
Mathieu Othacehe ee4c8c899b
gnu: tk: Fix cross-compilation.
* gnu/packages/tcl.scm (tk)[arguments]: Add configure flags to fix
cross-compilation.
2019-09-24 08:12:54 +02:00
Mathieu Othacehe 2ce30a37ad
gnu: tcl: Fix cross-compilation.
* gnu/packages/tcl.scm (tcl)[arguments]: Add configure flags to fix
cross-compilation.
2019-09-24 08:12:53 +02:00
Mathieu Othacehe 57ec9861f4
gnu: python: Fix cross compilation.
* gnu/packages/python.scm (python-2.7)[arguments]: Add a configure flag to
disable a check failing when cross-compiling. This is covered here:
https://lists.yoctoproject.org/pipermail/poky/2013-June/008997.html,
[native-inputs]: Add self and which when cross-compiling,
(python-3.7)[arguments]: Refer to native python when cross-compiling.
2019-09-24 08:12:53 +02:00
Mathieu Othacehe 001504a70a
gnu: perl: Fix cross-compilation.
* gnu/packages/perl.scm (perl)[arguments]: Use cross-libc instead of libc when
cross-compiling.
2019-09-24 08:12:53 +02:00
Tobias Geerinckx-Rice f9447dedc5
gnu: sxhkd: Sensibly name source checkout.
* gnu/packages/xdisorg.scm (sxhkd)[source]: Use GIT-FILE-NAME.
2019-09-24 07:20:53 +02:00
Tobias Geerinckx-Rice b60ffcee06
gnu: mako: Update to 1.4.
* gnu/packages/wm.scm (mako): Update to 1.4.
2019-09-24 07:20:53 +02:00
Tobias Geerinckx-Rice 1c6884eeb3
gnu: sxhkd: Update to 0.6.1.
* gnu/packages/xdisorg.scm (sxhkd): Update to 0.6.1.
2019-09-24 07:06:38 +02:00
Tobias Geerinckx-Rice f1afdaf476
gnu: java-dom4j: Update to 2.1.1.
* gnu/packages/xml.scm (java-dom4j): Update to 2.1.1.
2019-09-24 07:06:37 +02:00
Tobias Geerinckx-Rice e2d69addf6
Revert "gnu: qpdf: Update to 9.0.1."
This reverts commit 88808152d9.
It was intended for staging.
2019-09-24 03:14:26 +02:00
Tobias Geerinckx-Rice 88808152d9
gnu: qpdf: Update to 9.0.1.
* gnu/packages/pdf.scm (qpdf): Update to 9.0.1.
2019-09-24 03:12:44 +02:00
Tobias Geerinckx-Rice 525961cd43
gnu: ethtool: Update to 5.3.
* gnu/packages/networking.scm (ethtool): Update to 5.3.
2019-09-24 03:12:43 +02:00
Tobias Geerinckx-Rice 0b3daeb05e
gnu: linux-libre: Update to 4.4.194.
* gnu/packages/linux.scm (linux-libre): Update to 4.4.194.
2019-09-24 02:19:25 +02:00
Tobias Geerinckx-Rice 21d9c57745
gnu: linux-libre: Update to 4.9.194.
* gnu/packages/linux.scm (linux-libre): Update to 4.9.194.
2019-09-24 02:19:25 +02:00
Tobias Geerinckx-Rice cce20ea6a0
gnu: linux-libre: Update to 4.14.146.
* gnu/packages/linux.scm (linux-libre): Update to 4.14.146.
2019-09-24 02:19:25 +02:00