Commit Graph

46328 Commits (3b79afa6a83a2d68109afb8f85ab82596a531b3d)

Author SHA1 Message Date
Marius Bakke 625801f500
gnu: webkitgtk: Build with Python 3.
* gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Change PYTHON-2 to
PYTHON-WRAPPER.
2019-07-08 00:37:03 +02:00
Marius Bakke 0403b04d76
gnu: jalv: Remove GCC5 workaround.
* gnu/packages/audio.scm (jalv)[arguments]: Remove <#:phases>.
2019-07-07 23:27:37 +02:00
Marius Bakke 6fe808f4c3
gnu: mesa: Use the "release" Meson build type.
* gnu/packages/gl.scm (mesa)[arguments]: Add <#:build-type>.
2019-07-07 22:05:34 +02:00
Marius Bakke f826ac4704
gnu: doxygen: Build with Python 3.
* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change PYTHON-2 to PYTHON.
2019-07-07 20:07:22 +02:00
Marius Bakke ff6850490f
gnu: doxygen: Don't build against special Flex variant.
* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change FLEX-2.6.1
to FLEX.
2019-07-07 20:00:21 +02:00
Marius Bakke 794c773d0c
gnu: libinput: Use the 'release' Meson build type.
* gnu/packages/freedesktop.scm (libinput)[arguments]: Add <#:build-type>.
2019-07-07 19:19:39 +02:00
Marius Bakke c43b090326
build-system/meson: Enable compiler optimizations.
* guix/build-system/meson.scm (meson-build)[#:build-type]: Set to 'debugoptimized'.
2019-07-07 19:14:04 +02:00
Marius Bakke f7e25e2ec7
gnu: libpsl: Python is a native input.
* gnu/packages/web.scm (libpsl)[inputs]: Move PYTHON-WRAPPER ...
[native-inputs]: ... here.
2019-07-07 18:55:57 +02:00
Marius Bakke c4fa39188a
gnu: graphite2: Build against Python 3.
Previously, the Python tests were skipped, because they require Python 3.

* gnu/packages/fontutils.scm (graphite2)[arguments]: New field.
[native-inputs]: Change PYTHON-2 and PYTHON2-FONTTOOLS to PYTHON and PYTHON-FONTTOOLS.
2019-07-07 18:53:32 +02:00
Marius Bakke b0dc2454cc
gnu: zziplib: Don't run failing tests.
* gnu/packages/compression.scm (zziplib)[arguments]: Set <#:test-target>.
2019-07-07 18:38:19 +02:00
Marius Bakke d0a52e65b5
gnu: zziplib: Don't use unstable tarball.
* gnu/packages/compression.scm (zziplib)[source]: Change to GIT-FETCH.
[argumnents]: New field.
2019-07-07 18:38:19 +02:00
Marius Bakke ee3a4d3678
gnu: libpsl: Build against Python 3.
* gnu/packages/web.scm (libpsl)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
2019-07-07 18:38:19 +02:00
Marius Bakke 2c886af911
gnu: ninja: Python is a regular input.
Ninja uses Python at run time, so it must not be a native input.

* gnu/packages/ninja.scm (ninja)[native-inputs]: Change to ...
[inputs]: ... this.
2019-07-07 18:38:19 +02:00
Marius Bakke b78491f857
gnu: ninja: Build against Python 3.
* gnu/packages/ninja.scm (ninja)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
2019-07-07 18:38:19 +02:00
Marius Bakke cf3f7aa197
gnu: libevent: Use Python 3 for event_rpcgen.py.
* gnu/packages/libevent.scm (libevent)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
2019-07-07 18:38:18 +02:00
Marius Bakke d7b63ba92d
gnu: itstool: Update to 2.0.6.
* gnu/packages/glib.scm (itstool): Update to 2.0.6.
[inputs]: Change PYTHON2-LIBXML and PYTHON-2 to PYTHON-LIBXML and PYTHON.
* gnu/packages/gnome.scm (totem)[inputs]: Change PYTHON-2 to PYTHON.
2019-07-07 18:38:18 +02:00
Marius Bakke 53ffc043af
gnu: cURL: Build against Python 3.
* gnu/packages/curl.scm (curl)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
2019-07-07 18:38:11 +02:00
Marius Bakke ac135287d2
gnu: icu4c: Enable tests on i686.
* gnu/packages/icu4c.scm (icu4c)[arguments]: Don't override <#:tests?>.
2019-07-07 16:55:10 +02:00
Marius Bakke a4c38f812c
gnu: icu4c: Use 'python-minimal' for tests.
* gnu/packages/icu4c.scm (icu4c)[native-inputs]: Change PYTHON to
PYTHON-MINIMAL.
2019-07-07 16:54:15 +02:00
Marius Bakke fcb5493793
gnu: Python: Avoid needless reference on coreutils.
* gnu/packages/python.scm (python-2.7)[arguments]: Pass "INSTALL" and
"MKDIR_P" in <#:configure-flags>.
2019-07-07 16:51:26 +02:00
Marius Bakke 4f5fe46388
gnu: commencement: Fix Python build on non-x86 platforms.
* gnu/packages/commencement.scm (python-boot0)[version, source]: Downgrade to 3.5.7.
[arguments]: Remove <#:make-flags>.  Add <#:phases>.
[native-inputs]: Remove artifical dependency on PKG-CONFIG.
2019-07-07 16:32:53 +02:00
Pierre Langlois bf187d92e3
gnu: Add csvkit.
* gnu/packages/wireservice.scm (csvkit): New variable.
* gnu/packages/patches/csvkit-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:20 +02:00
Pierre Langlois 213b05f04e
gnu: Add python-agate-excel.
* gnu/packages/wireservice.scm (python-agate-excel): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:20 +02:00
Pierre Langlois f1122a2c91
gnu: Add python-agate-dbf.
* gnu/packages/wireservice.scm (python-agate-dbf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:20 +02:00
Pierre Langlois 9b2850c845
gnu: Add python-agate-sql.
* gnu/packages/wireservice.scm (python-agate-sql): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:20 +02:00
Pierre Langlois dc835e75ce
gnu: Add python-agate.
* gnu/packages/wireservice.scm (python-agate): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:20 +02:00
Pierre Langlois 451742bcf6
gnu: Add python-leather.
* gnu/packages/wireservice.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:20 +02:00
Pierre Langlois edeb04bfb7
gnu: Add python-dbfread.
* gnu/packages/python-xyz.scm (python-dbfread): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:20 +02:00
Pierre Langlois 450d5dc289
gnu: Add python-crate.
* gnu/packages/databases.scm (python-crate): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:20 +02:00
Pierre Langlois 0d5b7ea11f
gnu: Add python-pytimeparse.
* gnu/packages/time.scm (python-pytimeparse): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:19 +02:00
Pierre Langlois 6543bc80b4
gnu: Add python-slugify.
* gnu/packages/python-web.scm (python-slugify): New variable.
* gnu/packages/patches/python-slugify-depend-on-unidecode.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:19 +02:00
Brian Leung e41ba8606f
gnu: Add emacs-moe-theme-el.
* gnu/packages/emacs-xyz.scm (emacs-moe-theme-el): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:19 +02:00
Brian Leung ae429e48d1
gnu: emacs-goto-chg: Update to 1.7.3-1.1829a13.
* gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.3-1.1829a13.
[origin]: Use GIT-FETCH and GIT-REFERENCE.
[home-page]: Update.
[inputs]: Add emacs-undo-tree.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:19 +02:00
Brian Leung 81d1baafdb
gnu: emacs-hydra: Update to 0.15.0.
* gnu/packages/emacs-xyz.scm (emacs-hydra): Update to 0.15.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:19 +02:00
Brian Leung b453637f1b
gnu: Add emacs-lpy.
* gnu/packages/emacs-xyz.scm (emacs-lpy): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:19 +02:00
Brian Leung 55a0b2a08d
gnu: emacs-md4rd: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-md4rd): Update to 0.3.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:19 +02:00
Brian Leung 26150eac73
gnu: emacs-zoutline: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-zoutline): Update to 0.2.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:18 +02:00
Brian Leung 9f6dca4de3
gnu: emacs-restclient: Update to 0-2.422ee8d.
* gnu/packages/emacs-xyz.scm (emacs-restclient): Update to 0-2.422ee8d.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:18 +02:00
Brian Leung fa71034115
gnu: emacs-disk-usage: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-disk-usage)[source]: Use GIT-FETCH and GIT-FILE-NAME.
[home-page] Move to usual location.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:18 +02:00
Brian Leung 8330715878
gnu: emacs-fish-completion: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-fish-completion)[source]: Use GIT-FETCH
  and GIT-FILE-NAME.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:18 +02:00
Brian Leung 846d83482f
gnu: emacs-company-restclient: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-company-restclient): Update to 0.3.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:18 +02:00
Brian Leung 1fd2886ca7
gnu: emacs-skewer-mode: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (emacs-skewer-mode): Update to 1.8.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:18 +02:00
Brian Leung 9ee3be1bd5
gnu: emacs-simple-httpd: Update to 1.5.1.
* gnu/packages/emacs-xyz.scm (emacs-simple-httpd): Update to 1.5.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:18 +02:00
Brian Leung 1c9ea5aaa4
gnu: emacs-git-timemachine: Update to 4.10.
* gnu/packages/emacs-xyz.scm (emacs-git-timemachine): Update to 4.10.
[propagated-inputs] Add emacs-transient.
[source] Use GIT-FETCH and GIT-REFERENCE.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07 15:48:17 +02:00
Ludovic Courtès 866822b738
build: Remove outdated 'release.nix'.
This file had been unmaintained and probably broken since ~2013.

* release.nix: Remove.
* Makefile.am (EXTRA_DIST): Adjust accordingly.
2019-07-07 15:48:17 +02:00
Ludovic Courtès ccadafdcef
build: Add 'doc/build.scm' to build on-line copies of the manual.
* doc/build.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
2019-07-07 15:48:17 +02:00
Rutger Helling aad6596294
gnu: wine-staging: Update to 4.12.1.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.12.1.
* gnu/packages/wine.scm (wine-staging): Update to 4.12.1.
2019-07-07 13:51:06 +02:00
Christopher Baines d029afdd2d
gnu: Update lollypop to 1.1.3.1.
* gnu/packages/gnome.scm (lollypop): Update to 1.1.3.1.
[inputs]: Add python-pil.
2019-07-07 12:24:19 +01:00
Mark H Weaver 079c93e1c1
self: Ship the (gnu machine …) modules.
This is a followup to commit fa9edf09e9.

* guix/self.scm (compiled-guix)[*system-modules*]: Explicitly add all of
gnu/machine/*.
2019-07-06 20:08:35 -04:00
Marius Bakke 36175a3a9e
Merge branch 'master' into staging 2019-07-07 01:18:18 +02:00