Commit graph

61453 commits

Author SHA1 Message Date
Paul Garlick e642f78f2e
gnu: ikiwiki: Add missing input.
* gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-ipc-run.
[arguments]: Set PERL5LIB and CC for IPC::Run in 'pre-check' phase.
2020-06-01 20:15:33 +01:00
Paul Garlick db144a52a3
gnu: ikiwiki: Propagate some inputs.
* gnu/packages/web.scm (ikiwiki)[inputs]: Move perl-cgi-formbuilder,
perl-cgi-session, perl-mail-sendmail, perl-timedate and perl-xml-simple
to...
[propagated-inputs]: ...here.
2020-06-01 20:15:32 +01:00
Paul Garlick a0362fdea9
gnu: ikiwiki: Revert to standard wrapper.
* gnu/packages/web.scm (ikiwiki)[arguments]: Remove
unnecessary 'include-PERL5LIB-in-wrapper' phase.  The PERL5LIB
environment variable may be set in the user's setup file instead.
2020-06-01 20:15:31 +01:00
Arun Isaac f8072794e4
gnu: swaks: Update to 20190914.0.
* gnu/packages/mail.scm (swaks): Update to 20190914.0.
2020-06-02 00:12:03 +05:30
Léo Le Bouter 8159ce1970
gnu: bootstrap: Add powerpc64-linux dynamic linker.
This makes it possible to build bootstrap binaries for powerpc64-linux:

  guix build --target=powerpc64-linux-gnu bootstrap-tarballs

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add an entry for
powerpc64-linux.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
2020-06-01 11:37:24 -07:00
Pierre Neidhardt 2ad9ac0cf0
gnu: emacs-cyberpunk-theme: Update to 1.22.
* gnu/packages/emacs-xyz.scm (emacs-cyberpunk-theme): Update to 1.22.
2020-06-01 20:24:29 +02:00
Tobias Geerinckx-Rice 125aacaa09
gnu: exim: Update to 4.94.
* gnu/packages/mail.scm (exim): Update to 4.94.
2020-06-01 17:49:25 +02:00
Tobias Geerinckx-Rice eeaeac2354
gnu: wireguard-tools: Update to 1.0.20200513.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200513.
2020-06-01 17:39:37 +02:00
Tobias Geerinckx-Rice 27b9fe86b1
gnu: dash: Update to 0.5.11.
* gnu/packages/shells.scm (dash): Update to 0.5.11.
2020-06-01 17:39:37 +02:00
tsmish 5b588f2c9b
gnu: vis: Fix configuration load order.
* gnu/packages/text-editors.scm (vis)[native-search-paths]: Remove.

There is no need to set $VIS_PATH to $prefix/share/vis as VIS_PATH
(#define), which is also in search path
(7648280a95/vis-lua.c (L2662)),
is already set by Makefile to $prefix/share/vis
(7648280a95/Makefile (L37)).

This fixes issue https://issues.guix.gnu.org/39394

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-06-01 15:38:29 +02:00
Michael Rohleder 1a5706df6f
gnu: emacs-perspective: Update to 2.8.
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.8.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-06-01 15:20:46 +02:00
Arun Isaac 7a99c58c45
combinators: Recurse fold2 to named let loop.
* guix/combinators.scm (fold2): Recurse to named let loop, not fold2 itself.

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-06-01 14:54:55 +02:00
Nicolas Goaziou fabfe0b99c
gnu: emacspeak: Update to 52.0.
* gnu/packages/emacs-xyz.scm (emacspeak): Update to 52.0.
[arguments]: Add phase to remove a non-existing file.  Change executable.
[inputs]: Use espeak-ng instead of espeak.
[description]: Typographic fix.
2020-06-01 10:54:22 +02:00
Efraim Flashner 48fd0de962
gnu: enlightenment: Update to 0.24.1.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.24.1.
2020-06-01 09:16:54 +03:00
Efraim Flashner 70cf011390
gnu: gdl: Don't use custom bootstrap phase.
* gnu/packages/gnome.scm (gdl)[arguments]: Remove custom boostrap phase.
(gdl-minimal)[arguments]: Don't inherit arguments from gdl.
2020-06-01 08:44:21 +03:00
Maxim Cournoyer ff8a1a88d9
gnu: inkscape: Add inkscape-1.0.
* gnu/packages/inkscape.scm (inkscape-1.0): New variable.
* gnu/packages/gtk.scm (at-spi2-atk): Add a TODO comment.
2020-05-31 22:12:13 -04:00
Maxim Cournoyer 3f1f98d9d8
gnu: Add libuemf.
* gnu/packages/image.scm (libuemf): New variable.
2020-05-31 22:12:12 -04:00
Maxim Cournoyer 7f05493da3
gnu: Add drm-tools.
* gnu/packages/textutils.scm (drm-tools): New variable.
2020-05-31 22:12:12 -04:00
Maxim Cournoyer 5ee8c1411d
gnu: Add autotrace.
* gnu/packages/graphics.scm (autotrace): New variable.
2020-05-31 22:12:12 -04:00
Maxim Cournoyer 2f6d51ef9a
gnu: Add pstoedit.
* gnu/packages/graphics.scm (pstoedit): New variable.
2020-05-31 22:12:12 -04:00
Maxim Cournoyer f977fe92c4
gnu: plotutils: Build libplotter.
* gnu/packages/plotutils.scm (plotutils)[origin]: Port the patch to a snippet,
which catches all the problematic occurrences.
[configure-flags]: Pass "--enable-libplotter".
[description]: Mention the newly added C++ libplotter library.
2020-05-31 22:12:12 -04:00
Maxim Cournoyer 89c34f5e48
gnu: Add lib2geom.
* gnu/packages/graphics.scm (lib2geom): New variable.
* gnu/packages/patches/lib2geom-enable-assertions.patch,
lib2geom-link-tests-against-glib.patch,
lib2geom-use-system-googletest.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register new patches.
2020-05-31 22:12:12 -04:00
Maxim Cournoyer ca3adf2607
gnu: Add gdl-minimal.
* gnu/packages/gnome.scm (gdl-minimal): New variable.
2020-05-31 22:12:12 -04:00
Maxim Cournoyer 88e61bd4a4
gnu: Add gdl.
* gnu/packages/gnome.scm (gdl): New variable.
2020-05-31 22:12:11 -04:00
Maxim Cournoyer 0e3897187c
gnu: Add at-spi2-atk-minimal.
* gnu/packages/gtk.scm (at-spi2-atk-minimal): New variable.
2020-05-31 22:12:11 -04:00
Maxim Cournoyer 43b6b45e7b
gnu: Add libsoup-minimal.
* gnu/packages/gnome.scm (libsoup-minimal): New variable.
2020-05-31 22:12:11 -04:00
Maxim Cournoyer 53c41e958f
gnu: libsoup: Add the missing PHP dependency.
* gnu/packages/gnome.scm (libsoup)[native-inputs]: Add php.
2020-05-31 22:12:11 -04:00
Lars-Dominik Braun 625cdb05d7
gnu: Add pypy3.
* gnu/packages/python.scm (pypy3): New public variable.
* gnu/packages/patches/pypy3-7.3.1-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-01 00:51:39 +02:00
Ludovic Courtès 912be8ec34
gnu: biber: Update to 2.12.
Fixes <https://bugs.gnu.org/41400>.
Reported by Mikhail Tsykalov <tsymsh@gmail.com>.

This essentially reverts 40fd909e3d.
This is a followup to the TeX Live 2019 update in
85892948bd.

* gnu/packages/tex.scm (biber): Update to 2.12.
2020-06-01 00:51:39 +02:00
Ludovic Courtès 6f6758c45d
maint: Adjust comment in 'pre-push' hook.
* etc/git/pre-push: Adjust comment.
2020-06-01 00:51:38 +02:00
Jakub Kądziołka c727df6f54
gnu: sameboy: Update to 0.13.
* gnu/packages/emulators.scm (sameboy): Update to 0.13.
2020-06-01 00:47:56 +02:00
Tobias Geerinckx-Rice 14c79f171f
gnu: youtube-dl: Update to 2020.05.29.
* gnu/packages/video.scm (youtube-dl): Update to 2020.05.29.
2020-05-31 23:55:34 +02:00
Fredrik Salomonsson 6c3d3f2949
gnu: Add emacs-buffer-move.
* gnu/packages/emacs-xyz.scm (emacs-buffer-move): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-05-31 23:31:04 +02:00
Vinicius Monego 115a1ed2b8
gnu: homebank: Update to 5.4.2.
* gnu/packages/finance.scm (homebank): Update to 5.4.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-05-31 23:24:39 +02:00
Vinicius Monego c7210b9613
gnu: homebank: Add libofx dependency.
* gnu/packages/finance.scm (homebank)[inputs]: Add libofx.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-05-31 23:24:35 +02:00
Vinicius Monego 3b00a6b008
gnu: Add emacs-dracula-theme.
* gnu/packages/emacs-xyz.scm (emacs-dracula-theme): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-05-31 23:20:00 +02:00
Pierre Neidhardt 620daa6b34
gnu: sbcl: Update to 2.0.5.
* gnu/packages/lisp.scm (sbcl): Update to 2.0.5.
2020-05-31 21:15:38 +02:00
Efraim Flashner 9f6efa117c
gnu: chess: Update to 6.2.7.
* gnu/packages/games.scm (chess): Update to 6.2.7.
2020-05-31 19:16:35 +03:00
Marius Bakke bf6438f465
gnu: ccl: Prevent creating invalid derivation on unsupported platforms.
* gnu/packages/lisp.scm (ccl)[inputs]: For the "ccl-bootstrap" input, use the
x86 origin as the fallback entry.
[arguments]: Add (ice-9 match) in #:modules.  Rewrite phases to use the scoped
SYSTEM variable instead of splicing in a match on %CURRENT-SYSTEM.
2020-05-31 14:56:57 +02:00
Nicolas Goaziou 018cffc9c9
gnu: emacs-tramp: Update to 2.4.3.5.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.3.5.
2020-05-31 02:26:34 +02:00
Nicolas Goaziou fc1a9df2b7
gnu: emacs-adaptive-wrap: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-adaptive-wrap): Update to 0.7.
2020-05-31 02:24:34 +02:00
Nicolas Goaziou bb78d75c58
gnu: emacs-csv-mode: Update to 1.12.
* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.12.
2020-05-31 02:22:53 +02:00
Nicolas Goaziou 19a651cbff
gnu: emacs-bongo: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-bongo): Update to 1.1.
2020-05-31 02:19:37 +02:00
Nicolas Goaziou 776ecaaa0f
gnu: emacs-bbdb: Update to 3.2.
* gnu/packages/emacs-xyz.scm (emacs-bbdb): Update to 3.2.
[source]: Use GNU ELPA.
[build-system]: Use emacs-build-system.
[arguments]: Ignore "bbdb-vm.el".  Remove unnecessary phases.
[home-page]: Switch to GNU ELPA URI.
2020-05-31 02:15:08 +02:00
Nicolas Goaziou 47c2db84b8
gnu: eternalterminal: Update to 6.0.7.
* gnu/packages/terminals.scm (eternalterminal): Update to 6.0.7.
[arguments]: Remove unnecessary phases.  The removed directories no longer
exist.
2020-05-31 01:57:20 +02:00
Tobias Geerinckx-Rice b378297798
gnu: opendoas: Don't pass unused target to ./configure.
* gnu/packages/admin.scm (opendoas)[arguments]: Remove ‘--target=…’ from
the #:configure-flags for now.
2020-05-31 01:54:26 +02:00
Tobias Geerinckx-Rice b40ba288f1
gnu: mu: Update to 1.4.8.
* gnu/packages/mail.scm (mu): Update to 1.4.8.
2020-05-31 01:46:49 +02:00
Morgan Smith 248af68449
gnu: Add opendoas.
* gnu/packages/admin.scm (opendoas): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-05-31 01:46:49 +02:00
Nicolas Goaziou d818256e46
gnu: csound: Update to 6.14.0.
* gnu/packages/audio.scm (csound): Update to 6.14.0.
[inputs]: move gettext-minimal...
[native-inputs]: ... there.

Also re-order inputs alphabetically.
2020-05-31 00:20:27 +02:00
Tobias Geerinckx-Rice 187d02cd43
gnu: totem: Remove python-pylint native input.
It's optional & runs a pointless lint check that fails with pylint 2.5.

* gnu/packages/gnome.scm (totem)[native-inputs]: Remove python-pylint.
2020-05-31 00:16:13 +02:00