Commit graph

67850 commits

Author SHA1 Message Date
Julien Lepiller 8ff5f39a9f
gnu: ocaml-easy-format: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-easy-format): Remove #:jbuild argument.
2020-10-15 17:59:56 +02:00
Julien Lepiller 2d00625f24
gnu: ocaml-lwt-log: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-lwt-log): Remove #:jbuild argument.
2020-10-15 17:59:52 +02:00
Julien Lepiller 93304a0c89
gnu: ocaml-bitstring: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-bitstring): Remove #:jbuild argument.
2020-10-15 17:59:48 +02:00
Julien Lepiller a8a8547abf
gnu: ocaml-qtest: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-qtest): Remove #:jbuild argument.
2020-10-15 17:59:44 +02:00
Julien Lepiller f0c6fe314f
gnu: ocaml-ppx-tools-versioned: Update to 5.4.0.
* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Update to 5.4.0.
2020-10-15 17:59:40 +02:00
Julien Lepiller bd8558a0e5
gnu: ocaml-migrate-parsetree: Update to 1.7.3.
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 1.7.3.
2020-10-15 17:59:37 +02:00
Julien Lepiller 7ae38a0479
gnu: ocaml-mccs: Update to 1.1+11.
* gnu/packages/ocaml-mccs: Update to 1.1+11.
2020-10-15 17:59:33 +02:00
Julien Lepiller 61949dbc8a
gnu: camlp5: Update to 7.13.
* gnu/packages/ocaml.scm (camlp5): Update to 7.13.
2020-10-15 17:59:25 +02:00
Julien Lepiller aea459a504
gnu: unison: Build with ocaml-4.09.
* gnu/packages/ocaml.scm (unison)[sources]: Add an upstream patch.
[native-inputs]: Use ocaml-4.09.
* gnu/packages/patches/unison-fix-ocaml-4.08.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-10-15 17:59:18 +02:00
Maxim Cournoyer 057a8868fb
gnu: libbacktrace: Correct license.
* gnu/packages/debug.scm (libbacktrace)[license]: Correct from expat to bsd-3.
2020-10-15 08:45:23 -04:00
Mathieu Othacehe b4369430e3
doc: Fix typo.
* doc/guix.texi (Guix Build Coordinator): Fix typo.
2020-10-15 14:16:19 +02:00
Raghav Gururajan 7269a59136
gnu: claws-mail: Change build-system.
* gnu/packages/mail.scm (claws-mail) [build-system]: Change from
gnu-build-system to glib-or-gtk-build-system.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-10-15 11:13:39 +02:00
Raghav Gururajan b168f2ba53
gnu: claws-mail: Make some cosmetic changes.
* gnu/packages/mail.scm (claws-mail): Make some cosmetic changes.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-10-15 11:13:37 +02:00
Efraim Flashner 6b793fa662
build-system/go: Install license files.
* guix/build/go-build-system.scm (install-license-files): New procedure.
(%standard-phases): Replace inherited 'install-license-files phase.
2020-10-15 11:13:25 +03:00
Efraim Flashner 4170af491c
install: Deduplicate packages with %base-package sets.
* gnu/system.scm (%base-packages-interactive): Add nvi.
* gnu/system/install.scm (installation-os)[packages]: Remove parted,
gptfdisk, ddrescue, cryptsetup, mdadm, dosfstools, btrfs-progs,
f2fs-tools, jfstools, openssh, wireless-tools, iw,
wpa-supplicant-minimal, iproute, bash-completion, nvi. Add
%base-packages-disk-utilities.
2020-10-15 11:13:24 +03:00
Efraim Flashner e6e076281e
system: Add %base-packages-disk-utilities.
* gnu/system.scm (%base-packages-disk-utilities): New variable.
2020-10-15 11:13:24 +03:00
Mathieu Othacehe 993b3af640
gnu: cuirass: Update to 0.0.1-53.df2d136.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-53.df2d136.
2020-10-15 10:06:33 +02:00
Efraim Flashner d623ece566
gnu: slurm: Re-arrange package inputs.
* gnu/packages/parallel.scm (slurm)[inputs]: Move expect, perl,
python-wrapper from here...
[native-inputs]: ... to here.
2020-10-15 10:39:33 +03:00
Ricardo Wurmus ec2a8f602e
gnu: mpd: Update to 0.22.
* gnu/packages/mpd.scm (mpd): Update to 0.22.
[arguments]: Use "enabled" instead of "true".
2020-10-15 08:38:04 +02:00
Efraim Flashner be0c94a378
gnu: nginx-lua-module: Use install-file.
* gnu/packages/web.scm (nginx-lua-module)[arguments]: Use 'install-file'
in custom 'install phase.
2020-10-15 09:13:07 +03:00
Oleg Pykhalov 00014f7692
services: nginx: Add lua module.
* gnu/services/web.scm (<nginx-configuration>)
[lua-package-path, lua-package-cpath]: New record types.
* gnu/services/web.scm (default-nginx-config): Use them.
* doc/guix.texi (Web Services): Document this.
* doc/guix-cookbook.texi (System Configuration): Document this.
2020-10-14 23:41:26 +03:00
Oleg Pykhalov e835c03e44
gnu: Add nginx-lua-module.
* gnu/packages/web.scm (nginx-lua-module): New variable.
2020-10-14 23:41:26 +03:00
Oleg Pykhalov 4b0e08beb2
gnu: Add nginx-socket-cloexec.
* gnu/packages/patches/nginx-socket-cloexec.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
* gnu/packages/web.scm (nginx-socket-cloexec): New variable.
2020-10-14 23:41:26 +03:00
Oleg Pykhalov 89c4122ec9
gnu: Add lua-resty-shell.
* gnu/packages/lua.scm (lua-resty-shell): New variable.
2020-10-14 23:41:26 +03:00
Oleg Pykhalov 0100fd06c9
gnu: Add lua-tablepool.
* gnu/packages/lua.scm (lua-tablepool): New variable.
2020-10-14 23:41:25 +03:00
Oleg Pykhalov 8688fd8fa1
gnu: Add lua-resty-signal.
* gnu/packages/lua.scm (lua-resty-signal): New variable.
2020-10-14 23:41:25 +03:00
Oleg Pykhalov 1263bd0dbf
gnu: Add lua-resty-lrucache.
* gnu/packages/lua.scm (lua-resty-lrucache): New variable.
2020-10-14 23:41:25 +03:00
Oleg Pykhalov cb53c59dd1
gnu: Add lua-resty-core.
* gnu/packages/lua.scm (lua-resty-core): New variable.
2020-10-14 23:41:25 +03:00
Nicolas Goaziou dd642517ae
gnu: musescore: Update to 3.5.1.
* gnu/packages/music.scm (musescore): Update to 3.5.1.
2020-10-14 22:34:14 +02:00
Nicolas Goaziou aeb2245914
gnu: emacs-haskell-mode: Update to 17.2.
* gnu/packages/emacs-xyz.scm (emacs-haskell-mode): Update to 17.2.
2020-10-14 22:00:46 +02:00
Christopher Baines 2e0ab8c991
gnu: lollypop: Update to 1.4.2.
* gnu/packages/gnome.scm (lollypop): Update to 1.4.2.
[inputs]: Add libhandy.
2020-10-14 19:01:53 +01:00
Mathieu Othacehe 33c6611098
gnu: cuirass: Update to 0.0.1-52.38ee2c5.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-52.38ee2c5.
2020-10-14 16:36:01 +02:00
Tobias Geerinckx-Rice 2bfe99b11a
gnu: cpuid: Use CC-FOR-TARGET.
This doesn't actually enable cross-compilation.

* gnu/packages/linux.scm (cpuid)[arguments]: Use CC-FOR-TARGET.
2020-10-14 16:31:46 +02:00
Tobias Geerinckx-Rice ea36db3392
gnu: cpuid: Update to 20201006.
* gnu/packages/linux.scm (cpuid): Update to 20201006.
2020-10-14 16:31:46 +02:00
Tobias Geerinckx-Rice bf476ea16a
gnu: jasper: Update to 2.0.22.
* gnu/packages/image.scm (jasper): Update to 2.0.22.
[argument]: Remove obsolete field.
2020-10-14 16:31:46 +02:00
Tobias Geerinckx-Rice cf4fafc467
gnu: python-pastedeploy: Update to 2.1.1.
* gnu/packages/python-web.scm (python-pastedeploy): Update to 2.1.1.
2020-10-14 16:31:45 +02:00
Tobias Geerinckx-Rice d3d1aec2ac
gnu: oil: Update to 0.8.2.
* gnu/packages/shells.scm (oil): Update to 0.8.2.
2020-10-14 16:31:45 +02:00
Tobias Geerinckx-Rice 79145ab4f2
gnu: osinfo-db: Update to 20201011.
* gnu/packages/virtualization.scm (osinfo-db): Update to 20201011.
2020-10-14 16:31:45 +02:00
Tobias Geerinckx-Rice 2d0bea9c6d
gnu: plantuml: Update to 1.2020.19.
* gnu/packages/uml.scm (plantuml): Update to 1.2020.19.
2020-10-14 16:31:45 +02:00
Tobias Geerinckx-Rice 9112ec6b72
gnu: vim: Update to 8.2.1844.
* gnu/packages/vim.scm (vim): Update to 8.2.1844.
2020-10-14 16:31:45 +02:00
Tobias Geerinckx-Rice ed0e8c7cc9
gnu: python-pgpy: Run the tests.
* gnu/packages/python-crypto.scm (python-pgpy)[arguments]: Replace the
default ‘check’ phase.
[native-inputs]: Add python-pytest.
2020-10-14 16:31:44 +02:00
Tobias Geerinckx-Rice 642647ae93
gnu: python-pgpy: Update to 0.5.3.
* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.5.3.
2020-10-14 16:31:44 +02:00
Tobias Geerinckx-Rice 81f3adb4d1
gnu: gphoto2: Update to 2.5.26.
* gnu/packages/photo.scm (gphoto2): Update to 2.5.26.
2020-10-14 16:31:44 +02:00
Tobias Geerinckx-Rice ce7548e691
gnu: libgphoto2: Update to 2.5.26.
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.26.
2020-10-14 16:31:44 +02:00
Tobias Geerinckx-Rice 3e0b022030
gnu: python-aiohttp: Update to 3.6.3.
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.6.3.
2020-10-14 16:31:44 +02:00
Tobias Geerinckx-Rice 2a30ca0929
gnu: python-passlib: Update to 1.7.4.
* gnu/packages/python-crypto.scm (python-passlib): Update to 1.7.4.
2020-10-14 16:31:44 +02:00
Tobias Geerinckx-Rice fdfd0549ad
gnu: perl-crypt-rijndael: Update to 1.15.
* gnu/packages/perl.scm (perl-crypt-rijndael): Update to 1.15.
2020-10-14 16:31:43 +02:00
Jonathan Brielmaier 3c1b0b92d1
gnu: icedove: Update to 78.3.2.
* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-14 15:22:56 +02:00
Ludovic Courtès cd958802f2
doc: cookbook: Mention "#true" and "#false".
* doc/guix-cookbook.texi (A Scheme Crash Course): Mention "#true" and
"#false".
(Extended example): Likewise.
2020-10-14 15:22:56 +02:00
Niklas Eklund 028119e9f5
gnu: Add emacs-gcmh.
* gnu/packages/emacs-xyz.scm (emacs-gcmh): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-14 15:22:55 +02:00