Commit graph

53525 commits

Author SHA1 Message Date
Marius Bakke
fd96ae4a70
gnu: avr-gcc: Fix conflicting GCC headers.
Fixes <https://bugs.gnu.org/41209>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* gnu/packages/avr.scm (avr-gcc-4.9)[arguments]: Add phase to hide the default
GCC from CPLUS_INCLUDE_PATH.
[native-inputs]: Distinguish GCC-5.
2020-05-13 21:07:40 +02:00
Christopher Baines
8ba4d8a347
gnu: bitcoin-core: Reformat the package definition.
Change the indentation to match what Emacs does.

* gnu/packages/finance.scm (bitcoin-core): Change indentation of many lines.
2020-05-13 18:57:01 +01:00
Ryan Prior
1cc7d3404f
gnu: Add ruby-2.7.
* gnu/packages/ruby.scm (ruby-2.7): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-13 18:45:35 +01:00
Christopher Baines
a09ff632cc
gnu: ruby-2.5: Update to 2.5.8.
* gnu/packages/ruby.scm (ruby-2.5): Update to 2.5.8.
2020-05-13 17:37:23 +01:00
Christopher Baines
dfe211f939
gnu: ruby-2.4: Update to 2.4.10.
* gnu/packages/ruby.scm (ruby-2.4): Update to 2.4.10.
[source]: Remove a now redundant patch
* gnu/packages/patches/ruby-rubygems-276-for-ruby24.patch: Delete file.
* gnu/local.mk: Remove deleted patch.
2020-05-13 17:37:23 +01:00
Christopher Baines
7f1401fe59
gnu: ruby: Remove ruby-2.3.
No packages in Guix depend on Ruby 2.3, and it was declared as end-of-life on
2019-03-31 by the upstream project.

* gnu/packages/ruby.scm (ruby-2.3): Remove variable.
2020-05-13 17:37:23 +01:00
Michael Rohleder
bb3685e8d7
gnu: font-gnu-freefont: Rename the ‘woff’ subdirectory.
* gnu/packages/fonts.scm (font-gnu-freefont)[arguments]: Install WOFFs
into ‘share/fonts/webfonts’.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-05-13 18:34:29 +02:00
Raghav Gururajan
7d426c5b0e
gnu: font-gnu-freefont: Revert fonts' subdirectory names.
* gnu/packages/fonts.scm (font-gnu-freefont)[arguments]<#:phases>:
Change ‘share/fonts’ subdirectories from ‘ttf’ and ‘otf’ back to
‘truetype’ and ‘opentype’, respectively.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-05-13 18:10:01 +02:00
Marius Bakke
1b35d3033d
gnu: Promote libyaml@0.2 to the default 'libyaml' variable.
* gnu/packages/web.scm (libyaml): Update to 0.2.4.
(libyaml-0.2): Remove variable.
* gnu/packages/haskell-xyz.scm (ghc-libyaml)[inputs]: Change from LIBYAML-0.2
to LIBYAML.
2020-05-13 16:19:05 +02:00
Marius Bakke
e3e24d80e3
gnu: libyaml@0.2: Update to 0.2.4.
* gnu/packages/web.scm (libyaml-0.2): Update to 0.2.4.
2020-05-13 16:17:03 +02:00
Marius Bakke
f35978ff10
gnu: libyaml: Fix variable name for libyaml@0.2.
* gnu/packages/web.scm (libyaml-2.1): Rename to ...
(libyaml-0.2): ... this.
* gnu/packages/haskell-xyz.scm (ghc-libyaml)[inputs]: Adjust accordingly.
2020-05-13 16:16:42 +02:00
Marius Bakke
ff229e6c46
gnu: appstream-glib: Remove unused input.
* gnu/packages/glib.scm (appstream-glib)[inputs]: Remove LIBYAML.
2020-05-13 16:15:30 +02:00
Marius Bakke
8c19e2a92a
gnu: tbb: Update to 2020.2.
* gnu/packages/tbb.scm (tbb): Update to 2020.2.
2020-05-13 16:14:24 +02:00
Kei Kebreau
3480ceb10a
gnu: Add ecm.
* gnu/packages/compression.scm (ecm): New variable.
2020-05-13 09:32:57 -04:00
Ricardo Wurmus
3fa02b2d8c
gnu: mumi: Update to 0.0.1-2.5a57832.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-2.5a57832.
[inputs]: Remove guile-sqlite3; add guile-fibers.
2020-05-13 14:02:58 +02:00
Efraim Flashner
b904e356f3
gnu: kdevelop: Update to 5.5.1.
* gnu/packages/kde.scm (kdevelop): Update to 5.5.1.
2020-05-13 14:48:06 +03:00
Efraim Flashner
f97ad3f85e
gnu: kdevelop-pg-qt: Update to 2.2.1.
* gnu/packages/kde.scm (kdevelop-pg-qt): Update to 2.2.1.
[source]: Download using git-fetch.
2020-05-13 14:47:42 +03:00
Brice Waegeneire
d084e71c0d
gnu: wireguard-tools: Fix wg-quick.
* gnu/packages/vpn.scm (wireguard-tools)[arguments]: Add phase
'wrap-wg-quick'.
[inputs]: Add 'openresolv', 'iproute' and 'iptables'.
2020-05-13 11:25:40 +02:00
Brice Waegeneire
6b6647f815
gnu: Add openresolv.
* gnu/packages/dns.scm (openresolv): New variable.
2020-05-13 11:25:37 +02:00
Edouard Klein
e91c0cd88b
gnu: Add python-websockets.
* gnu/packages/python-web.scm (python-websockets): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-05-13 09:47:03 +03:00
nikita
d93fc75e14
gnu: darcs: Adjust comment, URL disappeared.
* gnu/packages/haskell-apps.scm (darcs): The irc log this URL pointed
to disappeared. It was never archived, and in retrospective it is
better to point only to the manual of darcs itself.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-05-13 09:32:18 +03:00
nikita
3c986a7dc2
mailmap: Update entries for Nikita.
* .mailmap: change email and name for Nikita.
* Makefile.am, doc/guix.texi, etc/completion/fish/guix.fish,
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm, gnu/packages/cdrom.scm,
gnu/packages/check.scm, gnu/packages/cinnamon.scm,
gnu/packages/compression.scm, gnu/packages/crypto.scm,
gnu/packages/databases.scm, gnu/packages/django.scm, gnu/packages/dns.scm,
gnu/packages/elixir.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/enlightenment.scm, gnu/packages/erlang.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/forth.scm,
gnu/packages/fvwm.scm, gnu/packages/games.scm, gnu/packages/gl.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm,
gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile-xyz.scm,
gnu/packages/haskell-apps.scm, gnu/packages/haskell-check.scm,
gnu/packages/haskell-crypto.scm, gnu/packages/haskell-xyz.scm,
gnu/packages/haskell.scm, gnu/packages/image-viewers.scm,
gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/language.scm,
gnu/packages/libcanberra.scm, gnu/packages/linux.scm,
gnu/packages/lisp-xyz.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm,
gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm,
gnu/packages/ncurses.scm, gnu/packages/networking.scm,
gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm, gnu/packages/python-xyz.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm,
gnu/packages/rust.scm, gnu/packages/scheme.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm,
gnu/packages/tor.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Likewise.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-05-13 09:30:26 +03:00
Marius Bakke
1a75fc8442
gnu: glm: Update to 0.9.9.8.
* gnu/packages/patches/glm-restore-install-target.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/maths.scm (glm): Update to 0.9.9.8.
[arguments]: New field.
2020-05-13 00:57:15 +02:00
Marius Bakke
5d5327c2ba
gnu: python-gevent: Update to 20.5.0.
* gnu/packages/python-xyz.scm (python-gevent): Update to 20.5.0.
2020-05-13 00:57:15 +02:00
Marius Bakke
60d758ec23
gnu: libupnp: Do not build static libraries.
* gnu/packages/upnp.scm (libupnp)[arguments]: Add "--disable-static" in
 #:configure-flags.  Also remove "--enable-ipv6" as it is the default.
2020-05-13 00:57:15 +02:00
Marius Bakke
47986cc8e9
gnu: libupnp: Update to 1.12.1.
* gnu/packages/upnp.scm (libupnp): Update to 1.12.1.
[source]: Change to URL-FETCH with bootstrapped tarball.
[native-inputs]: Remove AUTOCONF, AUTOMAKE, and LIBTOOL.
2020-05-13 00:57:15 +02:00
Marius Bakke
12bcfcedb0
gnu: jami: Remove obsolete wrapper.
* gnu/packages/jami.scm (jami)[inputs]: Change from
SQLITE-WITH-COLUMN-METADATA to SQLITE.
[arguments]: Remove 'wrap' phase.
2020-05-13 00:57:15 +02:00
Tobias Geerinckx-Rice
2760d10488
gnu: samba: Update to 4.12.2.
* gnu/packages/samba.scm (samba): Update to 4.12.2.
[source]: Remove bundled python-iso8601 in a snippet.
[native-inputs]: Add perl-parse-yapp, python-iso8601, and
docbook-xml-4.2.  Move perl and python…
[inputs]: …to their proper home and remove libaio.
2020-05-13 00:21:48 +02:00
Tobias Geerinckx-Rice
0dd390694a
gnu: samba: Remove obsolete iniparser input.
* gnu/packages/samba.scm (samba)[inputs]: Remove iniparser.
2020-05-13 00:21:48 +02:00
Tobias Geerinckx-Rice
0f30fe7ebb
gnu: fsarchiver: Edit synopsis & description.
* gnu/packages/file-systems.scm (fsarchiver)[synopsis, description]:
Fix spelling (file system, lose, …).  Edit for grammar and style (‘…allows you
to…’).  Provide more information about the package.
2020-05-13 00:21:47 +02:00
Tobias Geerinckx-Rice
c341b2addd
gnu: fsarchiver: Move to (gnu packages file-systems).
* gnu/packages/disk.scm (fsarchiver): Move this variable…
* gnu/packages/file-systems.scm (fsarchiver): …here.
2020-05-13 00:21:47 +02:00
Tobias Geerinckx-Rice
f9e5313cde
gnu: simple-scan: Update to 3.36.2.1.
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.2.1.
2020-05-13 00:21:47 +02:00
Tobias Geerinckx-Rice
452244e670
gnu: sudo: Support Python plug-ins.
* gnu/packages/admin.scm (sudo)[arguments]: Add ‘--enable-python’ to
CONFIGURE-FLAGS.
[inputs]: Add python and order alphabetically.
2020-05-13 00:21:47 +02:00
Tobias Geerinckx-Rice
6fa393e2b8
gnu: sudo: Use a versioned $(docdir).
* gnu/packages/admin.scm (sudo)[arguments]: Add versioned --docdir to
CONFIGURE-FLAGS.
2020-05-13 00:21:47 +02:00
Tobias Geerinckx-Rice
6f6dbf2ac1
gnu: sudo: Update to 1.9.0.
* gnu/packages/admin.scm (sudo): Update to 1.9.0.
[arguments]: Install example configuration to the right place
Move comments to where they don't confuse me.
2020-05-13 00:21:34 +02:00
Dimakakos Dimos
62d18eb154
gnu: emacs-lsp-mode: Update to 6.3.1.
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 6.3.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-05-12 21:49:10 +02:00
Nicolas Goaziou
dc6b090146
gnu: emacs-relint: Update to 1.17.
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.17.
2020-05-12 21:34:04 +02:00
Ricardo Wurmus
75741af9b2
gnu: r-mnormt: Update to 1.5-7.
* gnu/packages/statistics.scm (r-mnormt): Update to 1.5-7.
2020-05-12 19:44:31 +02:00
Ricardo Wurmus
c26cf6f13f
gnu: r-zoo: Update to 1.8-8.
* gnu/packages/statistics.scm (r-zoo): Update to 1.8-8.
2020-05-12 19:44:31 +02:00
Ricardo Wurmus
364d9e06db
gnu: r-rocr: Update to 1.0-11.
* gnu/packages/statistics.scm (r-rocr): Update to 1.0-11.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:31 +02:00
Ricardo Wurmus
c95769be29
gnu: r-sfsmisc: Update to 1.1-7.
* gnu/packages/statistics.scm (r-sfsmisc): Update to 1.1-7.
2020-05-12 19:44:31 +02:00
Ricardo Wurmus
19d0bd5ea6
gnu: r-tidyr: Update to 1.0.3.
* gnu/packages/statistics.scm (r-tidyr): Update to 1.0.3.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:31 +02:00
Ricardo Wurmus
6b5f57055b
gnu: r-tidyselect: Update to 1.1.0.
* gnu/packages/statistics.scm (r-tidyselect): Update to 1.1.0.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:31 +02:00
Ricardo Wurmus
ecb5c35c5b
gnu: r-git2r: Update to 0.27.1.
* gnu/packages/statistics.scm (r-git2r): Update to 0.27.1.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
8093f42ec1
gnu: r-rlang: Update to 0.4.6.
* gnu/packages/statistics.scm (r-rlang): Update to 0.4.6.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
f44d9c48ee
gnu: r-tam: Update to 3.5-19.
* gnu/packages/cran.scm (r-tam): Update to 3.5-19.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
e2db5f2ea9
gnu: r-rpf: Update to 1.0.4.
* gnu/packages/cran.scm (r-rpf): Update to 1.0.4.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
807a635f4a
gnu: r-rsvg: Update to 2.0.
* gnu/packages/cran.scm (r-rsvg): Update to 2.0.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
5bc009842f
gnu: r-imager: Update to 0.42.3.
* gnu/packages/cran.scm (r-imager): Update to 0.42.3.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
79408a2032
gnu: r-mda: Update to 0.5.
* gnu/packages/cran.scm (r-mda): Update to 0.5.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
5f910e0173
gnu: r-showtext: Update to 0.8.
* gnu/packages/cran.scm (r-showtext): Update to 0.8.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
4df927bb3d
gnu: r-sysfonts: Update to 0.8.1.
* gnu/packages/cran.scm (r-sysfonts): Update to 0.8.1.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
68d8846010
gnu: r-tidygraph: Update to 1.2.0.
* gnu/packages/cran.scm (r-tidygraph): Update to 1.2.0.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
02b5d650c0
gnu: r-polspline: Update to 1.1.18.
* gnu/packages/cran.scm (r-polspline): Update to 1.1.18.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
565f35adc8
gnu: r-adegenet: Update to 2.1.3.
* gnu/packages/cran.scm (r-adegenet): Update to 2.1.3.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
b995fa4af3
gnu: r-sf: Update to 0.9-3.
* gnu/packages/cran.scm (r-sf): Update to 0.9-3.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
756a42071e
gnu: r-rematch2: Update to 2.1.2.
* gnu/packages/cran.scm (r-rematch2): Update to 2.1.2.
2020-05-12 19:44:30 +02:00
Ricardo Wurmus
4ee593f9ee
gnu: r-valr: Update to 0.6.1.
* gnu/packages/cran.scm (r-valr): Update to 0.6.1.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
d5c52f4c9a
gnu: r-protviz: Update to 0.6.8.
* gnu/packages/cran.scm (r-protviz): Update to 0.6.8.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
c26a9a7062
gnu: r-bigrquery: Update to 1.3.0.
* gnu/packages/cran.scm (r-bigrquery): Update to 1.3.0.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
d740a5db44
gnu: r-gargle: Update to 0.5.0.
* gnu/packages/cran.scm (r-gargle): Update to 0.5.0.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
1ef7c8bda6
gnu: r-rcppparallel: Update to 5.0.1.
* gnu/packages/cran.scm (r-rcppparallel): Update to 5.0.1.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
15e48a54a6
gnu: r-npsurv: Update to 0.4-0.1.
* gnu/packages/cran.scm (r-npsurv): Update to 0.4-0.1.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
632e159064
gnu: r-lsei: Update to 1.2-0.1.
* gnu/packages/cran.scm (r-lsei): Update to 1.2-0.1.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
e4c049483d
gnu: r-performance: Update to 0.4.6.
* gnu/packages/cran.scm (r-performance): Update to 0.4.6.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
ebe57c1b6a
gnu: r-sjstats: Update to 0.18.0.
* gnu/packages/cran.scm (r-sjstats): Update to 0.18.0.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
ed398976c4
gnu: r-writexl: Update to 1.3.
* gnu/packages/cran.scm (r-writexl): Update to 1.3.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
c9f58c894b
gnu: r-sjlabelled: Update to 1.1.4.
* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.4.
[propagated-inputs]: Remove r-haven.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
10f9223856
gnu: r-officer: Update to 0.3.9.
* gnu/packages/cran.scm (r-officer): Update to 0.3.9.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
6256322e6a
gnu: r-ggpubr: Update to 0.3.0.
* gnu/packages/cran.scm (r-ggpubr): Update to 0.3.0.
[propagated-inputs]: Add r-rstatix and r-tibble.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
220311606a
gnu: Add r-rstatix.
* gnu/packages/cran.scm (r-rstatix): New variable.
2020-05-12 19:44:29 +02:00
Ricardo Wurmus
eabf61651a
gnu: r-renv: Update to 0.10.0.
* gnu/packages/cran.scm (r-renv): Update to 0.10.0.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:28 +02:00
Ricardo Wurmus
2d233de826
gnu: r-openxlsx: Update to 4.1.5.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.1.5.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:28 +02:00
Ricardo Wurmus
8747d75244
gnu: r-vim: Update to 6.0.0.
* gnu/packages/cran.scm (r-vim): Update to 6.0.0.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:28 +02:00
Ricardo Wurmus
61bedfb4bd
gnu: r-pillar: Update to 1.4.4.
* gnu/packages/cran.scm (r-pillar): Update to 1.4.4.
2020-05-12 19:44:28 +02:00
Ricardo Wurmus
4d5ea7dded
gnu: r-vctrs: Update to 0.3.0.
* gnu/packages/cran.scm (r-vctrs): Update to 0.3.0.
2020-05-12 19:44:28 +02:00
Ricardo Wurmus
8a56012e0a
gnu: r-recipes: Update to 0.1.12.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.12.
2020-05-12 19:44:28 +02:00
Ricardo Wurmus
5882b4eb4b
gnu: r-extremes: Update to 2.0-12.
* gnu/packages/cran.scm (r-extremes): Update to 2.0-12.
2020-05-12 19:44:28 +02:00
Ricardo Wurmus
52041fb70f
gnu: r-circlize: Update to 0.4.9.
* gnu/packages/cran.scm (r-circlize): Update to 0.4.9.
[native-inputs]: Add r-knitr.
2020-05-12 19:44:28 +02:00
Ricardo Wurmus
f5b5e68844
gnu: r-pkgbuild: Update to 1.0.8.
* gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.8.
2020-05-12 19:44:28 +02:00
Ricardo Wurmus
cc05222fe3
gnu: r-ps: Update to 1.3.3.
* gnu/packages/cran.scm (r-ps): Update to 1.3.3.
2020-05-12 19:44:28 +02:00
Ricardo Wurmus
62ee71a8c6
gnu: r-modelr: Update to 0.1.7.
* gnu/packages/cran.scm (r-modelr): Update to 0.1.7.
2020-05-12 19:44:28 +02:00
Ricardo Wurmus
527e59e3f6
gnu: r-scales: Update to 1.1.1.
* gnu/packages/cran.scm (r-scales): Update to 1.1.1.
2020-05-12 19:44:18 +02:00
Leo Prikler
20710b911f
gnu: epiphany: Enable tests.
* gnu/packages/gnome.scm (epiphany)[arguments]<#:tests?>: Drop it.
<#:phases>: Add disable-failing-tests and pre-check.
[inputs]: Add xorg-server-for-tests.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2020-05-12 12:27:02 -04:00
Leo Prikler
68fdd2377c
gnu: epiphany: Update to 3.34.4.
* gnu/packages/gnome.scm (epiphany): Update to 3.34.4.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2020-05-12 12:25:41 -04:00
Alex Sassmannshausen
14b9200412
gnu: guile-dsv: Update to 0.3.0.
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.3.0.
2020-05-12 17:10:08 +02:00
nixo
a1315b7fdd
gnu: Add julia-compat.
* gnu/packages/julia-xyz.scm: New file.
* gnu/local.mk: Add packages/julia-xyz.scm to it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-12 15:32:06 +02:00
nixo
5ef30f2a1f
gnu: julia: Update to 1.4.1.
* gnu/packages/julia.scm (julia): Update to 1.4.1.
* gnu/packages/julia.scm (julia-llvm): Update to 8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-12 15:32:06 +02:00
nixo
174f5076bf
gnu: Add libwhich.
* gnu/packages/julia.scm (libwhich): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-12 15:32:06 +02:00
nixo
3c125ac00e
gnu: julia: Fix patch.
* gnu/packages/patches/julia-SOURCE_DATE_EPOCH-mtime.patch: replaced with
  actual patch.

It was a patch creating the patch.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-05-12 15:32:06 +02:00
nixo
4fc231a730
gnu: julia: Fix patch URL.
* gnu/packages/julia.scm (julia-patch-url): Add ".patch".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-12 15:32:06 +02:00
Ricardo Wurmus
09db2343f6
gnu: cuirass: Update to 0.0.1-30.9559fd1.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-30.9559fd1.
2020-05-12 14:24:04 +02:00
Ricardo Wurmus
bc950c2f7f
gnu: mumi: Update to 0.0.1-1.75d34d4.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-1.75d34d4.
[inputs]: Remove guile-debbugs and gnutls; replace guile-2.2 with guile-3.0.
2020-05-12 14:05:21 +02:00
Ricardo Wurmus
cd23eb067e
gnu: guile-debbugs: Build with Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-debbugs)[native-inputs]: Replace guile-2.2
with guile-3.0.
2020-05-12 12:33:46 +02:00
Ricardo Wurmus
66997dc0a2
gnu: guile-pfds: Remove obsolete build phase.
* gnu/packages/guile-xyz.scm (guile-pfds)[arguments]: Remove
phase "work-around-guile-bug".
2020-05-12 12:33:46 +02:00
Efraim Flashner
1268ddf815
gnu: terminology: Update to 1.7.0.
* gnu/packages/enlightenment.scm (terminology): Update to 1.7.0.
2020-05-12 10:43:53 +03:00
Efraim Flashner
7b6ca77aa7
gnu: evisum: Update to 0.4.1.
* gnu/packages/enlightenment.scm (evisum): Update to 0.4.1.
2020-05-12 10:28:26 +03:00
Ricardo Wurmus
24e38f24dd
gnu: guile-redis: Build with Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-redis)[native-inputs]: Replace guile-2.2
with guile-3.0.
(guile2.2-redis): New variable.
2020-05-12 01:04:27 +02:00
Ricardo Wurmus
ca24b3fb45
gnu: guile-lens: Build with Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-lens)[native-inputs]: Replace guile-2.2
with guile-3.0.
(guile2.2-lens): New variable.
2020-05-12 01:04:27 +02:00
Ricardo Wurmus
0a76d7a931
gnu: guile-webutils: Build with Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-webutils)[source]: Add snippet to patch
configure.ac.
[inputs]: Replace guile-2.2 with guile-3.0.
(guile2.2-webutils): New variable.
2020-05-12 01:04:27 +02:00
Ricardo Wurmus
b01a73b029
gnu: guile-ncurses: Build with Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-ncurses)[inputs]: Replace guile-2.2 with
guile-3.0.
(guile3.0-ncurses): Deprecate in favor of guile-ncurses.
(guile2.2-ncurses): New variable.
2020-05-12 01:04:27 +02:00
Ricardo Wurmus
eef5458387
gnu: guile-sjson: Build with Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-sjson)[source]: Add snippet to patch
configure file.
[inputs]: Replace guile-2.2 with guile-3.0.
(guile2.2-sjson): New variable.
2020-05-12 01:04:27 +02:00
Marius Bakke
91be384d2e
gnu: Remove openimageio@1.7.
* gnu/packages/graphics.scm (openimageio-1.7): Remove variable.
2020-05-11 23:49:02 +02:00
Marius Bakke
9bfe94d71c
gnu: Remove boost@1.69.
* gnu/packages/boost.scm (boost-1.69): Remove variable.
2020-05-11 23:49:02 +02:00
Marius Bakke
977f478090
gnu: guix: Update to bdc801e1cf.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-4.bdc801e.
2020-05-11 23:48:29 +02:00
Marius Bakke
bdc801e1cf
gnu: waylandpp: Update to 0.2.7.
* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.7.
2020-05-11 21:55:02 +02:00
Marius Bakke
ab2454ce6a
gnu: wl-clipboard: Update to 2.0.0.
* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.0.0.
[source](uri): Add "v" prefix in tag reference.
2020-05-11 21:55:02 +02:00
Marius Bakke
56c8b524e3
gnu: capnproto: Update to 0.8.0.
* gnu/packages/serialization.scm (capnproto): Update to 0.8.0.
2020-05-11 21:55:02 +02:00
Marius Bakke
fc66a560ef
gnu: rng-tools: Update to 6.10.
* gnu/packages/linux.scm (rng-tools): Update to 6.10.
[arguments]: Add --without-rtlsdr in #:configure-flags.
[inputs]: Add OPENSSL, which is no longer optional.
2020-05-11 21:55:02 +02:00
Marius Bakke
a709af5853
gnu: lvm2: Update to 2.03.09.
* gnu/packages/linux.scm (lvm2): Update to 2.03.09.
2020-05-11 21:55:02 +02:00
Marius Bakke
b05a2f62d4
gnu: libsecret: Update to 0.20.3.
* gnu/packages/gnome.scm (libsecret): Update to 0.20.3.
2020-05-11 21:55:02 +02:00
Marius Bakke
28b55a5191
gnu: oniguruma: Do not build the static library.
* gnu/packages/textutils.scm (oniguruma)[arguments]: New field.
2020-05-11 21:55:02 +02:00
Marius Bakke
7eb823c6f2
gnu: oniguruma: Update to 6.9.5-rev1.
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.5-rev1.
[source](uri): Adjust for inconsistent URI when dashes are involved.
2020-05-11 21:55:01 +02:00
Marius Bakke
3cfbeebb7c
gnu: wxwidgets: Update to 3.0.5.1.
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.5.1.
2020-05-11 21:55:01 +02:00
Marius Bakke
a5d67ba782
gnu: i3-wm: Update to 4.18.1.
* gnu/packages/wm.scm (i3-wm): Update to 4.18.1.
2020-05-11 21:55:01 +02:00
Marius Bakke
46bbdef247
gnu: bitcoin: Fix test failure with Python 3.8.
* gnu/packages/patches/bitcoin-core-python-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/finance.scm (bitcoin-core)[source](patches): New field.
2020-05-11 21:55:01 +02:00
Marius Bakke
16fbbf6a85
gnu: re2: Update to 2020-05-01.
* gnu/packages/regex.scm (re2): Update to 2020-05-01.
[source](modules, snippet): New fields.
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add substitution
to adjust for re2 API change.
* gnu/packages/qt.scm (qtwebengine)[arguments]: Likewise.
2020-05-11 21:55:01 +02:00
Marius Bakke
b8bb2f0793
gnu: OpenEXR: Update to 2.5.0.
* gnu/packages/patches/ilmbase-openexr-pkg-config.patch: Delete file.
* gnu/packages/patches/ilmbase-fix-test-arm.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/graphics.scm (ilmbase): Update to 2.5.0.
2020-05-11 21:55:01 +02:00
Tobias Geerinckx-Rice
fef052b1b8
gnu: samba: Update to 4.11.9.
* gnu/packages/samba.scm (samba): Update to 4.11.9.
2020-05-11 19:53:27 +02:00
Ricardo Wurmus
ac68fb3b29
gnu: flatpak: Update to 1.6.3.
* gnu/packages/package-management.scm (flatpak): Update to 1.6.3.
[arguments]: Enable tests; add --with-system-dbus-proxy to configure flags;
add "fix-tests" phase and replace "check" phase.
[native-inputs]: Add socat, dbus, python, which, and glibc-utf8-locales.
[inputs]: Add xdg-dbus-proxy.
2020-05-11 17:21:44 +02:00
Efraim Flashner
5de2246f40
gnu: git-annex: Add support for v4 of S3 support.
* gnu/packages/haskell-apps.scm (git-annex)[source]: Add patch.
* gnu/packages/patches/git-annex-S3v4.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-05-11 14:35:24 +03:00
Guillaume Le Vaillant
232f2d2634
gnu: Add rtl-443.
* gnu/packages/radio.scm (rtl-433): New variable.
2020-05-11 13:33:25 +02:00
Ludovic Courtès
cef0e08c23
gnu: proot: Fix test failures.
The upgrade to Make 4.3 and Coreutils 8.30 introduced test failures that
this commit addresses.

* gnu/packages/base.scm (coreutils-8.30): New variable.
* gnu/packages/linux.scm (proot)[native-inputs]: Add COREUTILS-8.30 and
GNU-MAKE-4.2.
2020-05-11 13:03:23 +02:00
Ludovic Courtès
f69cf40741
gnu: 'define-deprecated-guile3.0-package' actually exports <package> objects.
Until now, that macro would expand to something like:

  (export guile3.0-git)

where 'guile3.0-git' is actually a macro (produced by
'define-deprecated'), which would thus be skipped by 'fold-packages'.
Consequently, "guix install guile3.0-git" would say that no such package
exists.

* gnu/packages/guile.scm (define-deprecated-guile3.0-package): Add
'old-name' and export it.
2020-05-11 13:01:11 +02:00
Hartmut Goebel
fbe17e242b
gnu: sequoia: Fix pkgconfig files.
The pkgconfig files defines the wrong prefix: It is the build directory, while
it should be the installation prefix. This is caused by Makefiles replacing
`PREFIX` by `$(shell pwd)`.

See <https://gitlab.com/sequoia-pgp/sequoia/-/issues/502> for details.

* gnu/packages/sequoia.scm (sequoia)[fix-pkgconfig-file-substitutes]: New
  phase.
2020-05-11 12:05:38 +02:00
Oleg Pykhalov
d58c9574b3
gnu: tigervnc-server: Update to 1.10.1-1.920d9c4.
* gnu/packages/vnc.scm (tigervnc-client): Update to 1.10.1-1.920d9c4.
(tigervnc-server)[version]: Update to 1.10.1-1.920d9c4.
[arguments]<#:phases>[patch-xserver]: Fix format procedure call.
[native-inputs]: Use tigervnc-client package source.
2020-05-11 11:54:36 +03:00
Raghav Gururajan
705a5dcb87
gnu: xfe: Fix few more FHS directories.
* gnu/packages/disk.scm (xfe): Fix /bin and /share paths in
st/config.h and src/xfedefs.h, respectively.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-05-11 08:54:05 +02:00
Maxim Cournoyer
d8ccff833d
gnu: lcov: Update to commit 40580cd659.
* gnu/packages/code.scm (lcov): Update to commit 40580cd659.
(arguments): Enable tests and specify the test target.
[phases]{patch-pwd, wrap}: Add phases.
[inputs]: Add perl-json and perl-perlio-gzip.
2020-05-11 00:18:17 -04:00
Maxim Cournoyer
e23e5db39b
gnu: Add perl-perlio-gzip.
* gnu/packages/perl-compression.scm (perl-perlio-gzip): New variable.
2020-05-11 00:18:17 -04:00
Mark H Weaver
2320bc27cf
gnu: linux-libre: Update to 5.4.40.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.40.
(linux-libre-5.4-pristine-source): Update hash.
2020-05-10 21:37:38 -04:00
Mark H Weaver
c855299ed8
gnu: linux-libre@5.6: Update to 5.6.12.
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.12.
(linux-libre-5.6-pristine-source): Update hash.
2020-05-10 21:36:54 -04:00
Mark H Weaver
72bbae65f9
gnu: linux-libre@4.19: Update to 4.19.122.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.122.
(linux-libre-4.19-pristine-source): Update hash.
2020-05-10 21:36:18 -04:00
Mark H Weaver
f59cfae39a
gnu: linux-libre@4.14: Update to 4.14.180.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.180.
(linux-libre-4.14-pristine-source): Update hash.
2020-05-10 21:35:44 -04:00
Mark H Weaver
195f8c9c97
gnu: linux-libre@4.9: Update to 4.9.223.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.223.
(linux-libre-4.9-pristine-source): Update hash.
2020-05-10 21:35:10 -04:00
Mark H Weaver
ced11dbbbc
gnu: linux-libre@4.4: Update to 4.4.223.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.223.
(linux-libre-4.4-pristine-source): Update hash.
2020-05-10 21:33:53 -04:00
Vagrant Cascadian
b76b1d3fb6
gnu: python-trezor: Update to 0.12.0.
* gnu/packages/finance (python-trezor): Update to 0.12.0.
  [arguments] Remove custom 'check phase.
  [propagated-inputs] Remove python-pyblake2.
2020-05-10 14:43:00 -07:00
Boris A. Dekshteyn
72099cb0f2
gnu: freecad: Fix build with python-3.8
* gnu/packages/engineering.scm (freecad)[source](modules, snippet): New fields.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-05-10 23:05:12 +02:00
Boris A. Dekshteyn
38b46a3e32
gnu: scribus: Fix build against poppler-0.86.
* gnu/packages/scribus.scm (scribus)[source](patches): New field.
* gnu/packages/patches/scribus-1.5.5-poppler-0.86-build-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add new patch.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-05-10 22:59:29 +02:00
Marius Bakke
fe5a4f579b
gnu: gnubg: Build with Pango 1.42.
* gnu/packages/games.scm (gnubg)[inputs]: Add PANGO-1.42.
2020-05-10 22:29:09 +02:00
Marius Bakke
6266a48db1
gnu: fbreader: Fix build failure.
* gnu/packages/ebook.scm (fbreader)[native-inputs]: Distinguish GCC-5.
[arguments]: Add phase 'augment-CPLUS_INCLUDE_PATH'.
2020-05-10 22:24:38 +02:00
Marius Bakke
1abfb4d4e4
gnu: gnubik: Fix build failure.
* gnu/packages/games.scm (gnubik)[arguments]: New field.
2020-05-10 22:16:13 +02:00
Marius Bakke
179e6c524a
gnu: Register 'glibc-bootstrap-system-2.2.5.patch'.
This is a follow-up to commit f6b911fb5f.

* gnu/local.mk (dist_patch_DATA): Add it.
2020-05-10 22:07:12 +02:00
Ron Nazarov
f1a83356a7
gnu: Add python-vf-1.
* gnu/packages/python-web.scm (python-vf-1): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-05-10 16:31:26 +02:00
Ludovic Courtès
ba40ce5b2c
gnu: flann: Update to 1.9.1.
* gnu/packages/maths.scm (flann): Update to 1.9.1.
[source]: Use 'git-fetch'.
[home-page]: Change to github.com.
2020-05-10 16:08:37 +02:00
Ludovic Courtès
f8bb53caad
gnu: flann: Remove "octave" output.
Octave support currently fails to build and is not used by any other
package in Guix.

* gnu/packages/maths.scm (flann)[outputs]: Remove "octave" output.
[inputs]: Remove OCTAVE-CLI.
[arguments]: Remove 'set-octave-directory' phase.
2020-05-10 16:08:37 +02:00
Ludovic Courtès
22bff285b4
gnu: emacs-mmm-mode: Fix build failure of the manual.
* gnu/packages/emacs-xyz.scm (emacs-mmm-mode)[native-inputs]: Replace
TEXINFO with TEXINFO-5.
2020-05-10 16:08:37 +02:00
Ludovic Courtès
933fdd558b
gnu: guile-ac-d-bus: Update to 1.0.0-beta.0.
* gnu/packages/guile-xyz.scm (guile-ac-d-bus): Update to 1.0.0-beta.0.
2020-05-10 16:08:37 +02:00
Ludovic Courtès
0e8b05175d
gnu: guile-next: Mark as deprecated alias for "guile".
* gnu/packages/guile.scm (guile-next): Mark as 'deprecated-package' for
GUILE-3.0.
2020-05-10 16:08:37 +02:00
Ludovic Courtès
93989aedfd
gnu: guile-xapian: Switch to Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-xapian)[inputs]: Switch to GUILE-3.0.
(guile2.2-xapian): New variable.
(guile3.0-xapian): Define as 'deprecated-package'.
2020-05-10 16:08:37 +02:00
Ludovic Courtès
b141e1d5dd
gnu: guile-websocket: Rename from "guile3.0-websocket".
* gnu/packages/guile-xyz.scm (guile3.0-websocket): Rename to...
(guile-websocket): ... this.
[inputs]: Use GUILE-3.0.
(guile3.0-websocket): Define as 'deprecated-package'.
2020-05-10 16:08:37 +02:00
Ludovic Courtès
318e1a9336
gnu: guile2.2-newt, guile2.2-parted, guile2.2-hashing: Depend on Guile 2.2.
* gnu/packages/guile-xyz.scm (guile2.2-newt): Switch to GUILE-2.2.
(guile2.2-parted): Likewise.
(guile2.2-hashing): Likewise.
2020-05-10 16:08:36 +02:00
Ludovic Courtès
ca6c150900
gnu: guile-email: Switch to Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-email)[inputs]: Switch to GUILE-3.0.
(guile2.2-email): New variable.
(guile3.0-email): Define in terms of 'deprecated-package'.
2020-05-10 16:08:36 +02:00
Ludovic Courtès
ca03dca59d
gnu: guile-squee: Switch to Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-squee)[native-inputs]: Switch to GUILE-3.0.
(guile2.2-squee): New variable.
(guile3.0-squee): Define as 'deprecated-package'.
2020-05-10 16:08:36 +02:00
Ludovic Courtès
7829fc779b
gnu: emacs: Remove unneeded import.
This is a followup to ef0cb0dd1d.
Suggested by Jack Hill <jackhill@jackhill.us>.

* gnu/packages/emacs.scm: Remove unneeded (ice-9 match) import.
2020-05-10 16:08:36 +02:00
Guillaume Le Vaillant
4fca1bc5af
gnu: Add dump1090.
* gnu/packages/radio.scm (dump1090): New variable.
2020-05-10 13:36:50 +02:00
Efraim Flashner
3d867fea42
gnu: guile-git: Prevent guild build warnings.
* gnu/packages/guile.scm (guile-git)[arguments]: Add
GUILE_AUTO_COMPILE=0 to make-flags.
2020-05-10 14:09:48 +03:00
Efraim Flashner
279569ca82
Revert "gnu: efl: Update to 1.24.0."
There is a bug where with efl-1.24 no user input is accepted with any
efl-based pop-up dialogs. Revert until we can find a fix.

This reverts commit b34793c143.
2020-05-10 11:15:09 +03:00
Efraim Flashner
628030e4c8
Revert "gnu: python-efl: Update to 1.24.0."
This reverts commit 67c8f879c5.
2020-05-10 11:15:05 +03:00
Guillaume Le Vaillant
bfffe6d229
gnu: postgis: Add missing input.
* gnu/packages/geo.scm (postgis)[inputs]: Add giflib.
2020-05-10 10:08:30 +02:00
Guillaume Le Vaillant
6528f3e0b6
gnu: python-cheetah: Update to 3.2.4.
* gnu/packages/python-xyz.scm (python-cheetah): Update to 3.2.4.
  [arguments]: Add a 'fix-tests' phase.
2020-05-10 10:08:30 +02:00
Jean-Baptiste Note
c0792d77dd
gnu: Add cachefilesd.
* gnu/packages/linux.scm (cachefilesd): New public variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-05-10 09:51:36 +02:00
Boris A. Dekshteyn
8f929fdf0b
gnu: xsettingsd: Fix build.
* gnu/packages/xdisorg.scm (xsettingsd)[arguments]: Use C_INCLUDE_PATH instead
of CPATH environment variable to fix build.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-05-10 09:13:09 +02:00
Tobias Geerinckx-Rice
62881ad61c
gnu: samba: Update to 4.11.8 [fixes CVE-2020-10700, CVE-2020-10704].
* gnu/packages/samba.scm (samba): Update to 4.11.8.
2020-05-10 05:45:05 +02:00
Boris A. Dekshteyn
ccc9240664
gnu: herbstluftwm: Update to 0.8.2.
* gnu/packages/wm.scm (herbstluftwm): Update to 0.8.2.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-05-10 10:54:37 +08:00
Alex Griffin
a1f84aca18
gnu: gnome-shell-extension-gsconnect: Update to 33.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect): Update
to 33.
[inputs]: Remove folks.
2020-05-09 16:43:22 -05:00
Niclas Meyer
b06d5f54c9
gnu: sway: Update to 1.4
From c5c134a535aaa83fe329974f61427c5050fd9e20 Mon Sep 17 00:00:00 2001
From: buffet <niclas@countingsort.com>
Date: Sat, 9 May 2020 17:59:35 +0000
Subject: [PATCH 2/2] gnu: sway: Update to 1.4
2020-05-09 23:16:16 +02:00
Niclas Meyer
ae8b1d292e
gnu: wlroots: Update to 0.10.1
From 44f90676568f650a38bd7e0fba079e64fe545ae6 Mon Sep 17 00:00:00 2001
From: buffet <niclas@countingsort.com>
Date: Sat, 9 May 2020 17:58:25 +0000
Subject: [PATCH 1/2] gnu: wlroots: Update to 0.10.1
2020-05-09 23:16:10 +02:00
Nicolas Goaziou
a886543672
gnu: Add emacs-eglot.
* gnu/packages/emacs-xyz.scm (emacs-eglot): New variable.
2020-05-09 22:50:27 +02:00
Tobias Geerinckx-Rice
510a8eb1b8
gnu: Add powerstat.
* gnu/packages/linux.scm (powerstat): New public variable.
2020-05-09 22:40:22 +02:00
Efraim Flashner
ed7f4d33b8
gnu: zfs: Add missing input.
Reported by ecbrown on IRC.

* gnu/packages/file-systems.scm (zfs)[native-inputs]: Add kmod.
2020-05-09 23:31:27 +03:00
Mathieu Othacehe
6c25b00dcf
gnu: cpplint: Update to 1.4.5.
Fix build and update to 1.4.5.

* gnu/packages/cpp.scm (cpplint): Update to 1.4.5,
[native-inputs]: add python-pytest, python-pytest-cov,
python-pytest-runner,
[arguments]: add a new 'use-later-pytest phase to remove pytest version
requirement.
2020-05-09 21:38:33 +02:00
Nicolas Goaziou
b8993c36ea
gnu: Add emacs-jsonrpc.
* gnu/packages/emacs-xyz.scm (emacs-jsonrpc): New variable.
2020-05-09 21:03:47 +02:00
Arun Isaac
c67db50903
gnu: guile-gi: Update to 0.3.0.
* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.0.
2020-05-09 22:23:59 +05:30
Arun Isaac
815834426d
gnu: Add gtksheet.
* gnu/packages/gtk.scm (gtksheet): New variable.
2020-05-09 22:08:51 +05:30
Marius Bakke
93600aae80
gnu: toxic: Fix build with Python 3.8.
* gnu/packages/messaging.scm (toxic)[arguments]: Add substitution in the
enable-python-scripting phase.
2020-05-09 14:58:00 +02:00
Pierre Neidhardt
399163b6c0
gnu: emacs-evil-collection: Update to 20200509.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20200509.
2020-05-09 14:55:04 +02:00
Pierre Neidhardt
b80bba2cdb
gnu: emacs-helm-fish-completion: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.3.
2020-05-09 14:55:04 +02:00
Marius Bakke
2806d868ef
gnu: ccid: Update to 1.4.32.
* gnu/packages/security-token.scm (ccid): Update to 1.4.32.
2020-05-09 14:37:52 +02:00
Marius Bakke
e0cba0d279
gnu: rocksdb: Update to 6.8.1.
* gnu/packages/databases.scm (rocksdb): Update to 6.8.1.
2020-05-09 14:37:52 +02:00
Marius Bakke
89680cc7ce
gnu: fluidsynth: Update to 2.1.2.
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.2.
2020-05-09 14:37:52 +02:00
Marius Bakke
7425a9730d
gnu: wavpack: Update to 5.3.0.
* gnu/packages/audio.scm (wavpack): Update to 5.3.0.
2020-05-09 14:37:52 +02:00
Marius Bakke
f9fee9d3b7
gnu: xmlsec: Update to 1.2.30.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.30.
2020-05-09 14:37:52 +02:00
Marius Bakke
09a79ec2f0
gnu: maim: Update to 5.6.3.
* gnu/packages/xdisorg.scm (maim): Update to 5.6.3.
2020-05-09 14:37:51 +02:00
Marius Bakke
d2879269aa
gnu: slop: Update to 7.5.
* gnu/packages/xdisorg.scm (slop): Update to 7.5.
2020-05-09 14:37:51 +02:00
Marius Bakke
20ab685177
gnu: openh264: Update to 2.1.0.
* gnu/packages/video.scm (openh264): Update to 2.1.0.
[source]: Change to GIT-FETCH.
2020-05-09 14:37:51 +02:00
Marius Bakke
f7bdc0e902
gnu: mbedtls-apache: Update to 2.16.6.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.6.
2020-05-09 14:37:51 +02:00
Marius Bakke
bd0a9062f8
gnu: ceph: Update to 14.2.9.
* gnu/packages/storage.scm (ceph): Update to 14.2.9.
2020-05-09 14:37:51 +02:00
Marius Bakke
70ebab5aa7
gnu: msmtp: Update to 1.8.10.
* gnu/packages/mail.scm (msmtp): Update to 1.8.10.
2020-05-09 14:37:51 +02:00
Marius Bakke
d6ba96c89b
gnu: feh: Update to 3.4.
* gnu/packages/image-viewers.scm (feh): Update to 3.4.
2020-05-09 14:37:51 +02:00
Guillaume Le Vaillant
95ffdfe86c
gnu: rtl-sdr: Improve description.
* gnu/packages/radio.scm (rtl-sdr)[description]: Add instructions for
  blacklisting the default rtl28xxu DVB Linux driver.
2020-05-09 09:24:36 +02:00
Nicolas Goaziou
36cf1ee7c6
gnu: asymptote: Fix build.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add texlive-etoolbox.
2020-05-09 00:42:19 +02:00
Marius Bakke
35c43fcdbb
gnu: QEMU: Update to 5.0.0.
* gnu/packages/patches/qemu-CVE-2020-1711.patch,
gnu/packages/patches/qemu-CVE-2020-7039.patch,
gnu/packages/patches/qemu-CVE-2020-7211.patch,
gnu/packages/patches/qemu-CVE-2020-8608.patch,
gnu/packages/patches/qemu-fix-documentation-build-failure.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/virtualization.scm (qemu)[source](patches): Remove.
[arguments]: Add phase 'patch-/bin/sh-references'.  In the 'configure' phase,
add shebang substitutions.  Remove phase 'prevent-network-configuration'.
[inputs]: Change from LIBCAP to LIBCAP-NG.
2020-05-08 21:43:04 +02:00
Marius Bakke
4bdf4182fe
Merge branch 'core-updates' 2020-05-08 21:40:51 +02:00
Ludovic Courtès
c81457a588
gnu: gcc-toolchain: Add 10.1.0.
* gnu/packages/commencement.scm (gcc-toolchain-10): New variable.
2020-05-08 16:34:58 +02:00
Michael Rohleder
f3b075a028
gnu: Add rtl8821ce-linux-module.
* gnu/packages/linux.scm (rtl8821ce-linux-module): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-08 16:30:51 +02:00
John Soo
1d66e7ace5
gnu: fish: Upgrade to 3.1.0.
* gnu/packages/shells (fish):[version] Update to 3.1.0. [arguments] Enable
  tests, patch test files, and avoid patches that no longer apply. [inputs]
  Make groff a native-input.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-08 16:30:51 +02:00
Ludovic Courtès
dd0804c67e
services: Add descriptions.
* gnu/services/dbus.scm (polkit-service-type)[description]: New field.
* gnu/services/dict.scm (dicod-service-type)[description]: New field.
* gnu/services/dns.scm (knot-service-type)[description]: New field.
* gnu/services/networking.scm (dhcpd-service-type)[description]: New field.
* gnu/services/shepherd.scm (shepherd-root-service-type)[description]:
New field.
* gnu/services/xorg.scm (slim-service-type)[description]: New field.
(screen-locker-service-type)[description]: New field.
* gnu/system/pam.scm (pam-root-service-type)[description]: New field.
* gnu/system/shadow.scm (account-service-type)[description]: New field.
2020-05-08 16:30:50 +02:00
Ludovic Courtès
2bb5b1d400
gnu: gcc: Add 10.1.0.
* gnu/packages/gcc.scm (gcc-10): New variable.
2020-05-08 16:30:50 +02:00
Raghav Gururajan
7ee215dea9
gnu: spacefm: Fix functionality.
* gnu/packages/lxde.scm (spacefm): Update package definition.
[source]: Change from url-fetch to git-fetch.
[inputs]: Add btrfs-progs, coreutils, e2fsprogs, fsarchiver,
gphotofs, ntfs-3g and procps.
[arguments]<#:phases>[patch-source-files]: Delete phase.
[patch-bin-dirs]: New phase.
[patch-mime-dirs]: New phase.
[patch-setuid-progs]: New phase.
[patch-spacefm-conf]: New phase.
[arguments]<:configure-flags>: Add "--with-preferable-sudo".

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-05-08 16:11:26 +02:00
Raghav Gururajan
a632eeb86c
gnu: ktsuss: Revert to default su.
* gnu/packages/admin.scm (ktsuss): Use su instead of sudo; for
compatiblity with SpaceFM.
[arguments]<#:configure-flags>: Remove "--enable-sudo=yes".
[arguments]<#:phases>[patch-file-names]: Remove sudopath from phases.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-05-08 16:08:05 +02:00