Commit Graph

51192 Commits

Author SHA1 Message Date
Leo Famulari
4a1bc86678
gnu: go-github-com-marten-seemann-qtls: Update to 0.4.1.
* gnu/packages/golang.scm (go-github-com-marten-seemann-qtls): Update to 0.4.1.
2020-05-22 18:53:46 -04:00
Leo Famulari
64905c24ad
gnu: Add go-github-com-twmb-murmur3.
* gnu/packages/golang.scm (go-github-com-calmh-murmur3): Replace with ...
(go-github-com-twmb-murmur3): ... new variable.
(go-github-com-willf-bloom): Use go-github-com-twmb-murmur3.
2020-05-22 18:53:46 -04:00
Leo Famulari
3a8935099f
gnu: go-github-com-jackpal-gateway: Update to 1.0.6.
* gnu/packages/syncthing.scm (go-github-com-jackpal-gateway): Update to 1.0.6.
2020-05-22 18:53:45 -04:00
Leo Famulari
618df2e335
gnu: go-github-com-kr-pretty: Update to 0.2.0.
* gnu/packages/golang.scm (go-github-com-kr-pretty): Update to 0.2.0.
2020-05-22 18:53:45 -04:00
Leo Famulari
c217654883
gnu: go-golang-org-x-crypto: Update to 0.0.0-5.2aa609c.
* gnu/packages/golang.scm (go-golang-org-x-crypto): Update to
0.0.0-5.2aa609c.
2020-05-22 18:53:45 -04:00
Leo Famulari
cc1698bc03
gnu: go-golang-org-x-sys: Update to 0.0.0-6.c709ea0.
* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.0.0-6.c709ea0.
2020-05-22 18:53:42 -04:00
Brice Waegeneire
46cf343440
gnu: gnome-control-center: Use 'libnma'.
* gnu/packages/gnome.scm (gnome-control-center)[inputs]: Add 'libnma'.
2020-05-22 23:02:26 +02:00
Brice Waegeneire
8d9477b8b8
gnu: gnome-initial-setup: Use 'libnma'.
* gnu/packages/gnome.scm (gnome-initial-setup)[inputs]: Replace
'network-manager-applet' with 'libnma'.
2020-05-22 23:02:24 +02:00
Brice Waegeneire
8ce7860906
gnu: network-manager-applet: Appease guix lint.
* gnu/packages/gnome.scm (network-manager-applet)[home-page]: Replace
with permanent redirect URL.
2020-05-22 23:02:22 +02:00
Brice Waegeneire
4c29111232
gnu: network-manager-applet: Update to 1.16.0.
* gnu/packages/gnome.scm (netowrk-manager-applet): Update to 1.16.0.
[arguments]: Remove 'configure-flags'.
[inputs]: Add 'libnma', remove 'iso-codes' and
'mobile-broadband-provider-info'.
2020-05-22 23:02:19 +02:00
Brice Waegeneire
7c43b78d2c
gnu: network-manager-vpnc: Use 'libnma'.
* gnu/packages/gnome.scm (network-manager-vpnc)[arguments]: Add
configure flag '--with-libnm-glib=no'.
[inputs]: Replace 'network-manager-applet' with 'libnma'.
2020-05-22 23:02:16 +02:00
Brice Waegeneire
4ca449c50e
gnu: network-manager-openconnect: Use libnma.
* gnu/packages/gnome.scm (network-manager-openconnect)[native-inputs]:
Replace 'network-manager-applet' by 'libnma'.
2020-05-22 22:58:00 +02:00
Brice Waegeneire
3fe368c0ff
gnu: network-manager-openvpn: Update to 1.8.12.
* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.12.
[inputs]: Replace 'network-manager-applet' with 'libnma'.
2020-05-22 22:57:58 +02:00
Brice Waegeneire
b1da33d965
gnu: libnma: Adjust indentation.
* gnu/packages/gnome.scm (libnma): Adjust indentation.
2020-05-22 22:57:56 +02:00
Brice Waegeneire
c25ca6b79e
gnu: libnma: Update inputs.
* gnu/packages/gnome.scm (libnam)[arguments]: Remove 'glib-or-gtk?' and
add phase 'patch-docbook-xml'.
[native-inputs]: Add 'docboock-xml-4.3' and 'vala'.
[inputs]: Remove 'adwaita'icon-theme'.

squash! gnu: libnma: Update inputs and licenses.
2020-05-22 22:57:54 +02:00
Brice Waegeneire
8b554a4e5a
gnu: libnma: Update to 1.8.28.
* gnu/packages/gnome.scm (libnma): Update to 1.8.28.
2020-05-22 22:57:52 +02:00
Brice Waegeneire
cf390391c8
gnu: modem-manager: Update to 1.12.10.
* gnu/packages/freedesktop.scm (modem-manager): Update to 1.12.10.
[arguments]: Remove arguments '--disable-more-warnings'.
2020-05-22 22:57:49 +02:00
Brice Waegeneire
8d0548fd34
gnu: network-manager: Appease guix lint.
* gnu/packages/gnome.scm (network-manager)[home-page]: Use the permenant
redirect URL.
* gnu/packages/patches/nm-plugin-path.patch: Renamed to
'gnu/packages/patches/network-manager-plugin-path.patch'.
2020-05-22 22:57:47 +02:00
Brice Waegeneire
255ff74f3a
gnu: network-manager: Switch to meson-build-system. 2020-05-22 22:57:44 +02:00
Brice Waegeneire
c2f236fa92
gnu: network-manager: Add iwd support. 2020-05-22 22:57:42 +02:00
Brice Waegeneire
01c22be7bb
gnu: network-manager: Update to 1.24.0.
* gnu/packages/gnome.scm (network-manager): Update to 1.24.0.
2020-05-22 22:57:33 +02:00
Caleb Ristvedt
9af90aafdf
gnu: guile-fibers: Add patch to fix resource leak.
guile-fibers@1.0.0 has a resource leak where run-fibers will only destroy one
scheduler, but it creates as many as there are cpu cores by default (see
https://github.com/wingo/fibers/issues/36).  This causes the tests to fail on
systems with many cores, and can cause guile to crash under certain
circumstances.  This fixes that resource leak.  At present neither git master
nor the latest release has fixed this yet.

* gnu/packages/patches/guile-fibers-destroy-peer-schedulers.patch: New patch.
* gnu/local.mk: Add it to the list of patches.
* gnu/packages/guile-xyz.scm (guile-fibers): Use it.
2020-05-22 14:32:07 -05:00
Ludovic Courtès
50ea3135e0
gnu: bash: Do not autoload (gcrypt hash).
Fixes <https://bugs.gnu.org/41457>.
Reported by Matias Jose Seco Baccanelli <matias_jose_seco@autoproduzioni.net>.

* gnu/packages/bash.scm: Avoid #:autoload for (gcrypt hash).  On Guile 2.2,
autoloading would bring it not only the 'port-sha256' binding (as on
3.0) but also the 'sha256' binding.  As a result, use of 'sha256' in the
'origin' form wouldn't match.
2020-05-22 18:49:50 +02:00
Vinicius Monego
21051eb79e
gnu: Add glabels.
* gnu/packages/gnome.scm (glabels): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-05-22 17:45:19 +02:00
Efraim Flashner
d8feee9f18
gnu: freeipmi: Don't build static libraries.
This shrinks the size of the package by about 33%.

* gnu/packages/freeipmi.scm (freeipmi)[arguments]: Add configure-flag to
disable static libraries.
2020-05-22 11:00:06 +03:00
Efraim Flashner
0bdfae5363
gnu: freeipmi: Update to 1.6.5.
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.5.
2020-05-22 10:55:09 +03:00
Ludovic Courtès
ef1d475b00
gnu: llvm: Remove unused 'package-elisp-from-package' procedure.
This private procedure had been unused since
3a3d4d9d54.

* gnu/packages/llvm.scm (package-elisp-from-package): Remove.
2020-05-22 01:30:10 +02:00
Ludovic Courtès
ce0be5675b
packages: Introduce <content-hash> and use it in <origin>.
* guix/packages.scm (<content-hash>): New record type.
(define-content-hash-constructor, build-content-hash)
(content-hash): New macros.
(print-content-hash): New procedure.
(<origin>): Rename constructor to '%origin'.
[sha256]: Remove field.
[hash]: New field.  Adjust users.
(origin-compatibility-helper, origin): New macros.
(origin-sha256): New deprecated procedure.
(origin->derivation): Adjust accordingly.
* tests/packages.scm ("package-source-derivation, origin, sha512"): New
test.
* guix/tests.scm: Hide (gcrypt hash) 'sha256' for proper syntax
matching.
* tests/challenge.scm: Add #:prefix for (gcrypt hash) and adjust users.
* tests/derivations.scm: Likewise.
* tests/store.scm: Likewise.
* tests/graph.scm ("bag DAG, including origins"): Provide 'sha256' field
with the right length.
* gnu/packages/aspell.scm (aspell-dictionary)
(aspell-dict-ca, aspell-dict-it): Use 'hash' and 'content-hash' for
proper syntax matching.
* gnu/packages/bash.scm (bash-patch): Rename 'sha256' to 'sha256-bv'.
* gnu/packages/bootstrap.scm (bootstrap-executable): Rename 'sha256' to 'bv'.
* gnu/packages/readline.scm (readline-patch): Likewise.
* gnu/packages/virtualization.scm (qemu-patch): Rename 'sha256' to
'sha256-bv'.
* guix/import/utils.scm: Hide (gcrypt hash) 'sha256'.
2020-05-22 01:29:39 +02:00
Tobias Geerinckx-Rice
1ce1583186
gnu: font-abattis-cantarell: Update to 0.201.
* gnu/packages/fonts.scm (font-abattis-cantarell): Update to 0.201.
[native-inputs]: Remove appstream-glib.
2020-05-21 22:14:40 +02:00
Tobias Geerinckx-Rice
0b7fd22539
gnu: liblcf: Update to 0.6.2.
* gnu/packages/easyrpg.scm (liblcf): Update to 0.6.2.
2020-05-21 22:14:40 +02:00
Tobias Geerinckx-Rice
6381565d9d
gnu: opensmtpd: Update to 6.7.1p1.
* gnu/packages/mail.scm (opensmtpd): Update to 6.7.1p1.
2020-05-21 22:14:40 +02:00
Tobias Geerinckx-Rice
d4d9f882a3
gnu: edgar: Update to 1.33.
* gnu/packages/games.scm (edgar): Update to 1.33.
2020-05-21 22:14:40 +02:00
Efraim Flashner
c743a9189c
gnu: kodi: Update to 18.7.
* gnu/packages/kodi.scm (kodi): Update to 18.7.
2020-05-21 23:08:53 +03:00
Marius Bakke
b4f04e0eff
gnu: cogl: Enable tests.
* gnu/packages/gnome.scm (cogl)[native-inputs]: Add XORG-SERVER-FOR-TESTS.
[arguments]: Remove #:tests?.  Add #:disallowed-references.  Add #:phases to
prepare test environment.
2020-05-21 21:55:23 +02:00
Marius Bakke
29f4bb2e91
gnu: cogl: Update to 1.22.6.
* gnu/packages/gnome.scm (cogl): Update to 1.22.6.
2020-05-21 21:55:22 +02:00
Marius Bakke
a011f67b07
gnu: ruby-fakefs: Fix lonely parens.
* gnu/packages/ruby.scm (ruby-fakefs)[arguments]: Move dangling parents up.
2020-05-21 21:55:22 +02:00
Efraim Flashner
c8b8e612dd
gnu: gnuastro: Don't build static libraries.
* gnu/packages/astronomy.scm (gnuastro)[arguments]: Add configure-flag
to skip building static libraries.
2020-05-21 16:52:04 +03:00
Efraim Flashner
276d711518
gnu: gnuastro: Update to 0.12.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.12.
2020-05-21 16:52:04 +03:00
Tobias Geerinckx-Rice
f2de892b37
gnu: http-parser: Fix build [and guix pull!] on i686-linux.
This follows up on commit 5c30eb61d7.

* gnu/packages/web.scm (http-parser)[source]: Apply the armhf patch not
here…
[arguments]: …but in a phase & only on armhf-linux.
[native-inputs]: Add it on armhf-linux.
2020-05-21 14:54:48 +02:00
Tobias Geerinckx-Rice
1476ea0e55
gnu: mpop: Update to 1.4.9.
* gnu/packages/mail.scm (mpop): Update to 1.4.9.
2020-05-21 14:54:48 +02:00
Tobias Geerinckx-Rice
c1ab9e881a
gnu: uhttpmock: Don't use NAME in source URI.
* gnu/packages/web.scm (uhttpmock)[source]: Hard-code NAME.
2020-05-21 14:54:48 +02:00
Tobias Geerinckx-Rice
1ee8b7192c
gnu: criu: Download sources over HTTPS.
* gnu/packages/virtualization.scm (criu)[source]: Use HTTPS.
2020-05-21 14:54:48 +02:00
Paul Garlick
a7f89f97b7
gnu: ikiwiki: Add missing input.
* gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-xml-feed.
[arguments]: Add 'pre-check' phase.
2020-05-21 13:23:41 +01:00
Paul Garlick
40b793fd51
gnu: perl-xml-feed: Propagate inputs.
* gnu/packages/xml.scm (perl-xml-feed)[inputs]: Move to...
[propagated-inputs]: ...here.
2020-05-21 13:23:40 +01:00
Paul Garlick
2ee918777b
gnu: perl-xml-feed: Enable tests.
* gnu/packages/xml.scm (perl-xml-feed)[arguments]: Remove field.
2020-05-21 13:23:39 +01:00
Paul Garlick
f2a53a4a9c
gnu: perl-xml-feed: Add missing inputs.
* gnu/packages/xml.scm (perl-xml-feed)[inputs]: Add
perl-datetime-format-flexible, perl-datetime-format-iso8601 and
perl-datetime-format-natural.
2020-05-21 13:23:38 +01:00
Paul Garlick
e5082a1e6a
gnu: Add perl-datetime-format-iso8601.
* gnu/packages/perl.scm (perl-datetime-format-iso8601): New variable.
2020-05-21 13:23:37 +01:00
Paul Garlick
ab82124f0e
gnu: Add perl-test-distribution.
* gnu/packages/perl-check.scm (perl-test-distribution): New variable.
2020-05-21 13:23:24 +01:00
Ekaitz Zarraga
cf1518f581
gnu: Add libfreenect.
* gnu/packages/openkinect.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-05-21 19:19:58 +08:00
Pierre Neidhardt
0fadc00a1a
gnu: cl-cffi-gtk-gobject: Fix build with new sbcl-package->cl-source-package function.
* gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk-boot0)[inputs]: Add all inputs.
[arguments]: Patch whole source.
(sbcl-cl-cffi-gtk-glib)[inputs]: Remove glib.
(sbcl-cl-cffi-gtk-glib)[arguments]: Reuse boot0 source.
(sbcl-cl-cffi-gtk-gobject)[inputs]: Remove glib.
(sbcl-cl-cffi-gtk-gobject)[arguments]: Reuse boot0 source.
(sbcl-cl-cffi-gtk-gio)[inputs]: Remove glib.
(sbcl-cl-cffi-gtk-gio)[arguments]: Reuse boot0 source.
(sbcl-cl-cffi-gtk-cairo)[inputs]: Remove cairo.
(sbcl-cl-cffi-gtk-cairo)[arguments]: Reuse boot0 source.
(sbcl-cl-cffi-gtk-pango)[inputs]: Remove pango.
(sbcl-cl-cffi-gtk-pango)[arguments]: Reuse boot0 source.
(sbcl-cl-cffi-gtk-gdk-pixbuf)[inputs]: Remove gdk-pixbuf.
(sbcl-cl-cffi-gtk-gdk-pixbuf)[arguments]: Reuse boot0 source.
(sbcl-cl-cffi-gtk-gdk-gdk)[inputs]: Remove gtk+.
(sbcl-cl-cffi-gtk-gdk-gdk)[arguments]: Reuse boot0 source.
(sbcl-cl-cffi-gtk)[arguments]: Reuse boot0 source.
2020-05-21 11:53:06 +02:00
Pierre Neidhardt
c6201ab9dc
gnu: cl-iolib: Propagate libfixposix or else it won't compile.
* gnu/packages/lisp-xyz.scm (cl-iolib)[propagated-inputs]: Add libfixposix.
2020-05-21 11:53:06 +02:00
Pierre Neidhardt
09db7f39ba
gnu: cl-dexador: Fix build with new sbcl-package->cl-source-package function.
* gnu/packages/lisp-xyz.scm (cl-dexador)[arguments]: Remove
  'reset-gzip-timestamps phase.
2020-05-21 11:53:06 +02:00
Efraim Flashner
a0828560b5
gnu: boost-for-mysql: Fix building.
Co-authored with Jonathan Brielmaier <jonathan.brielmaier@web.de>

* gnu/packages/boost.scm (boost-for-mysql)[arguments]: Replace inherited
'configure, phase remove references to python and update the substitute
regex for boost-1.59. Absorb 'more-bin-sh-patching into 'configure.Adjust
make-flags to always pass '--without-python'.
[native-inputs]: Remove python.
2020-05-21 11:34:38 +03:00
Tobias Geerinckx-Rice
8825a01b39
gnu: ncmpc: Update to 0.38.
* gnu/packages/mpd.scm (ncmpc): Update to 0.38.
2020-05-21 06:23:43 +02:00
Tobias Geerinckx-Rice
b82a45d804
gnu: shotwell: Update to 0.30.9.
* gnu/packages/gnome.scm (shotwell): Update to 0.30.9.
2020-05-21 06:02:11 +02:00
Tobias Geerinckx-Rice
3cc6412056
gnu: tuxguitar: Update to 1.5.4.
* gnu/packages/music.scm (tuxguitar): Update to 1.5.4.
2020-05-21 06:02:11 +02:00
Tobias Geerinckx-Rice
70f5cabc29
gnu: xfwm4: Update to 4.14.2.
* gnu/packages/xfce.scm (xfwm4): Update to 4.14.2.
2020-05-21 06:02:11 +02:00
Tobias Geerinckx-Rice
b91dcefda1
gnu: patchage: Update to 1.0.2.
* gnu/packages/audio.scm (patchage): Update to 1.0.2.
2020-05-21 06:02:11 +02:00
Tobias Geerinckx-Rice
32cde877ee
gnu: ganv: Update to 1.6.0.
* gnu/packages/gtk.scm (ganv): Update to 1.6.0.
[arguments]: Don't override #:python.
2020-05-21 06:02:11 +02:00
Tobias Geerinckx-Rice
b3200505ef
gnu: python-apipkg: Update to 1.5.
* gnu/packages/python-xyz.scm (python-apipkg): Update to 1.5.
[native-inputs]: Add python-setuptools-scm.
2020-05-21 06:02:10 +02:00
Tobias Geerinckx-Rice
0523ab2cb2
gnu: python-apipkg: Remove Python 2 variant.
* gnu/packages/python-xyz.scm (python2-apipkg): Remove variable.
2020-05-21 06:02:10 +02:00
Tobias Geerinckx-Rice
5098b90bf5
gnu: python-pytest-sugar: Update to 0.9.3.
* gnu/packages/check.scm (python-pytest-sugar): Update to 0.9.3.
2020-05-21 06:02:10 +02:00
Tobias Geerinckx-Rice
102fd8c7f4
gnu: criu: Update to 3.14.
* gnu/packages/virtualization.scm (criu): Update to 3.14.
2020-05-21 06:02:10 +02:00
Tobias Geerinckx-Rice
3da3ec93a3
gnu: uhttpmock: Update to 0.5.2.
* gnu/packages/web.scm (uhttpmock): Update to 0.5.2.
2020-05-21 06:02:10 +02:00
Mark H Weaver
498e2e669d
gnu: linux-libre: Update 5.4.42.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update 5.4.42.
(linux-libre-5.4-pristine-source): Update hash.
2020-05-20 19:14:37 -04:00
Mark H Weaver
efcdb47501
gnu: linux-libre@5.6: Update 5.6.14.
* gnu/packages/linux.scm (linux-libre-5.6-version): Update 5.6.14.
(linux-libre-5.6-pristine-source): Update hash.
2020-05-20 19:14:05 -04:00
Mark H Weaver
fa0fac0632
gnu: linux-libre@4.19: Update 4.19.124.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update 4.19.124.
(linux-libre-4.19-pristine-source): Update hash.
2020-05-20 19:13:25 -04:00
Mark H Weaver
575e32fae8
gnu: linux-libre@4.14: Update 4.14.181.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update 4.14.181.
(linux-libre-4.14-pristine-source): Update hash.
2020-05-20 19:12:48 -04:00
Mark H Weaver
79a2cfd858
gnu: linux-libre@4.9: Update 4.9.224.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update 4.9.224.
(linux-libre-4.9-pristine-source): Update hash.
2020-05-20 19:12:22 -04:00
Mark H Weaver
f717cfa84b
gnu: linux-libre@4.4: Update 4.4.224.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update 4.4.224.
(linux-libre-4.4-pristine-source): Update hash.
2020-05-20 19:11:22 -04:00
Lars-Dominik Braun
9b65cdd902
gnu: python-shouldbe: Python 3.8 compatibility.
* gnu/packages/patches/python-shouldbe-0.1.2-cpy3.8.patch: Add compatibility patch.
* gnu/local.mk (dist_patch_DATA): Add new file.
* gnu/packages/python-xyz.scm (python-shouldbe)[source]: Add patch.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-05-20 23:51:27 +02:00
Jack Hill
b2bdd7a129
gnu: racket-minimal: Fix hash for version 7.7.
This is a follow-up to commit 99bf646d8f.

* gnu/packages/scheme.scm (racket-minimal)[source]: Update hash.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-05-20 23:51:27 +02:00
Edouard Klein
1e3cf9de84
gnu: Add python-random-user-agent.
* gnu/packages/python-web.scm (python-random-user-agent): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-05-20 23:51:27 +02:00
Marius Bakke
ab9de8cfb0
gnu: fontconfig: Add replacement with font-dejavu instead of gs-fonts.
This fixes <https://bugs.gnu.org/41282>, <https://bugs.gnu.org/41241>, and
<https://bugs.gnu.org/41344>.
Reported by Pierre Neidhardt, W Knight, Alexandros Theodotou, and others.

* gnu/packages/fontutils.scm (fontconfig)[replacement]: New field.
(fontconfig/font-dejavu): New variable.
2020-05-20 23:51:27 +02:00
Marius Bakke
453e66d777
gnu: varnish-modules: Update description.
* gnu/packages/web.scm (varnish-modules)[description]: Use @acronym instead of
@dfn.
2020-05-20 23:51:26 +02:00
Marius Bakke
4dd8677f7b
gnu: varnish-modules: Update to 0.16.0.
* gnu/packages/web.scm (varnish-modules): Update to 0.16.0.
[source](uri): Adjust for new location.
2020-05-20 23:51:26 +02:00
Marius Bakke
4a98314da9
gnu: Add ruby-fast-gettext.
* gnu/packages/ruby.scm (ruby-fast-gettext): New public variable.
2020-05-20 23:51:26 +02:00
Marius Bakke
96bf7521e0
gnu: Add ruby-forking-test-runner.
* gnu/packages/ruby.scm (ruby-forking-test-runner): New public variable.
2020-05-20 23:51:26 +02:00
Marius Bakke
2156cc9cd6
gnu: Add ruby-parallel-tests.
* gnu/packages/ruby.scm (ruby-parallel-tests): New public variable.
2020-05-20 23:51:26 +02:00
Marius Bakke
c09bc60ded
gnu: Add ruby-spinach.
* gnu/packages/ruby.scm (ruby-spinach): New public variable.
2020-05-20 23:51:26 +02:00
Marius Bakke
305e9b33ca
gnu: Add ruby-colorize.
* gnu/packages/ruby.scm (ruby-colorize): New public variable.
2020-05-20 23:51:26 +02:00
Marius Bakke
8f85018daa
gnu: Add ruby-gherkin-ruby.
* gnu/packages/ruby.scm (ruby-gherkin-ruby): New public variable.
2020-05-20 23:51:25 +02:00
Marius Bakke
6623a15123
gnu: Add ruby-fakefs.
* gnu/packages/ruby.scm (ruby-fakefs): New public variable.
2020-05-20 23:51:25 +02:00
Marius Bakke
8d85543b6a
gnu: Add ruby-maxitest.
* gnu/packages/ruby.scm (ruby-maxitest): New public variable.
2020-05-20 23:51:25 +02:00
Marius Bakke
e3febab582
gnu: ruby-mocha: Update license.
* gnu/packages/ruby.scm (ruby-mocha)[license]: Add LICENSE:RUBY.
2020-05-20 23:51:25 +02:00
Marius Bakke
2fc3cc244a
gnu: ruby-mocha: Update to 1.11.2.
* gnu/packages/ruby.scm (ruby-mocha): Update to 1.11.2.
[arguments]: Remove obsolete phases.  Add phase to solve a dependency cycle.
[native-inputs]: Remove BUNDLER, RUBY-YARD, RUBY-TEST-UNIT, and RUBY-REDCARPET.
* gnu/packages/rails.scm (ruby-web-console)[arguments]: Remove workaround for
old Mocha version.
2020-05-20 23:51:25 +02:00
Marius Bakke
def7908a59
gnu: Add ruby-single-cov.
* gnu/packages/ruby.scm (ruby-single-cov): New public variable.
2020-05-20 23:51:25 +02:00
Marius Bakke
e6483f8c65
gnu: Add ruby-wwtd.
* gnu/packages/ruby.scm (ruby-wwtd): New public variable.
2020-05-20 23:51:24 +02:00
Marius Bakke
955981534f
gnu: Add ruby-hocon.
* gnu/packages/ruby.scm (ruby-hocon): New public variable.
2020-05-20 23:51:24 +02:00
Marius Bakke
72c785f959
gnu: Add ruby-deep-merge.
* gnu/packages/ruby.scm (ruby-deep-merge): New public variable.
2020-05-20 23:51:24 +02:00
Alex Griffin
bbac3fff1d
gnu: git-remote-gcrypt: Update to 1.3.
* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.3.
2020-05-20 16:26:57 -05:00
Tobias Geerinckx-Rice
52c463a9ca
news: Add ‘nl’ translation.
* etc/news.scm: Add an ‘nl’ ‘translation’.
2020-05-20 21:48:07 +02:00
Tobias Geerinckx-Rice
ef91997a19
gnu: wmbattery: Update to 2.54.
* gnu/packages/gnustep.scm (wmbattery): Update to 2.54.
[native-inputs]: Remove autoconf & automake.
2020-05-20 21:48:07 +02:00
Tobias Geerinckx-Rice
6b87881ce7
gnu: libmanette: Update to 0.2.4.
* gnu/packages/games.scm (libmanette): Update to 0.2.4.
2020-05-20 21:48:07 +02:00
Tobias Geerinckx-Rice
01f15b157e
gnu: translate-shell: Update to 0.9.6.12.
* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.12.
2020-05-20 19:38:57 +02:00
Tobias Geerinckx-Rice
84c983f165
gnu: gnu-efi: Mark up description.
* gnu/packages/efi.scm (gnu-efi)[description]: Use @acronym.
2020-05-20 19:38:57 +02:00
Tobias Geerinckx-Rice
fa876b2cd0
gnu: gnu-efi: Update to 3.0.12.
* gnu/packages/efi.scm (gnu-efi): Update to 3.0.12.
2020-05-20 19:38:57 +02:00
Tobias Geerinckx-Rice
5c30eb61d7
gnu: http-parser: Fix build [and guix pull] on armhf-linux.
* gnu/packages/web.scm (http-parser)[source]: Add patch.
* gnu/packages/patches/http-parser-fix-assertion-on-armhf.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-05-20 19:38:42 +02:00
Tobias Geerinckx-Rice
47253d4837
gnu: mame: Update to 0.221.
* gnu/packages/emulators.scm (mame): Update to 0.221.
2020-05-20 19:27:19 +02:00
Tobias Geerinckx-Rice
937b08b110
gnu: python-lmdb: Remove Python 2 variant.
* gnu/packages/databases.scm (python2-lmdb): Remove variable.
2020-05-20 19:27:19 +02:00