Tobias Geerinckx-Rice
2450ccb4b5
gnu: filezilla: Run the test.
...
* gnu/packages/ftp.scm (filezilla)[native-inputs]: Add cppunit.
2020-10-07 13:54:50 +02:00
Tobias Geerinckx-Rice
0eca1c5de4
gnu: libfilezilla: Don't build static library.
...
* gnu/packages/ftp.scm (libfilezilla)[arguments]: Add ‘--disable-static’
to #:configure-flags.
2020-10-07 13:54:50 +02:00
Tobias Geerinckx-Rice
df7ebbd9bd
gnu: filezilla, libfilezilla: Update to 3.50.0, 0.24.1.
...
* gnu/packages/ftp.scm (libfilezilla): Update to 0.24.1.
[native-inputs]: Add gettext-minimal.
[inputs]: Add gnutls.
(filezilla): Update to 3.50.0.
2020-10-07 13:54:50 +02:00
Mathieu Othacehe
19e6c4445f
gnu: cuirass: Update to 0.0.1-51.cb2c4e3.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-51.cb2c4e3.
2020-10-07 13:44:52 +02:00
Paul Garlick
5bc041dfd7
gnu: Add texlive-fpl.
...
* gnu/packages/tex.scm (texlive-fpl): New variable.
2020-10-07 12:36:47 +01:00
Adam
7722c367bc
gnu: Add cl-xmls.
...
* gnu/packages/lisp-xyz.scm (sbcl-xmls, cl-xmls, ecl-xmls): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-10-07 11:31:04 +02:00
Adam
582d0108d6
gnu: Add cl-lambda-fiddle.
...
* gnu/packages/lisp-xyz.scm (sbcl-lambda-fiddle, cl-lambda-fiddle,
ecl-lambda-fiddle): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-10-07 11:15:46 +02:00
Tobias Geerinckx-Rice
a5ed8e0e7c
gnu: entr: Cross-compile.
...
* gnu/packages/entr.scm (entr)[arguments]: Use CC-FOR-TARGET.
Use INPUTS instead of WHICH.
[inputs]: Add non-native bash and coreutils packages.
2020-10-07 03:21:44 +02:00
Tobias Geerinckx-Rice
16d3630bf4
gnu: entr: Update to 4.6.
...
* gnu/packages/entr.scm (entr): Update to 4.6.
2020-10-07 03:21:44 +02:00
Tobias Geerinckx-Rice
63e4eee9b0
gnu: ddcutil: Update to 0.9.9.
...
* gnu/packages/hardware.scm (ddcutil): Update to 0.9.9.
2020-10-07 03:21:44 +02:00
Oleg Pykhalov
2aa393326d
gnu: Add xnotify.
...
* gnu/packages/wm.scm (xnotify): New variable.
2020-10-06 22:56:20 +03:00
Pierre Langlois
38094a4f8d
gnu: Add emacs-ob-sclang.
...
Remove emacs-org-contrib's dependency on SuperCollider by extracting
ob-sclang.el into its own package.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib)[source]: Add snippet
that deletes ob-sclang.el.
[propagated-inputs]: Remove emacs-scel.
(emacs-ob-sclang): New variable.
2020-10-06 20:40:17 +01:00
Nicolas Goaziou
50110a1aa5
gnu: emacs-geiser: Update to 0.12.
...
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.12.
2020-10-06 21:34:23 +02:00
Paul Garlick
6ca673b30d
gnu: texlive-mathpazo: Include virtual font files.
...
* gnu/packages/tex.scm (texlive-mathpazo)[inherit]: Add directory.
2020-10-06 18:00:56 +01:00
Tobias Geerinckx-Rice
024b273ecc
gnu: gnumeric: Update to 1.12.48.
...
This brings Python 3 support & fixes building against goffice@0.10.48 .
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.48.
[inputs]: Replace python-2 and python2-gobject with python and
python-pygobject, respectively.
2020-10-06 18:06:34 +02:00
Tobias Geerinckx-Rice
7721dbf983
gnu: perl-digest-md5: Update to 2.58.
...
* gnu/packages/perl.scm (perl-digest-md5): Update to 2.58.
[arguments]: Remove field.
2020-10-06 16:20:40 +02:00
Tobias Geerinckx-Rice
387ad8fd83
gnu: knot: Enable XDP.
...
* gnu/packages/dns.scm (knot)[source]: Snip out bundled libbpf sources.
[arguments]: Add ‘--enable-xdp=auto’ to #:configure-flags.
Add a ‘link-missing-libbpf-dependency’ phase.
[inputs]: Add libbpf and libelf.
2020-10-06 16:20:39 +02:00
Tobias Geerinckx-Rice
d3413b6f87
gnu: knot: Fix typo.
...
* gnu/packages/dns.scm (knot)[arguments]: Fix a typo in
the #:configure-flags.
2020-10-06 16:20:39 +02:00
Simon South
4e869b180a
gnu: knot: Fix test failure on aarch64-linux.
...
* gnu/packages/dns.scm (knot)[source]: Apply patch from upstream that
helps ensure the "test_net_shortwrite" test suite can complete
regardless of platform or configuration.
* gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-10-06 16:20:39 +02:00
Simon South
4756b9b1d9
gnu: knot: Build & install the Info manual.
...
* gnu/packages/dns.scm (knot)[arguments]: Add "build-info" and
"install-info" phases.
[native-inputs]: Add texinfo and python-sphinx.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-10-06 16:20:39 +02:00
Simon South
dadfc9bcd1
gnu: knot: Enable DNS-over-HTTPS support in kdig.
...
* gnu/packages/dns.scm (knot)[inputs]: Add nghttp2:lib.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-10-06 16:20:39 +02:00
Paul Garlick
1ec67d5220
Revert "build: svn: Handle fetch errors."
...
This reverts commit 2fb12dd1bb
, which
causes the 'svn export' command to fail with:
svn: E155000: Destination directory exists; please remove the directory
or use --force to overwrite
2020-10-06 14:47:57 +01:00
Paul Garlick
a489d2f1f2
gnu: Add texlive-mathpazo.
...
* gnu/packages/tex.scm (texlive-mathpazo): New variable.
2020-10-06 14:28:27 +01:00
Tobias Geerinckx-Rice
594b2a116e
gnu: vim: Update to 8.2.1805.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1805.
2020-10-06 15:14:13 +02:00
Tobias Geerinckx-Rice
e858959175
gnu: pipewire: Update to 0.3.13.
...
* gnu/packages/linux.scm (pipewire): Update to 0.3.13.
2020-10-06 15:14:13 +02:00
Tobias Geerinckx-Rice
0e25995a06
gnu: praat: Update to 6.1.26.
...
* gnu/packages/language.scm (praat): Update to 6.1.26.
2020-10-06 14:49:29 +02:00
Tobias Geerinckx-Rice
681bf1b2e6
gnu: libtsm: Remove bundled libxkbcommon header.
...
* gnu/packages/terminals.scm (libtsm)[source]: Snip xkbcommon-keysyms.h.
2020-10-06 14:49:29 +02:00
Tobias Geerinckx-Rice
9bb8a84623
gnu: libtsm: Make all inputs native.
...
* gnu/packages/terminals.scm (libtsm)[inputs]: Move check & libxkbcommon
from here…
[native-inputs]: …to here.
2020-10-06 14:49:29 +02:00
Michael Rohleder
b343f5d8fd
gnu: stockfish: Update to 12.
...
* gnu/packages/games.scm (stockfish): Update to 12.
[inputs]: Add fetching of the official neural network file.
[arguments]: Add phase 'copy-net to copy this file and embed it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-10-06 13:46:13 +02:00
Ricardo Wurmus
73a2fe4ab7
gnu: r-gqtlbase: Update to 1.20.4.
...
* gnu/packages/bioinformatics.scm (r-gqtlbase): Update to 1.20.4.
2020-10-06 13:23:38 +02:00
Ricardo Wurmus
906c79d1a3
gnu: r-rhdf5: Update to 2.32.3.
...
* gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.32.3.
2020-10-06 13:23:38 +02:00
Ricardo Wurmus
78d9fbd2fd
gnu: r-biocstyle: Update to 2.16.1.
...
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.16.1.
2020-10-06 13:23:38 +02:00
Ricardo Wurmus
7337615d1c
gnu: r-bgx: Update to 1.54.1.
...
* gnu/packages/bioconductor.scm (r-bgx): Update to 1.54.1.
2020-10-06 13:23:38 +02:00
Ricardo Wurmus
40b86e20eb
gnu: r-xcms: Update to 3.10.2.
...
* gnu/packages/bioconductor.scm (r-xcms): Update to 3.10.2.
2020-10-06 13:23:38 +02:00
Ricardo Wurmus
56bca8965a
gnu: r-atacseqqc: Update to 1.12.5.
...
* gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.12.5.
2020-10-06 13:23:37 +02:00
Ricardo Wurmus
f000fab88f
gnu: r-gosemsim: Update to 2.14.2.
...
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.14.2.
2020-10-06 13:23:37 +02:00
Ricardo Wurmus
d7314e4747
gnu: r-karyoploter: Update to 1.14.1.
...
* gnu/packages/bioconductor.scm (r-karyoploter): Update to 1.14.1.
2020-10-06 13:23:37 +02:00
Ricardo Wurmus
dce2d06fcc
gnu: r-diffbind: Update to 2.16.2.
...
* gnu/packages/bioconductor.scm (r-diffbind): Update to 2.16.2.
2020-10-06 13:23:34 +02:00
Efraim Flashner
49ae5f79ac
gnu: sbcl-cl-base64: Declare a source file-name.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-base64)[source]: Add file-name
field.
2020-10-06 13:46:35 +03:00
Efraim Flashner
186b8dff2a
gnu: memkind: Declare a source file-name.
...
* gnu/packages/disk.scm (memkind)[source]: Add file-name field.
2020-10-06 13:45:35 +03:00
Joseph LaFreniere
a90964c982
gnu: python-tox: Update to 3.20.0.
...
* gnu/packages/python-xyz.scm (python-tox): Update to 3.20.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-10-06 11:45:29 +02:00
Joseph LaFreniere
5b7e8b595e
gnu: Add emacs-python-black.
...
* gnu/packages/emacs-xyz.scm (emacs-python-black): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-10-06 11:39:57 +02:00
Joseph LaFreniere
d4a81f5b0c
gnu: Add python-black-macchiato.
...
* gnu/packages/python-xyz.scm (python-black-macchiato): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-10-06 11:39:57 +02:00
Alexandros Theodotou
f7c031d155
gnu: zrythm: Update to 1.0.0-alpha.3.0.1.
...
* gnu/packages/music.scm (zrythm): Update to 1.0.0-alpha.3.0.1.
[arguments]: Explicitly enable RtMidi support in #:configure-flags.
<phases>: Remove xdg-open patch (no longer needed).
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-10-06 11:39:57 +02:00
Tobias Geerinckx-Rice
8416f0f26c
gnu: stockfish: Fix typo in description.
...
* gnu/packages/games.scm (stockfish)[description]: Fix typo.
2020-10-06 11:02:47 +02:00
Tobias Geerinckx-Rice
36c737a9c3
gnu: libbpf: Fix erroneous use of DESTDIR.
...
It broke the pkg-config file and is almost always a mistake.
* gnu/packages/linux.scm (libbpf)[arguments]: Correctly set PREFIX.
2020-10-06 11:02:47 +02:00
zimoun
2fb12dd1bb
build: svn: Handle fetch errors.
...
* guix/build/svn.scm (svn-fetch): Add 'guard' to handle errors.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-10-06 10:24:38 +02:00
zimoun
a5a3f813c7
build: hg: Handle fetch errors.
...
* guix/build/hg.scm (hg-fetch): Add 'guard' to handle errors.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-10-06 10:24:37 +02:00
Michael Rohleder
32530a6650
gnu: chatty: Update to 0.1.16.
...
* gnu/packages/messaging.scm (chatty): Update to 0.1.16.
[inputs]: Add gsettings-desktop-schemas.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-10-06 10:07:26 +02:00
Joseph LaFreniere
89ca634050
gnu: emacs-dtrt-indent: Update to 1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-10-06 10:07:26 +02:00