me
/
guix
Archived
1
0
Fork 0
Commit Graph

48279 Commits (89da127035737bdf922bc566970c5506c2e01b00)

Author SHA1 Message Date
Nicolas Goaziou 4cb7c3d6a0
gnu: emacs-xr: Update to 1.15.
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.15.
2020-02-01 15:52:07 +01:00
Maxim Cournoyer 4690e3a4ec
gnu: arc-theme: Placate Inkscape.
This gets rid of Inkscape's warnings printed during the build when HOME is not
set to a writable directory.

* gnu/packages/gnome.scm (arc-theme)[phases]{set-home}: New phase.
2020-01-31 23:41:49 -05:00
Maxim Cournoyer d3e439e355
gnu: Add earlyoom-service-type.
* gnu/services/linux.scm: New file.
* tests/services/linux.scm: Add test.
* Makefile.am (SCM_TESTS): Register test.
* doc/guix.texi (Linux Services): Add a new section and document the new
service and its configuration.
2020-01-31 23:37:13 -05:00
Maxim Cournoyer 76f5428bc6
gnu: Add earlyoom.
* gnu/packages/linux.scm (earlyoom): New variable.
2020-01-31 23:37:13 -05:00
Vagrant Cascadian 10f31af9e3
gnu: Add u-boot-qemu-riscv64.
* gnu/packages/bootloaders (u-boot-qemu-riscv64): New variable.
2020-01-31 20:22:32 -08:00
Vagrant Cascadian 7d06364563
gnu: Add u-boot-sifive-fu540.
* gnu/packages/bootloaders (u-boot-sifive-fu540): New variable.
2020-01-31 20:22:30 -08:00
Vagrant Cascadian 01501a308c
gnu: Add opensbi-sifive-fu540.
* gnu/packages/firmware (opensbi-sifive-fu540): New variable.
2020-01-31 20:22:27 -08:00
Vagrant Cascadian cd63c2beb0
gnu: Add opensbi-qemu-sifive-u.
* gnu/packages/firmware (make-opensbi-package): Normalize package name.
  (opensbi-qemu-sifive-u): New variable.
2020-01-31 20:22:23 -08:00
Vagrant Cascadian 454403f19a
gnu: Add opensbi.
* gnu/packages/firmware (make-opensbi): New function.
  (opensbi-qemu-virt): New variable.
2020-01-31 19:05:00 -08:00
Vagrant Cascadian 7e954f674b
gnu: u-boot-qemu-riscv64-smode: Add package.
* gnu/packages/bootloaders (u-boot-qemu-riscv64-smode): New variable.
2020-01-31 19:04:40 -08:00
Brett Gilio dcbfb3b8ea
gnu: tdlib: Update to 1.6.0.
* gnu/packages/messaging.scm (tdlib): Update to 1.6.0.
2020-01-31 19:41:13 -06:00
Ludovic Courtès 2032d8473d
ci: Cross-build for riscv64-linux-gnu.
* gnu/ci.scm (%cross-targets): Add "riscv64-linux-gnu".
2020-01-31 17:06:16 +01:00
Ludovic Courtès 69961ac3b9
gnu: libgc: Add version 8.0.4.
* gnu/packages/bdw-gc.scm (libgc-8.0): New variable.
2020-01-31 17:06:15 +01:00
Eric Bavier aa2e83cce2
gnu: superlu-dist: Update to 6.2.0.
* gnu/packages/maths.scm (superlu-dist): Update to 6.2.0.
[source]: Update upstream url.  Remove mpi deprecations patch.
* gnu/packages/patches/superlu-dist-fix-mpi-deprecations.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-01-31 09:17:16 -06:00
Eric Bavier 48fe5c36a2
gnu: superlu: Update upstream url.
* gnu/packages/maths.scm (superlu)[source,home-page]: Update url.
2020-01-31 09:13:57 -06:00
David Wilson 261d0e8e38
gnu: Add xsettingsd.
* gnu/packages/xdisorg.scm (xsettingsd): New variable.
2020-01-31 05:51:36 -08:00
Guillaume Le Vaillant c5bbcb82d5
gnu: Add cl-z85.
* gnu/packages/lisp-xyz.scm (sbcl-cl-z85, cl-z85, ecl-cl-z85): New variables.
2020-01-31 11:44:15 +01:00
Guillaume Le Vaillant 3ac0e64d64
gnu: Add cl-base32.
* gnu/packages/lisp-xyz.scm (sbcl-cl-base32, cl-base32, ecl-cl-base32): New
  variables.
2020-01-31 11:24:00 +01:00
Tobias Geerinckx-Rice 08b87d167b
gnu: sudo: Update to 1.8.31 [fixes CVE-2019-18634].
* gnu/packages/admin.scm (sudo): Update to 1.8.31.
2020-01-31 00:43:18 +01:00
Tobias Geerinckx-Rice 31afa654c5
gnu: netsurf: Curb overzealous substitution.
* gnu/packages/web.scm (netsurf)[arguments]: Don't enforce Americanisms.
2020-01-31 00:43:18 +01:00
Tobias Geerinckx-Rice c3f146e79a
gnu: Update opensmtpd configuration grammar.
This follows up on commit 0d48690908.

* gnu/services/mail.scm (%default-opensmtpd-config-file): Adapt to ‘new’
≥6.4 grammar.
* gnu/tests/mail.scm (%opensmtpd-os): Likewise.
2020-01-31 00:42:48 +01:00
Vagrant Cascadian 9ea68dd7be
services: getmail: Fix spelling of "address".
* gnu/services/getmail (getmail-retriever-configuration): Fix typo.
2020-01-30 15:27:31 -08:00
Vagrant Cascadian 8ccc77a4c4
gnu: bcachefs-tools: Fix spelling of "utilities".
* gnu/packages/file-systems (bcachefs-tools): Fix typo.
2020-01-30 15:27:29 -08:00
Marius Bakke 6610e847c0
gnu: gdb: Add separate variant with source highlighting support.
This partially reverts commit 480b3279fd in
order to prevent a huge rebuild.

* gnu/packages/gdb.scm (gdb-8.3)[properties]: New field.
[inputs]: Remove SOURCE-HIGHLIGHT.
* gnu/packages/gdb.scm (gdb-8.2)[inputs]: Remove.
(gdb/next): New public variable.
2020-01-30 22:16:07 +01:00
Alexandru-Sergiu Marton 9c3070ec38
gnu: Add ghc-scalpel.
* gnu/packages/haskell-web.scm (ghc-scalpel): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-01-30 22:54:01 +02:00
Alexandru-Sergiu Marton a1c04f35ac
gnu: Add ghc-scalpel-core.
* gnu/packages/haskell-web.scm (ghc-scalpel-core): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-01-30 22:48:06 +02:00
Ludovic Courtès 480b3279fd
gnu: gdb: Add dependency on source-highlight.
* gnu/packages/gdb.scm (gdb-8.3)[inputs]: Add SOURCE-HIGHLIGHT.
(gdb-8.2)[inputs]: New field.
2020-01-30 19:08:07 +01:00
Efraim Flashner 954b4c7307
gnu: mpv: Update to 0.32.0.
* gnu/packages/video.scm (mpv): Update to 0.32.0.
2020-01-30 19:14:07 +02:00
Lars-Dominik Braun e5d71802fc
gnu: Add python-bonsai.
* gnu/packages/openldap.scm (python-bonsai): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-30 17:46:48 +01:00
Marius Bakke 14db8f192e
gnu: ruby-unf-ext: Update to 0.0.7.6.
* gnu/packages/ruby.scm (ruby-unf-ext): Update to 0.0.7.6.
[arguments]: Add phase to avoid unnecessary dependency.
2020-01-30 17:46:48 +01:00
Marius Bakke ba4084bb13
gnu: ruby-redcarpet: Update to 3.5.0.
* gnu/packages/ruby.scm (ruby-redcarpet): Update to 3.5.0.
2020-01-30 17:46:48 +01:00
Marius Bakke 93dfdec5ba
gnu: ruby-oj: Update to 3.10.1.
* gnu/packages/ruby.scm (ruby-oj): Update to 3.10.1.
2020-01-30 17:46:48 +01:00
Marius Bakke bd39fcdf0f
gnu: samba: Update to 4.11.6.
* gnu/packages/samba.scm (samba): Update to 4.11.6.
2020-01-30 16:14:31 +01:00
Marius Bakke 8c98ef7d97
gnu: p11-kit: Update to 0.23.20.
* gnu/packages/tls.scm (p11-kit): Update to 0.23.20.
2020-01-30 16:14:31 +01:00
Marius Bakke 98bef018b8
gnu: tbb: Update to 2020.1.
* gnu/packages/tbb.scm (tbb): Update to 2020.1.
2020-01-30 16:14:31 +01:00
Christopher Baines e7cdba61cf
gnu: ruby-sqlite3: Update to 1.4.2.
* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.4.2.
2020-01-30 15:10:21 +01:00
Christopher Baines 3e776b4426
gnu: ruby-sassc: Update to 2.2.1.
* gnu/packages/ruby.scm (ruby-sassc): Update to 2.2.1.
[arguments]: Fix using the included libsass copy.
[native-inputs]: Add ruby-rake-compiler.
2020-01-30 15:10:16 +01:00
Jakub Kądziołka 7037ffe11a
gnu: Go: Update to 1.12.16 [fixes CVE-2018-17075].
* gnu/packages/golang.scm (go-1.12): Update to 1.12.16.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-01-29 20:26:11 -05:00
Tobias Geerinckx-Rice 0d48690908
gnu: opensmtpd-next: Promote to opensmtpd [fixes CVE-2020-7247].
It's still unclear (to me) whether our opensmtpd package is affected,
but this change has been delayed for long enough in any case.

* gnu/packages/mail.scm (opensmtpd-next): Rename to…
(opensmtpd): …this.
* gnu/packages/patches/opensmtpd-fix-crash.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-01-29 22:47:00 +01:00
Leo Famulari 7c73da9907
gnu: GraphicsMagick: Update to 1.3.34.
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.34.
2020-01-29 15:17:45 -05:00
Mark H Weaver 85ea215864
gnu: linux-libre: Update to 5.4.16.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.16.
(linux-libre-5.4-pristine-source): Update hash.
2020-01-29 12:52:27 -05:00
Mark H Weaver 0332012e10
gnu: linux-libre@4.19: Update to 4.19.100.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.100.
(linux-libre-4.19-pristine-source): Update hash.
2020-01-29 12:51:52 -05:00
Mark H Weaver d7abd56d9c
gnu: linux-libre@4.14: Update to 4.14.169.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.169.
(linux-libre-4.14-pristine-source): Update hash.
2020-01-29 12:51:14 -05:00
Mark H Weaver cf728b19c7
gnu: linux-libre@4.9: Update to 4.9.212.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.212.
(linux-libre-4.9-pristine-source): Update hash.
2020-01-29 12:50:42 -05:00
Mark H Weaver dfda8129d3
gnu: linux-libre@4.4: Update to 4.4.212.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.212.
(linux-libre-4.4-pristine-source): Update hash.
2020-01-29 12:49:37 -05:00
Marius Bakke 0895002f68
Merge branch 'master' into staging 2020-01-29 11:12:49 +01:00
Jakub Kądziołka 602059e794
gnu: hexedit: Make F1 help more reliable.
* gnu/packages/hexedit.scm (hexedit)[arguments](patch-man-path): New
phase.
[inputs]: Add MAN-DB.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-29 11:03:10 +01:00
Marius Bakke d5037890b4
gnu: OpenAL: Update to 1.20.1.
* gnu/packages/audio.scm (openal): Update to 1.20.1.
2020-01-29 11:03:10 +01:00
Marius Bakke 1256ac1857
gnu: whois: Update to 5.5.5.
* gnu/packages/networking.scm (whois): Update to 5.5.5.
2020-01-29 11:03:10 +01:00
Marius Bakke eae94df612
gnu: p11-kit: Update to 0.23.19.
* gnu/packages/tls.scm (p11-kit): Update to 0.23.19.
[source](uri): Adjust tarball name.
2020-01-29 11:03:09 +01:00
Marius Bakke 92ebd8ede4
gnu: mbedtls-apache: Do not build the static libraries.
* gnu/packages/tls.scm (mbedtls-apache)[arguments]: Add
"-DUSE_STATIC_MBEDTLS_LIBRARY=OFF" in #:configure-flags.
2020-01-29 11:03:09 +01:00
Marius Bakke 4e8d1116ff
gnu: mbedtls-apache: Update to 2.16.4.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.4.
2020-01-29 11:03:09 +01:00
Timotej Lazar 18f8e935e8
gnu: godot: List which third party files to keep.
Remove everything else to catch added dependencies in new versions.

* gnu/packages/game-development.scm (godot)[source](snippet): Instead of
  removing (only) the unbundled libs, remove everything except the listed files.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-01-29 07:57:09 +00:00
Timotej Lazar c1bc92c0aa
gnu: godot: Unbundle some dependencies.
* gnu/packages/game-development.scm (godot)[inputs]: Add bullet, mbedtls-apache,
pcre2 and zstd.
[arguments](configure-flags): Use system libraries for the above.
[source](snippet): Remove bundled copies.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-01-29 07:57:03 +00:00
Timotej Lazar d868261533
gnu: godot: Update to 3.1.2.
* gnu/packages/game-development.scm (godot): Update to 3.1.2.
[inputs]: Remove openssl, replaced by a bundled copy of mbedtls.
[arguments](configure-flags): Remove builtin_openssl flag.
[source]: Don’t try to remove the (now nonexistent) bundled openssl directory.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-01-29 07:56:32 +00:00
Tobias Geerinckx-Rice e19e3430cd
gnu: opensmtpd-next: Update to 6.6.2p1 [security fixes].
Upstream[0] says “Qualys has found a critical vulnerability leading to
a possible privilege escalation” and will provide more information
later.

[0]: https://www.opensmtpd.org

* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.2p1.
2020-01-29 00:54:46 +01:00
Danny Milosavljevic 24882d3d9a
gnu: gnome: Re-add gnome-initial-setup.
* gnu/packages/gnome.scm (gnome)[propagated-inputs}: Add gnome-initial-setup.
2020-01-28 21:09:45 +01:00
Leo Prikler 9111f97500
services: gdm: Disable initial system setup in GDM.
* gnu/services/xorg.scm (gdm-configuration-file): Disable gnome-initial-setup.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-01-28 21:06:24 +01:00
Nicolas Goaziou 07a7cccbac
gnu: ode: Properly disable tests when cross-compiling.
* gnu/packages/game-development.scm (ode): Properly disable tests when
using (%current-target-system).
2020-01-28 20:23:41 +01:00
Amin Bandali e7c938b2bf
gnu: Add emacs-unkillable-scratch.
* gnu/packages/emacs-xyz.scm (emacs-unkillable-scratch): New variable.
2020-01-28 20:19:25 +01:00
Tobias Geerinckx-Rice 4968ea2c92
Use HTTPS for liballeg.org.
* gnu/packages/game-development.scm (allegro-4, allegro)[home-page]:
Use HTTPS.
* guix/licenses.scm (giftware): Likewise.
2020-01-28 17:22:11 +01:00
Tobias Geerinckx-Rice e572ec3cc3
gnu: iproute2: Update to 5.5.0.
* gnu/packages/linux.scm (iproute): Update to 5.5.0.
2020-01-28 17:22:11 +01:00
Tobias Geerinckx-Rice cd328a7315
gnu: Add bcachefs-tools.
* gnu/packages/file-systems.scm (bcachefs-tools): New public variable.
2020-01-28 17:22:05 +01:00
Jonathan Brielmaier 87146f3116
gnu: lxqt: Correct home page.
* gnu/packages/lxqt.scm (lxqt)[home-page]: It's lxqt not lxde.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-01-28 15:44:11 +01:00
Efraim Flashner 333d15790c
gnu: kde-systemtools.scm: Adjust module imports.
* gnu/packages/kde-systemtools.scm: Remove libvnc, add vnc.
2020-01-28 15:39:18 +02:00
Guillaume Le Vaillant d823fd96b5
gnu: Add bruteforce-luks.
* gnu/packages/password-utils.scm (bruteforce-luks): New variable.
2020-01-28 14:26:49 +01:00
Hartmut Goebel 7059b1a222
gnu: Add ksystemlog.
* gnu/packages/kde-systemtools.scm (ksystemlog): New variable.
2020-01-28 13:08:41 +01:00
Hartmut Goebel 9808d6c559
gnu: Add krfb.
* gnu/packages/kde-systemtools.scm (krfb): New variable.
2020-01-28 13:08:40 +01:00
Hartmut Goebel c1827284e6
gnu: Add konsole.
* gnu/packages/kde-systemtools.scm (konsole): New variable.
2020-01-28 13:08:40 +01:00
Hartmut Goebel 05ddf22c44
gnu: Add khelpcenter.
* gnu/packages/kde-systemtools.scm (khelpcenter): New variable.
2020-01-28 13:08:39 +01:00
Hartmut Goebel a4317df4c8
gnu: Add dolphin-plugins.
* gnu/packages/kde-systemtools.scm (dolphin-plugins): New variable.
2020-01-28 13:08:39 +01:00
Hartmut Goebel af204f933f
gnu: Add dolphin.
* gnu/packages/kde-system.scm: New file.
* gnu/local.mk: Add it.
2020-01-28 13:08:39 +01:00
Hartmut Goebel 1562210516
gnu: Add baloo-widgets.
* gnu/packages/kde.scm (baloo-widgets): New variable.
2020-01-28 13:08:38 +01:00
Hartmut Goebel cd165d105a
gnu: Cleanup KDE packages to use the update qt-build-system.
* gnu/packages/kde.scm (grantleetheme): [arguments] Remove.
  (kdeconnect)[arguments]<phases>{check-setup}: Remove.
  libkdegames: Use qt-build-system. [arguments]: Remove.
* gnu/packages/kde-frameworks.scm (kguiaddons, kitemmodels,
  kitemviews, kplotting, sonnet, kcompletion, kcrash, kdesignerplugin,
  kglobalaccel, kparts, ktextwidgets, khtml, kmediaplayer): Use
  qt-build-system. [arguments]: Remove.
  (kpeople): Use qt-build-system. [arguments]<phases>: Remove.
  (kconfigwidgets, kwidgetsaddons) Use qt-build-system.
  [arguments]<phases>{check-setup}: Remove.
* gnu/packages/kde-plasma.scm (kdecoration) Use qt-build-system.
  [arguments]: Remove.
  (libkscreen): Use qt-build-system. [arguments]<phases>: Remove.
  (libksysguard): Use qt-build-system.
  [arguments]<phases>{check-setup}: Remove.
* gnu/packages/kde-utils.scm (kronometer, rsibreak): [arguments]
  Remove.
2020-01-28 13:03:08 +01:00
Nicolas Goaziou f4167bdad7
gnu: education.scm: Update copyright line. 2020-01-28 10:34:24 +01:00
Nicolas Goaziou 3450bb81e2
gnu: Add omnitux.
* gnu/packages/education.scm (omnitux): New variable.
2020-01-28 10:33:30 +01:00
Amin Bandali 2fe83ce10f
gnu: Add emacs-delight.
* gnu/packages/emacs-xyz.scm (emacs-delight): New variable.
2020-01-28 10:28:04 +01:00
Efraim Flashner c8f16c7f7e
gnu: ocaml-ctypes: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocaml-ctypes)[source]: Download using git-fetch.
[arguments]: Add phase to make files writable.
2020-01-28 11:25:17 +02:00
Efraim Flashner 4d85a7dd26
gnu: ocaml-ocplib-endian: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocaml-ocplib-endian)[source]: Download using
git-fetch.
2020-01-28 11:25:17 +02:00
Efraim Flashner 8684575a88
gnu: ocaml-lwt: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocaml-lwt)[source]: Download using git-fetch.
2020-01-28 11:25:14 +02:00
Amin Bandali 19568f9e79
gnu: Add emacs-mwim.
* gnu/packages/emacs-xyz.scm (emacs-mwim): New variable.
2020-01-28 10:15:41 +01:00
Jakub Kądziołka 479f401361
gnu: Add python-pypng.
* gnu/packages/python-xyz.scm (python-pypng): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-01-28 09:27:56 +01:00
Nicolas Goaziou cfb065fcb9
gnu: Add emacs-boxquote.
* gnu/packages/emacs-xyz.scm (emacs-boxquote): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-01-28 09:23:56 +01:00
Efraim Flashner 84c10c3b22
gnu: gourmet: Adjust install phase.
* gnu/packages/nutrition.scm (gourmet)[arguments]: Adjust custom
'install phase.
2020-01-28 10:20:57 +02:00
Efraim Flashner 2545ab2a0c
gnu: gourmet: Don't use unstable tarball.
* gnu/packages/nutrition.scm (gourmet)[source]: Download using git-fetch.
2020-01-28 10:20:56 +02:00
Nicolas Goaziou d5a08205eb
gnu: manuskript: Update to 0.11.0.
* gnu/packages/text-editors.scm (manuskript): Update to 0.11.0.
2020-01-28 09:18:01 +01:00
Nicolas Goaziou a3cad594c0
gnu: emacs-xyz: Update copyright header. 2020-01-28 08:46:40 +01:00
Nicolas Goaziou 26d361b5cf
gnu: Add emacs-company-ebdb.
* gnu/packages/emacs-xyz.scm (emacs-company-ebdb): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-01-28 08:44:50 +01:00
Efraim Flashner a947ade67d
gnu: Add vim-guix-vim.
* gnu/packages/vim.scm (vim-guix-vim): New variable.
2020-01-28 09:35:07 +02:00
Jakub Kądziołka 7ee8acbb76
gnu: Add bvi.
* gnu/packages/hexedit.scm (bvi): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-28 00:36:39 +01:00
Jakub Kądziołka e53829be49
gnu: termite: Open links properly without xdg-utils in profile
* gnu/packages/terminals.scm (termite)[inputs]: Add XDG-UTILS.
  [arguments](patch-xdg-open): New phase.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-28 00:36:39 +01:00
Gábor Boskovits 412622ad66
gnu: go-github-com-prometheus-node-exporter: Update to 0.18.1.
* gnu/packages/monitoring.scm
(go-github-com-prometheus-node-exporter): Update to 0.18.1.
2020-01-28 00:32:06 +01:00
Alexandros Theodotou 93f4511eb0
gnu: Add zrythm.
* gnu/packages/music.scm (zrythm): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-27 23:19:35 +01:00
Alexandros Theodotou 5d703da3f7
gnu: Add libaudec.
* gnu/packages/audio.scm (libaudec): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-27 23:14:20 +01:00
Ludovic Courtès 2d3a622d04
gnu: guile-charting: Add "guile3.0-charting" variant.
* gnu/packages/plotutils.scm (guile-charting)[source]: In 'snippet',
have 'configure' look for 3.0.
(guile3.0-charting): New variable.
2020-01-27 23:03:07 +01:00
Ludovic Courtès 150c38c2ed
gnu: sicp: Do not import module from the host Guile.
This is a followup to 4144eb195c
and 5e61de2421.

* gnu/packages/scheme.scm (sicp)[arguments]: Remove (srfi srfi-26) from
 #:modules.
2020-01-27 23:03:07 +01:00
Roel Janssen a38bf7c843
gnu: Add r-deconstructsigs.
* gnu/packages/bioconductor.scm (r-deconstructsigs): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-01-27 22:31:19 +01:00
Danny Milosavljevic 4fc4e5fdd9
gnu: gnome: Remove gnome-initial-setup.
Fixes <https://bugs.gnu.org/39281>
Reported by Jack Hill <jackhill@jackhill.us>.

* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Remove
gnome-initial-setup.
2020-01-27 21:26:10 +01:00
Ricardo Wurmus 94600c3960
gnu: r-gviz: Update to 1.30.1.
* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.30.1.
2020-01-27 20:48:36 +01:00
Ricardo Wurmus c7b98a84d9
gnu: r-genomicfeatures: Update to 1.38.1.
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.38.1.
2020-01-27 20:48:36 +01:00
Ricardo Wurmus caf4290bd8
gnu: r-s4vectors: Update to 0.24.3.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.24.3.
2020-01-27 20:48:36 +01:00
Ricardo Wurmus 0dfaebfa2e
gnu: r-multiassayexperiment: Update to 1.12.2.
* gnu/packages/bioconductor.scm (r-multiassayexperiment): Update to 1.12.2.
2020-01-27 20:48:36 +01:00
Ricardo Wurmus c5d75df366
gnu: r-ropls: Update to 1.18.8.
* gnu/packages/bioconductor.scm (r-ropls): Update to 1.18.8.
2020-01-27 20:48:36 +01:00
Ricardo Wurmus 062cbc4f2b
gnu: r-destiny: Update to 3.0.1.
* gnu/packages/bioconductor.scm (r-destiny): Update to 3.0.1.
2020-01-27 20:48:36 +01:00
Mark H Weaver 678f651e8d
gnu: linux-libre@4.19: Update to 4.19.99.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.99.
(linux-libre-4.19-pristine-source): Update hash.
2020-01-27 14:38:13 -05:00
Mark H Weaver 3c6332128a
gnu: linux-libre@4.14: Update to 4.14.168.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.168.
(linux-libre-4.14-pristine-source): Update hash.
2020-01-27 14:37:16 -05:00
Pierre Neidhardt 11f46dc9de
gnu: emacs-gif-screencast: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-gif-screencast): Update to 1.1.
2020-01-27 20:28:55 +01:00
Amin Bandali fcb510c541
gnu: light: Install udev rules to allow sudo-less invocations.
* gnu/packages/linux.scm (light)[arguments]: Substitute the absolute paths
of chgrp and chmod in 90-backlight.rules and install the rules file to the
special lib/udev/rules.d/ directory of the out output.  This allows for
any member of the video group to set brightness using light without sudo.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-01-27 19:58:21 +02:00
Efraim Flashner 61b95c15cf
build: cargo-build-system: Add pkg-config environment variables.
* guix/build/cargo-build-system.scm (configure): Add environment
variables to use system libgit2 and libssh2.
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.10,
rust-libssh2-sys-0.2)[arguments]: Remove LIBGIT2 and LIBSSH2 environment
variable settings.
* gnu/packages/rust-apps.scm (tokei)[arguments]: Same.
2020-01-27 18:39:10 +02:00
Efraim Flashner d0c4d1abfe
gnu: rust-pcre2-sys-0.2: Delete vendored code.
* gnu/packages/crates-io.scm (rust-pcre2-sys-0.2)[source]: Delete
vendored code.
[arguments]: Remove custom phase.
(rust-pcre2-0.2, rust-grep-pcre2-0.1)[arguments]: Enable build.
[native-inputs]: Add pkg-config, pcre2.
2020-01-27 18:36:12 +02:00
Efraim Flashner d6dde77d7f
gnu: rust-libz-sys-1.0: Remove vendored code.
* gnu/packages/crates-io.scm (rust-libz-sys-1.0)[source]: Remove
vendored code.
[arguments]: Remove custom phase.
(rust-libgit2-sys-0.10)[arguments]: Don't unvendor missing code.
(rust-libssh2-sys-0.2)[arguments]: Same.
* gnu/packages/rust-apps.scm (tokei)[arguments]: Same.
2020-01-27 18:36:12 +02:00
Efraim Flashner bba73d473a
gnu: rust-lzma-sys-0.1: Remove vendored code.
* gnu/packages/crates-io.scm (rust-lzma-sys-0.1)[source]: Remove
vendored code.
[arguments]: Remove custom phase.
2020-01-27 18:36:12 +02:00
Efraim Flashner ad03f50fa8
gnu: rust-libssh2-sys-0.2: Remove vendored code.
* gnu/packages/crates-io.scm (rust-libssh2-sys-0.2)[source]: Remove
vendored code.
[arguments]: Don't remove missing vendored code.
(rust-libgit2-sys-0.10)[arguments]: Same.
* gnu/packages/rust-apps.scm (tokei)[arguments]: Same.
2020-01-27 18:36:11 +02:00
Efraim Flashner e2302953d5
gnu: rust-jemalloc-sys-0.3: Remove vendored code.
* gnu/packages/crates-io.scm (rust-jemalloc-sys-0.3)[source]: Remove
vendored code.
[arguments]: Don't remove missing vendored code.
2020-01-27 18:36:11 +02:00
Efraim Flashner 0173e69f52
gnu: rust-libgit2-sys-0.10: Remove vendored code.
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.10)[source]: Remove
vendored code.
[arguments]: Don't remove missing vendored code.
* gnu/packages/rust-apps.scm (tokei)[arguments]: Same.
2020-01-27 18:36:11 +02:00
Ricardo Wurmus 2afae7fc9a
gnu: r-fpc: Update to 2.2-4.
* gnu/packages/statistics.scm (r-fpc): Update to 2.2-4.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus 2c676da719
gnu: r-rrcov: Update to 1.5-2.
* gnu/packages/statistics.scm (r-rrcov): Update to 1.5-2.
[propagated-inputs]: Remove r-cluster.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus 1003fd5142
gnu: r-tidyr: Update to 1.0.2.
* gnu/packages/statistics.scm (r-tidyr): Update to 1.0.2.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus 68146b9605
gnu: r-rngtools: Update to 1.5.
* gnu/packages/statistics.scm (r-rngtools): Update to 1.5.
[propagated-inputs]: Remove r-pkgmaker and r-stringr.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus 0d3d193476
gnu: r-pkgmaker: Update to 0.31.
* gnu/packages/statistics.scm (r-pkgmaker): Update to 0.31.
[propagated-inputs]: Add r-assertthat.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus b4a374ec99
gnu: r-xml: Update to 3.99-0.3.
* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.3.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus 1cc17e37ae
gnu: r-blob: Update to 1.2.1.
* gnu/packages/statistics.scm (r-blob): Update to 1.2.1.
[propagated-inputs]: Remove r-prettyunits.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus af837b9964
gnu: r-rmarkdown: Update to 2.1.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.1.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus 8d9e85221f
gnu: r-catools: Update to 1.18.0.
* gnu/packages/statistics.scm (r-catools): Update to 1.18.0.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus 564c3330ed
gnu: r-rcpparmadillo: Update to 0.9.800.4.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.800.4.0.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus c6d1b5dafb
gnu: r-rlang: Update to 0.4.3.
* gnu/packages/statistics.scm (r-rlang): Update to 0.4.3.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus 545ebafe83
gnu: r-knitr: Update to 1.27.
* gnu/packages/statistics.scm (r-knitr): Update to 1.27.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus 6748b6b458
gnu: r-foreign: Update to 0.8-75.
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-75.
2020-01-27 16:33:30 +01:00
Ricardo Wurmus 7dd0af28f7
gnu: r-shinycssloaders: Update to 0.3.
* gnu/packages/cran.scm (r-shinycssloaders): Update to 0.3.
2020-01-27 16:33:29 +01:00
Ricardo Wurmus ba6d9fdcf3
gnu: r-idpmisc: Update to 1.1.20.
* gnu/packages/cran.scm (r-idpmisc): Update to 1.1.20.
2020-01-27 16:33:29 +01:00
Ricardo Wurmus 05e2ed8b4f
gnu: r-rngwell: Update to 0.10-6.
* gnu/packages/cran.scm (r-rngwell): Update to 0.10-6.
2020-01-27 16:33:29 +01:00
Ricardo Wurmus 328b5dde4b
gnu: r-bio3d: Update to 2.4-1.
* gnu/packages/cran.scm (r-bio3d): Update to 2.4-1.
2020-01-27 16:33:29 +01:00
Ricardo Wurmus 5cda9ff27a
gnu: r-parameters: Update to 0.4.1.
* gnu/packages/cran.scm (r-parameters): Update to 0.4.1.
2020-01-27 16:33:29 +01:00
Ricardo Wurmus 394fb5f38e
gnu: r-leiden: Update to 0.3.2.
* gnu/packages/cran.scm (r-leiden): Update to 0.3.2.
2020-01-27 16:33:29 +01:00
Ricardo Wurmus 725086177a
gnu: r-rhpcblasctl: Update to 0.20-17.
* gnu/packages/cran.scm (r-rhpcblasctl): Update to 0.20-17.
2020-01-27 16:33:29 +01:00
Ricardo Wurmus d3f58abbec
gnu: r-threejs: Update to 0.3.3.
* gnu/packages/cran.scm (r-threejs): Update to 0.3.3.
[native-inputs]: Use jquery 1.12.4 and threejs version r111.
[arguments]: Adjust.
2020-01-27 16:33:29 +01:00
Ricardo Wurmus 93e63562fb
gnu: r-farver: Update to 2.0.3.
* gnu/packages/cran.scm (r-farver): Update to 2.0.3.
2020-01-27 16:33:29 +01:00
Ricardo Wurmus 105639ce33
gnu: r-adegenet: Update to 2.1.2.
* gnu/packages/cran.scm (r-adegenet): Update to 2.1.2.
2020-01-27 16:33:29 +01:00
Ricardo Wurmus 107c14ba84
gnu: r-cobs: Update to 1.3-4.
* gnu/packages/cran.scm (r-cobs): Update to 1.3-4.
2020-01-27 16:33:29 +01:00
Ricardo Wurmus 88bdfd704b
gnu: r-dorng: Update to 1.8.2.
* gnu/packages/cran.scm (r-dorng): Update to 1.8.2.
[propagated-inputs]: Remove r-pkgmaker.
2020-01-27 16:33:29 +01:00
Ricardo Wurmus 9073c464e5
gnu: r-future: Update to 1.16.0.
* gnu/packages/cran.scm (r-future): Update to 1.16.0.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus 6c6d051322
gnu: r-rmpfr: Update to 0.8-1.
* gnu/packages/cran.scm (r-rmpfr): Update to 0.8-1.
[inputs]: Add gmp.
[native-inputs]: Add pkg-config.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus 6378827a71
gnu: r-gmp: Update to 0.5-13.6.
* gnu/packages/cran.scm (r-gmp): Update to 0.5-13.6.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus e99caf8a4c
gnu: r-afex: Update to 0.26-0.
* gnu/packages/cran.scm (r-afex): Update to 0.26-0.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus 5b959414e0
gnu: r-gh: Update to 1.1.0.
* gnu/packages/cran.scm (r-gh): Update to 1.1.0.
[propagated-inputs]: Add r-cli.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus 4a7e857617
gnu: r-sjplot: Update to 2.8.2.
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.2.
[propagated-inputs]: Remove r-ggrepel, r-glmmtmb, r-lme4, r-magrittr,
r-modelr, and r-psych.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus a4bc993f7b
gnu: r-effectsize: Update to 0.1.1.
* gnu/packages/cran.scm (r-effectsize): Update to 0.1.1.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus d56026a85f
gnu: r-performance: Update to 0.4.3.
* gnu/packages/cran.scm (r-performance): Update to 0.4.3.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus 5c61d3e5b5
gnu: r-bayestestr: Update to 0.5.1.
* gnu/packages/cran.scm (r-bayestestr): Update to 0.5.1.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus 3575a16b7f
gnu: r-sjstats: Update to 0.17.8.
* gnu/packages/cran.scm (r-sjstats): Update to 0.17.8.
[propagated-inputs]: Add r-effectsize.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus 6cdd12542a
gnu: r-survey: Update to 3.37.
* gnu/packages/cran.scm (r-survey): Update to 3.37.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus a6494403b3
gnu: r-magick: Update to 2.3.
* gnu/packages/cran.scm (r-magick): Update to 2.3.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus a82e617bf8
gnu: r-sjlabelled: Update to 1.1.2.
* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.2.
[propagated-inputs]: Remove r-magrittr, r-purrr, r-rlang, and r-tidyselect.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus 8958b37eb8
gnu: r-factominer: Update to 2.1.
* gnu/packages/cran.scm (r-factominer): Update to 2.1.
2020-01-27 16:33:28 +01:00
Ricardo Wurmus addf7bc2b1
gnu: r-leaps: Update to 3.1.
* gnu/packages/cran.scm (r-leaps): Update to 3.1.
2020-01-27 16:33:27 +01:00
Ricardo Wurmus c23b40335d
gnu: r-vctrs: Update to 0.2.2.
* gnu/packages/cran.scm (r-vctrs): Update to 0.2.2.
[propagated-inputs]: Remove r-backports and r-zeallot.
2020-01-27 16:33:27 +01:00
Ricardo Wurmus 8a8e296406
gnu: r-tsp: Update to 1.1-8.
* gnu/packages/cran.scm (r-tsp): Update to 1.1-8.
2020-01-27 16:33:27 +01:00
Ricardo Wurmus 485b9cea5a
gnu: r-xts: Update to 0.12-0.
* gnu/packages/cran.scm (r-xts): Update to 0.12-0.
2020-01-27 16:33:27 +01:00
Ricardo Wurmus e5b38da1cc
gnu: r-broom: Update to 0.5.4.
* gnu/packages/cran.scm (r-broom): Update to 0.5.4.
2020-01-27 16:33:27 +01:00
Ricardo Wurmus fde9fc4871
gnu: r-lpsolve: Update to 5.6.15.
* gnu/packages/cran.scm (r-lpsolve): Update to 5.6.15.
2020-01-27 16:33:27 +01:00
Ricardo Wurmus 0be161720c
gnu: r-prettyunits: Update to 1.1.1.
* gnu/packages/cran.scm (r-prettyunits): Update to 1.1.1.
2020-01-27 16:33:27 +01:00
Ricardo Wurmus 6e27edda2c
gnu: r-rgooglemaps: Update to 1.4.5.2.
* gnu/packages/cran.scm (r-rgooglemaps): Update to 1.4.5.2.
2020-01-27 16:33:27 +01:00
Ricardo Wurmus f0eecc6be9
gnu: r-callr: Update to 3.4.1.
* gnu/packages/cran.scm (r-callr): Update to 3.4.1.
2020-01-27 16:33:27 +01:00
Ricardo Wurmus c6b4b4e719
gnu: r-diversitree: Update to 0.9-13.
* gnu/packages/bioinformatics.scm (r-diversitree): Update to 0.9-13.
2020-01-27 16:33:27 +01:00
Ricardo Wurmus fd6412cd2c
gnu: r-metap: Update to 1.3.
* gnu/packages/bioconductor.scm (r-metap): Update to 1.3.
2020-01-27 16:33:27 +01:00
Ludovic Courtès 5e61de2421
gnu: python-testpath: Remove incorrect #:imported-modules.
Fixes <https://bugs.gnu.org/39298>.
Reported by Clément Lassieur <clement@lassieur.org>
and Ricardo Wurmus <rekado@elephly.net>.

This pacakge would import (srfi srfi-1) from the host Guile, leading to
build failures when the host Guile is 3.0.

* gnu/packages/check.scm (python-testpath)[arguments]: Remove incorrect
 #:imported-modules.
2020-01-27 14:18:12 +01:00
David Wilson 1f7f16dced
gnu: emacs-org-make-toc: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-org-make-toc): Update to 0.4
2020-01-27 04:42:14 -08:00
宋文武 4a0e49279d
gnu: public-inbox: Enable support for background HTTP/NNTP daemons.
* gnu/packages/mail.scm (public-inbox)[inputs]: Add perl-net-server.
2020-01-27 17:38:49 +08:00
Efraim Flashner 71ffa528ef
gnu: keepassxc: Update to 2.5.3.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.3.
2020-01-27 10:37:35 +02:00
宋文武 47ea2ad196
gnu: s6: Install documentation.
* gnu/packages/skarnet.scm (s6)[arguments]: Add 'install-doc' phase.
2020-01-27 11:41:45 +08:00
Julien Lepiller 87858bc526
gnu: ocaml: Switch to ocaml 4.09 by default.
Bap and earley cannot be updated as they do not support 4.09 yet. Bap requires
the janestreet packages, which cannot be upgraded as no version supports
4.09 and 4.07 at the same time. Moreover, newer versions of the
janestreet packages have a different dependency graph, which will
require a whole new set of packages. We cannot simply use
package-with-ocaml4.07 on them.

* gnu/packages/ocaml.scm (ocaml-sqlite3, ocaml-ppx-tools, ocaml-gen)
(ocaml-sedlex, ocaml-pcre, ocaml-expect, ocaml-ezjsonm, ocaml-uri)
(ocaml-piqilib, ocaml-piqi, ocaml-charinfo-width, ocaml-zed)
(ocaml-lambda-term, ocaml-utop, ocaml-ppx-inline-test, ocaml-earley)
(ocaml-merlin, ocaml-gsl, ocaml-gsl-1, ocaml-sexplib0, ocaml-parsexp)
(ocaml-sexplib, ocaml-base, ocaml-stdio, ocaml-ppxlib, ocaml-ppx-compare)
(ocaml-fieldslib, ocaml-variantslib, ocaml-ppx-fields-conv)
(ocaml-ppx-sexp-conv, ocaml-ppx-variants-conv, ocaml-ppx-custom-printf)
(ocaml-bin-prot, ocaml-ppx-hash, ocaml-ppx-enumerate, ocaml-ppx-bench)
(ocaml-ppx-here, ocaml-ppx-typerep, ocaml-ppx-sexp-value)
(ocaml-ppx-sexp-message, ocaml-ppx-pipebang, ocaml-ppx-optional)
(ocaml-ppx-optcomp, ocaml-ppx-fail, ocaml-ppx-let, ocaml-ppx-assert)
(ocaml-ppx-expect, ocaml-ppx-js-style, ocaml-ppx-typerep-conv)
(ocaml-ppx-base, ocaml-ppx-bin-prot, ocaml-ppx-jane)
(ocaml-splittable-random, ocaml-configurator, ocaml-spawn, ocaml-core)
(ocaml-core-kernel, ocaml-odoc, ocaml-fftw3, ocaml-lacaml): Rename to ...
(ocaml4.07-sqlite3, ocaml4.07-ppx-tools, ocaml4.07-gen, ocaml4.07-sedlex)
(ocaml4.07-pcre, ocaml4.07-expect, ocaml4.07-ezjsonm, ocaml4.07-uri)
(ocaml4.07-piqilib, ocaml4.07-piqi, ocaml4.07-charinfo-width)
(ocaml4.07-zed, ocaml4.07-lambda-term, ocaml4.07-utop)
(ocaml4.07-ppx-inline-test, ocaml4.07-earley, ocaml4.07-merlin)
(ocaml4.07-gsl, ocaml4.07-gsl-1, ocaml4.07-sexplib0, ocaml4.07-parsexp)
(ocaml4.07-sexplib, ocaml4.07-base, ocaml4.07-stdio, ocaml4.07-ppxlib)
(ocaml4.07-ppx-compare, ocaml4.07-fieldslib, ocaml4.07-variantslib)
(ocaml4.07-ppx-fields-conv, ocaml4.07-ppx-sexp-conv)
(ocaml4.07-ppx-variants-conv, ocaml4.07-ppx-custom-printf)
(ocaml4.07-bin-prot, ocaml4.07-ppx-hash, ocaml4.07-ppx-enumerate)
(ocaml4.07-ppx-bench, ocaml4.07-ppx-here, ocaml4.07-ppx-typerep)
(ocaml4.07-ppx-sexp-value, ocaml4.07-ppx-sexp-message)
(ocaml4.07-ppx-pipebang, ocaml4.07-ppx-optional, ocaml4.07-ppx-optcomp)
(ocaml4.07-ppx-fail, ocaml4.07-ppx-let, ocaml4.07-ppx-assert)
(ocaml4.07-ppx-expect, ocaml4.07-ppx-js-style)
(ocaml4.07-ppx-typerep-conv, ocaml4.07-ppx-base, ocaml4.07-ppx-bin-prot)
(ocaml4.07-ppx-jane, ocaml4.07-splittable-random)
(ocaml4.07-configurator, ocaml4.07-spawn, ocaml4.07-core)
(ocaml4.07-core-kernel, ocaml4.07-odoc, ocaml4.07-fftw3)
(ocaml4.07-lacaml): ... to this and use ocaml 4.07.
(bap, unison): Use ocaml-4.07.
* gnu/packages/bioinformatics.scm (pplacer): Use ocaml-4.07.
2020-01-27 03:56:06 +01:00
Julien Lepiller 0ccd9463ec
gnu: Add ocaml4.07-dune.
* gnu/packages/ocaml.scm (ocaml4.07-dune): New variable.
2020-01-27 03:55:42 +01:00
Julien Lepiller 73c26d5729
gnu: Add ocaml4.07-lablgtk.
* gnu/packages/ocaml.scm (ocaml4.07-lablgtk): New variable.
(lablgtk)[properties]: Add variant.
2020-01-27 03:55:27 +01:00
Julien Lepiller 7a4780ce9d
gnu: ocambuild: Update to 0.14.0.
* gnu/packages/ocaml.scm (ocamlbuild): Update to 0.14.0.
[build-system]: Use ocaml-build-system.
2020-01-27 03:54:52 +01:00
Kei Kebreau 1ef71f5225
gnu: pcsxr: Wrap with GSETTINGS_SCHEMA_DIR path variable.
Without setting this path variable, gtk+ must be installed in the user's
profile for pcsxr's GUI to work.

* gnu/packages/emulators.scm (pcsxr)[arguments]: Add 'wrap-program' phase and
return #t from 'cd-subdir' and 'fix-cdio-lookup' phases.
2020-01-26 19:12:22 -05:00
Marius Bakke 4144eb195c
gnu: sicp: Remove unused module import.
* gnu/packages/scheme.scm (sicp)[arguments]: Do not import (srfi srfi-1).
2020-01-27 00:47:57 +01:00
Nicolas Goaziou 2e4ea249a1
gnu: emacs-org-contrib: Update to 20200126.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20200126.
2020-01-27 00:02:34 +01:00
Nicolas Goaziou 406c7bc6cd
gnu: emacs-org: Update to 9.3.2.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.2.
2020-01-26 23:58:23 +01:00
Nicolas Goaziou 753c9b7c19
gnu: emacs-modus-themes: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.4.0.
2020-01-26 23:56:25 +01:00
Marius Bakke 1d7051f82b
Merge branch 'master' into staging 2020-01-26 23:40:24 +01:00
Marius Bakke 435c2c39aa
Revert "gnu: Add python-pathtools."
This package was already in Guix since commit
dbcef44a0b.

This reverts commit 87435943d1.
2020-01-26 23:39:35 +01:00
Marius Bakke fed17bcad9
Revert "gnu: Add python-iocapture."
This package was already in Guix since commit
dbcef44a0b.

This reverts commit 2cb4ee2787.
2020-01-26 23:39:35 +01:00
Marius Bakke 3293b1bce9
Revert "gnu: Add python-argh."
This package was already in Guix since commit
db6bd842aa.

This reverts commit fb4db07467.
2020-01-26 23:39:35 +01:00
Ludovic Courtès 98dd9ff800
gnu: mailutils: Add "guile3.0-mailutils" variant.
* gnu/packages/mail.scm (mailutils)[arguments]: In #:configure-flags,
replace hard-coded "2.2" with the 'version-major+minor' of the "guile"
input.
(guile3.0-mailutils): New variable.
2020-01-26 23:21:38 +01:00
Joseph LaFreniere 3d11114d22
gnu: Add emacs-vterm.
* gnu/packages/emacs-xyz.scm (emacs-vterm): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-26 23:21:38 +01:00
Mark H Weaver af46f6e40a
gnu: linux-libre: Update to 5.4.15.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.15.
(linux-libre-5.4-pristine-source): Update hash.
2020-01-26 13:33:49 -05:00
Nicolas Goaziou fb85b967f6
gnu: Add missing modules.
* gnu/packages/text-editors.scm: Add missing modules.
2020-01-26 19:25:19 +01:00
Nicolas Goaziou 3fad9a6923
gnu: Add qemacs.
* gnu/packages/text-editors.scm (qemacs): New variable.
2020-01-26 19:24:38 +01:00
Julien Lepiller 2cbede5935
gnu: Add offlate.
* gnu/packages/python-xyz.scm (offlate): New variable.
2020-01-26 18:50:16 +01:00
Julien Lepiller 7dec888f4f
gnu: Add python-watchdog.
* gnu/packages/python-xyz.scm (python-watchdog): New variable.
2020-01-26 18:50:13 +01:00
Julien Lepiller fb4db07467
gnu: Add python-argh.
* gnu/packages/python-xyz.scm (python-argh): New variable.
2020-01-26 18:50:11 +01:00
Julien Lepiller 2cb4ee2787
gnu: Add python-iocapture.
* gnu/packages/python-xyz.scm (python-iocapture): New variable.
2020-01-26 18:50:09 +01:00
Julien Lepiller 87435943d1
gnu: Add python-pathtools.
* gnu/packages/python-xyz.scm (python-pathtools): New variable.
2020-01-26 18:50:07 +01:00
Julien Lepiller b487b7b5bb
gnu: Add python-android-stringslib.
* gnu/packages/python-xyz.scm (python-android-stringslib): New variable.
2020-01-26 18:50:05 +01:00
Julien Lepiller ad429e0de7
gnu: Add python-gitlab.
* gnu/packages/python-web.scm (python-gitlab): New variable.
2020-01-26 18:50:04 +01:00
Julien Lepiller 63f76ab29e
gnu: add python-httmock.
* gnu/packages/python-check.scm (python-httmock): New variable.
2020-01-26 18:50:02 +01:00
Julien Lepiller 18d18ee139
gnu: Add python-translation-finder.
* gnu/packages/python-web.scm (python-translation-finder): New variable.
2020-01-26 18:50:00 +01:00
Julien Lepiller 9532c0bb17
gnu: Add python-codacy-coverage.
* gnu/packages/python-check.scm (python-codacy-coverage): New variable.
2020-01-26 18:49:58 +01:00
Julien Lepiller 7261bdca4e
gnu: Add python-check-manifest.
* gnu/packages/python-xyz.scm (python-check-manifest): New variable.
2020-01-26 18:49:56 +01:00
Julien Lepiller 43b4f936b9
gnu: Add python-pyenchant.
* gnu/packages/enchant.scm (python-pyenchant): New variable.
2020-01-26 18:49:51 +01:00