Commit Graph

72510 Commits

Author SHA1 Message Date
Ivan Gankevich
9d21c67d7b
gnu: Add libgpiod.
* gnu/packages/linux.scm (libgpiod): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-20 22:36:51 +02:00
Paul A. Patience
4a136a3b7f
gnu: dealii: Update to 9.3.1 and clean up.
The cleanup notably:

* Builds and installs the documentation into a separate doc output (in
the process moving around some files erroneously installed into the root
directory); and
* Removes unnecessary inputs and moves some inputs into
propagated-inputs (the candidates of which were determined with a search
for "include.*LIBNAME" in include/deal.II).

* gnu/packages/maths.scm (dealii): Reword comments.
[version]: Update to 9.3.1.
[outputs]: New field including doc output.
[native-inputs]: New field.
[inputs]: Sort them. Remove p4est (deal.II interfaces with it only when
MPI is enabled). Move boost, suitesparse and tbb to...
[propagated-inputs]: ...here. New field including hdf5, which is
actually supported in deal.II without MPI.
[arguments]<#:tests?>: New argument. The tests were not being run before
anyway.
<#:configure-flags>[-DDEAL_II_COMPONENT_DOCUMENTATION]: New flag.
[-DDEAL_II_DOCREADME_RELDIR]: New flag. Prevents the LICENSE.md,
README.md, detailed.log and summary.log files from being installed in
the root directory (though note that the logs are removed in the new
remove-build-logs phase).
[-DDEAL_II_DOCHTML_RELDIR]: New flag.
[-DDEAL_II_COMPILE_EXAMPLES]: New flag.
[-DDEAL_II_EXAMPLES_RELDIR]: New flag. Prevents the examples directory
from being installed in the root directory.
[-DCMAKE_POSITION_INDEPENDENT_CODE]: Remove flag. The issue has been
resolved.
<#:phases>{remove-build-logs}: New phase.
[home-page]: Add trailing slash.
(dealii-openmpi): Use package/inherit.
[inputs]: Sort them. Remove mumps-metis-openmpi (deal.II no longer
interfaces with MUMPS). Move hdf5-parallel-openmpi, openmpi,
p4est-openmpi, petsc-openmpi and slepc-openmpi to...
[propagated-inputs]: ...here. New field.
[arguments]<#:configure-flags>: Rename cf variable to flags.
<#:phases>{mpi-setup}: Remove phase which is unused because the tests
are disabled.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-20 22:36:51 +02:00
Efraim Flashner
2c1cdbb19b
gnu: xorg.scm: Add missing module import.
This is a follow-up to 1a4c7ddefe.

* gnu/packages/xorg.scm: Add missing module import.
2021-07-20 22:19:12 +03:00
Tanguy Le Carrour
526171269d
gnu: Add python-tldr.
* gnu/packages/python-xyz.scm (python-tldr): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-20 22:10:35 +03:00
Efraim Flashner
e2dae72dab
gnu: rust-openssl-sys-extras-0.7: Skip build.
* gnu/packages/crates-io.scm (rust-openssl-sys-extras-0.7)
[arguments]: Skip build.
[inputs]: Remove openssl-1.0.
2021-07-20 22:04:40 +03:00
Efraim Flashner
7f43bc6839
gnu: rust-openssl-0.7: Skip build.
* gnu/packages/crates-io.scm (rust-openssl-0.7)[arguments]: Skip build.
Remove tests keyword.
[inputs]: Remove openssl-1.0.
2021-07-20 22:02:59 +03:00
Efraim Flashner
3f403bb750
gnu: rust-sha1-0.2: Skip tests.
* gnu/packages/crates-io.scm (rust-sha1-0.2)[arguments]: Skip tests.
[inputs]: Remove openssl-1.0.
2021-07-20 21:59:56 +03:00
Efraim Flashner
d68d84ee19
gnu: gpodder: Make the check phase honor the tests? argument.
* gnu/packages/gpodder.scm (gpodder)[arguments]: Adjust custom 'check
phase to skip tests when #:tests? is #f.
2021-07-20 21:41:48 +03:00
Efraim Flashner
c4413569f7
gnu: gpodder: Add bash-minimal.
* gnu/packages/gpodder.scm (gpodder)[inputs]: Add bash-minimal.
2021-07-20 21:41:48 +03:00
raingloom
a2f8ec94f6
gnu: gpodder: Add python-mutagen (fixes one of its addons).
* gnu/packages/gpodder.scm (gpodder)[inputs]: Added python-mutagen.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-20 21:39:51 +03:00
Efraim Flashner
1a4c7ddefe
gnu: xpra: Add bash-minimal.
* gnu/packages/xorg.scm (xpra)[inputs]: Add bash-minimal.
2021-07-20 21:16:09 +03:00
Matthew James Kraai
a4d9002bec
gnu: xpra: Update to 4.2.1.
* gnu/packages/xorg.scm (xpra): Update to 4.2.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-20 21:13:52 +03:00
Raghav Gururajan
e644e45aec
gnu: pipe-viewer: Correct references to youtube-dl program.
* gnu/packages/videos.scm (pipe-viewer)[phases](patch-source): Modify.
2021-07-20 07:54:56 -04:00
Raghav Gururajan
7b9c4417d5
gnu: claws-mail: Use absolute paths to referenced programs.
* gnu/packages/mail.scm (claws-mail)[phases](patch-source): New phase.
[inputs]: Add mailutils and sendmail.
2021-07-20 06:03:36 -04:00
Efraim Flashner
541066a02f
gnu: python-graph-tool: Sort inputs alphabetically.
* gnu/packages/graph.scm (python-graph-tool)[native-inputs]: Sort
alphabetically.
[inputs]: Same.
[propagated-inputs]: Same.
2021-07-20 12:01:20 +03:00
Alexandre Hannud Abdo
b8e7b284fc
gnu: Add sequeler.
* gnu/packages/databases.scm (sequeler): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-20 12:01:20 +03:00
Alexandre Hannud Abdo
ac840442ee
gnu: python-graph-tool: Update to 2.43.
* gnu/packages/graph.scm (python-graph-tool): Update to 2.43.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-20 11:59:54 +03:00
Paul A. Patience
59d09bfb2b
gnu: txr: Update to 266.
* gnu/packages/lisp.scm (txr)[version]: Update to 266.
  [inputs]: Add bash.
  [arguments]<#:phases>{inhibit-doc-syms-generation}: Correct the path to
  doc-syms.tl to its new location.
  {fix-tests}: Fix another test.
  {fix-paths}: New phase.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-20 10:50:04 +02:00
Paul A. Patience
6a0658afa7
gnu: txr: Fix license installation.
The install-license-files phase was installing LICENSE-CYG when it
shouldn't have, because that license applies only to TXR builds for
Microsoft Windows; and it was also ignoring the METALICENSE file.
However, TXR's Makefile was already installing the LICENSE and
METALICENSE files into share/txr (the datadir), so redirect them into
the appropriate doc directory and delete the install-license-files
phase.

* gnu/packages/lisp.scm (txr)[arguments]<#:phases>
  {fix-license-installation}: New phase.
  {install-license-files}: Delete phase.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-20 10:09:33 +02:00
Paul A. Patience
75922458af
gnu: txr: Build documentation.
* gnu/packages/lisp.scm (man-for-txr): New variable.
  (txr)[native-inputs]: New field.
  [inputs]: Move above the arguments field.
  [arguments]<#:phases>{inhibit-doc-syms-generation, build-doc, install-doc}:
  New phases.
  {fix-tests}: Add after the unpack phase rather than after the configure
  phase so that all file-modifying phases are performed after unpacking.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-20 10:03:30 +02:00
Charles
e1f9a10fdc
gnu: cl-authentic: Update to 0.1.2-2.4e9194d.
* gnu/packages/lisp-xyz.scm (sbcl-authentic): Update to 0.1.2-2.4e9194d.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-20 09:54:20 +02:00
Jonathan Brielmaier
d84c24935b
gnu: icedove: Update to 78.12.0 [security fixes].
Fixes CVE-2021-29969 and CVE-2021-29976.

* gnu/packages/gnuzilla.scm (icedove): Update to 78.12.0.
2021-07-19 21:19:32 +02:00
Vinicius Monego
52058a1144
gnu: Add searx.
* gnu/packages/search.scm (searx): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-19 19:57:52 +02:00
Vinicius Monego
c65183b628
gnu: Add python-langdetect.
* gnu/packages/python-xyz.scm (python-langdetect): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-19 19:57:52 +02:00
Paul A. Patience
6bd1d4a18b
gnu: Add nomad-optimizer.
* gnu/packages/maths.scm (nomad-optimizer): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-19 19:57:52 +02:00
Franck Pérignon
aa1b756723
gnu: Add python-pyhull.
* gnu/packages/python-xyz.scm (python-pyhull): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-19 19:57:51 +02:00
Ryan Prior
de50ff13de
gnu: visidata: Update to 2.5.
* gnu/packages/visidata.scm (visidata): Update to 2.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-19 19:57:51 +02:00
Vinicius Monego
5e437ce812
gnu: Add emacs-jupyter.
* gnu/packages/emacs-xyz.scm (emacs-jupyter): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-19 19:57:51 +02:00
Vinicius Monego
3436d3f801
gnu: Add emacs-zmq.
* gnu/packages/emacs-xyz.scm (emacs-zmq): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-19 19:57:51 +02:00
Vinicius Monego
f8790ba4b4
gnu: zeromq: Enable DRAFTs.
* gnu/packages/networking.scm (zeromq)[arguments]<#:configure-flags>: Pass
--enable-drafts.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-19 19:57:51 +02:00
Morgan Smith
703f932cc9
gnu: Add powercap.
* gnu/packages/linux.scm (powercap): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-19 16:28:08 +03:00
Kyle Meyer
4cda5a4dab
gnu: git-annex: Update to 8.20210714.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210714.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-19 15:36:29 +03:00
Charles
d16148fcfd
gnu: Add node-uglify-js.
* gnu/packages/uglifyjs.scm (node-uglify-js, uglifyjs): New variables.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-19 14:43:29 +03:00
Charles
bfa847dbe0
gnu: Add node-acorn.
* gnu/packages/node-xyz.scm (node-acorn): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-19 14:28:52 +03:00
Efraim Flashner
0f46e0b79c
gnu: evisum: Update to 0.5.13.
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.13.
[arguments]: Add phase to set homedir.
2021-07-19 09:44:36 +03:00
Raghav Gururajan
00c8a28512
gnu: gspell: Propagate glib and gtk+, as per pkg-config file.
* gnu/packages/gnome.scm (gspell)[inputs]: Move glib and gtk+ to ...
[propagated-inputs]: ... here.
2021-07-18 22:05:14 -04:00
Raghav Gururajan
53e445c463
gnu: libxscrnsaver: Propagate libx11 and libxext, as per pkg-config file.
* gnu/packages/xorg.scm (libxscrnsaver)[inputs]: Move libx11 and libxext to ...
[propagated-inputs]: ... here.
2021-07-18 21:52:38 -04:00
Raghav Gururajan
2fbffcf575
gnu: Add omemo-wget.
* gnu/packages/messaging.scm (omemo-wget): New variable.
2021-07-18 20:59:04 -04:00
Tobias Geerinckx-Rice
5d2e3b6b23
gnu: mg: Set PKG_CONFIG instead of substituting.
* gnu/packages/text-editors.scm (mg)[arguments]: Add PKG_CONFIG
to #:make-flags, and remove the custom
'pkg-config-for-cross-compiling-target phase.
2021-07-18 20:28:17 +02:00
Tobias Geerinckx-Rice
7f2b9306ee
gnu: mg: Fix reference to native diffutils.
* gnu/packages/text-editors.scm (mg)[inputs]: Add diffutils.
[arguments]: Refer to it in the 'correct-location-of-diff phase.
2021-07-18 20:28:17 +02:00
Guillaume Le Vaillant
8b1bde7bb3
gnu: sdrangel: Update to 6.16.1.
* gnu/packages/radio.scm (sdrangel): Update to 6.16.1.
2021-07-18 14:58:06 +02:00
Guillaume Le Vaillant
848a9a1e3f
gnu: dump1090: Update to 5.0.
* gnu/packages/radio.scm (dump1090): Update to 5.0.
  [inputs]: Add hackrf.
2021-07-18 13:38:40 +02:00
Xinglu Chen
71dffaacbf
gnu: emacs-pyim: Update to 3.9.2.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.2.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-07-18 17:46:57 +08:00
phodina
9cddd39d75
gnu: Add sterm.
* gnu/packages/engineering.scm (sterm): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-07-18 17:40:17 +08:00
Maxim Cournoyer
11f0698243
pack: Streamline how files are included in tarballs.
Thanks to Guillem Jover <guillem@debian.org> on the OFTC's #debian-dpkg
channel for helping with troubleshooting.

Letting GNU Tar recursively walk the complete files hierarchy side-steps the
risks associated with providing a list of file names:

1. Duplicated files in the archive (recorded as hard links by GNU Tar)
2. Missing parent directories.

The above would cause dpkg to malfunction, for example by aborting early and
skipping triggers when there were missing parent directories.

* guix/scripts/pack.scm (self-contained-tarball/builder): Do not call
POPULATE-SINGLE-PROFILE-DIRECTORY, which creates extraneous files such as
/root.  Instead, call POPULATE-STORE and INSTALL-DATABASE-AND-GC-ROOTS
individually to more precisely generate the file system.  Replace the list of
files by the current directory, "." and streamline the way options are passed.
* gnu/system/file-systems.scm (reduce-directories): Remove procedure.
* tests/file-systems.scm ("reduce-directories"): Remove test.
2021-07-18 02:10:49 -04:00
Brice Waegeneire
425e9aa4f3
gnu: rsnapshot: Remove modifications to tests.
Upstream fixed those tests, no need to tweak them anymore.

* gnu/packages/backup.scm (rsnapshot)[arguments]: Remove modifications
  to tests done in 'check' phase.
2021-07-17 22:47:15 +02:00
Tobias Geerinckx-Rice
4b8ac04e2b
gnu: rsnapshot: Fix tests.
* gnu/packages/backup.scm (rsnapshot)[arguments]: Tweak substitution.
2021-07-17 19:48:54 +02:00
Marius Bakke
550eca2a7b
gnu: ungoogled-chromium: Update to 91.0.4472.164-0.a9eb6fd.
* gnu/packages/chromium.scm (%chromium-version): Set to 91.0.4472.164.
(ungoogled-chromium): Update hash.
2021-07-17 19:40:58 +02:00
Marius Bakke
4933641bb1
gnu: python-coveralls: Update to 3.1.0.
* gnu/packages/python-check.scm (python-coveralls): Update to 3.1.0.
[arguments]: Remove trailing #t's.
[native-inputs]: Add PYTHON-RESPONSES.
2021-07-17 19:40:58 +02:00
Marius Bakke
3918d6c4b6
gnu: gdbm: Use HTTPS home page.
* gnu/packages/dbm.scm (gdbm)[home-page]: Use HTTPS.
2021-07-17 19:40:57 +02:00
Pierre Neidhardt
9591f68550
gnu: arx-libertatis: Update to 1.2.
* gnu/packages/games.scm (arx-libertatis): Update to 1.2.
[inputs]: Replace sdl with sdl2 and mesa with libepoxy.
2021-07-17 17:48:26 +02:00
Justin Veilleux
9cb35c0216
gnu: Add transmission-remote-gtk.
* gnu/packages/bittorrent.scm (transmission-remote-gtk): New variable.
* gnu/packages/patches/transmission-remote-gtk-fix-appstream.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Co-authored-by: Leo Famulari <leo@famulari.name>
2021-07-16 23:53:46 -04:00
Ivan Gankevich
68ce40cad7
gnu: Add blitz.
* gnu/packages/maths.scm (blitz): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-07-16 10:02:08 +05:30
Maxim Cournoyer
556f027daa
gnu: kde-utils.scm: Fix copyright line.
This is a follow up commit to 4094d12df1.

* gnu/packages/kde-utils.scm: Fix copyright line for Zheng Junjie.
2021-07-16 00:20:53 -04:00
Z572
4094d12df1
gnu: Add ark.
* gnu/packages/kde-utils.scm (ark): New variable.
* gnu/packages/patches/ark-skip-xar-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-07-16 00:06:05 -04:00
Maxime Devos
dd98685356
gnu: libolm: Unbundle unused blob.
* gnu/package/crypto.scm: (libolm)[source][snippet]: Delete
"gradle-wrapper.jar".  It is a bundled compiled (!) version of gradle.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-07-15 21:43:52 -04:00
terramorpha
a49c5488bd
gnu: Add putty.
* gnu/packages/networking.scm (putty): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-07-15 20:55:42 +02:00
Leo Famulari
7e0da2f180
gnu: btrfs-progs: Update to 5.13.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.13.
2021-07-15 11:12:32 -04:00
Vinicius Monego
9cf74d8f23
gnu: Add rust-mdns-0.3.
* gnu/packages/crates-io.scm (rust-mdns-0.3): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-15 15:56:00 +03:00
Vinicius Monego
ef84c9eaea
gnu: Add rust-dns-parser-0.8.
* gnu/packages/crates-io.scm (rust-dns-parser-0.8): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-15 15:56:00 +03:00
Vinicius Monego
ef46ab3cf8
gnu: Add rust-get-if-addrs-0.5.
* gnu/packages/crates-io.scm (rust-get-if-addrs-0.5): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-15 15:55:59 +03:00
Vinicius Monego
d7bcdd61c5
gnu: Add rust-unwrap-1.
* gnu/packages/crates-io.scm (rust-unwrap-1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-15 15:55:59 +03:00
Vinicius Monego
a8090020fe
gnu: Add rust-get-if-addrs-sys-0.1.
* gnu/packages/crates-io.scm (rust-get-if-addrs-sys-0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-15 15:55:59 +03:00
Vinicius Monego
1605b444f3
gnu: Add rust-c-linked-list-1.
* gnu/packages/crates-io.scm (rust-c-linked-list-1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-15 15:55:56 +03:00
Leo Prikler
a0c4465e7c
gnu: evince: Build with libkpathsea.
* gnu/packages/gnome.scm (evince)[inputs]: Add libkpathsea.
2021-07-15 13:14:25 +02:00
Leo Prikler
e89036e2f1
gnu: Add texlive-libkpathsea.
* gnu/packages/tex.scm (texlive-libkpathsea): New variable.
2021-07-15 13:14:25 +02:00
Leo Prikler
313d5e6286
gnu: Add python-pygame-sdl2.
* gnu/packages/game-development.scm (python-pygame-sdl2): New variable.
Reuse package definition from previous python2-pygame-sdl2, with the
following additions:
[source]: Also drop “gen3” in snippet.
[arguments]: Drop #:python.
[native-inputs]: Use ‘python-cython’ instead of ‘python2-cython’.
(python2-pygame-sdl2): Define in terms of python-pygame-sdl2.
2021-07-15 13:13:40 +02:00
Leo Prikler
769f7d2ccf
gnu: renpy: Correct inputs.
* gnu/packages/game-development.scm (renpy)[#:modules]: Add SRFI-1.
[#:imported-modules]: Likewise.
[#:phases]<fix-commands>: Search for ‘python2’ and ‘xdg-open’ in inputs.
<start-xserver>: Search for ‘xorg-server’ in native-inputs.
<install>: Search for ‘python2’ in inputs.
<wrap>: Search for python dependencies in inputs.
[inputs]: Add python2, drop python2-pygame (already propagated by
python2-renpy). Move xorg-server from here…
[native-inputs]: … to here.
[propagated-inputs]: Empty.
2021-07-15 13:13:40 +02:00
Leo Prikler
3d7dea0906
gnu: python2-renpy: Correct inputs.
* gnu/packages/game-development.scm (python2-renpy)[#:phases]<fix-commands>:
Search for ‘xdg-open’ in inputs.
<set-build-vars>: Search for ‘cython’ in native-inputs.
[native-inputs]: Move ‘xdg-utils’ from here…
[inputs]: … to here.
2021-07-15 13:13:40 +02:00
Leo Prikler
a613e6268d
gnu: python2-renpy: Update description.
* gnu/packages/game-development.scm (python2-renpy)[description]: Mention,
that it's only used for bootstrapping renpy.
2021-07-15 13:13:40 +02:00
Leo Prikler
d4bef961b5
gnu: python2-renpy: Drop unused Ren'py sources.
These sources are written in Ren'py (the language) and thus not particularly
useful before renpy itself is built.  In particular, they serve no purpose
when installed without prior compilation.

* gnu/packages/game-development.scm (python2-renpy)[#:phases]<install>:
Drop installed "common" folder.
(renpy)[#:phases]<install>: Adjust comment accordingly.
2021-07-15 13:13:39 +02:00
Vinicius Monego
17c8fedc25
gnu: Add rust-mpris-player-0.6.
* gnu/packages/crates-io.scm (rust-mpris-player-0.6): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-15 10:32:28 +03:00
Vinicius Monego
a0a6fb15e5
gnu: rust-system-deps-1: Fix version requirements.
* gnu/packages/crates-io.scm (rust-system-deps-1)[source]: Add snippet to fix
rust-version-compare version.
[arguments]<#:phases>: Remove 'fix-version-requirements phase.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-15 10:30:19 +03:00
Vinicius Monego
bfefe256a3
gnu: Add rust-dbus-0.6.
* gnu/packages/crates-io.scm (rust-dbus-0.6): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-15 10:27:44 +03:00
Vinicius Monego
e3ff4a5bff
gnu: Add rust-libdbus-sys-0.2.
* gnu/packages/crates-io.scm (rust-libdbus-sys-0.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-15 10:25:48 +03:00
Jack Hill
7db8fd6e72
gnu: ffmpeg: Enable vaapi.
* gnu/packages/video.scm (ffmpeg)[arguments]: Add --enable-vaapi to
configure-flags.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-07-15 01:54:30 -04:00
Leo Famulari
c45df57313
gnu: linux-libre 5.4: Update to 5.4.132.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.132.
(linux-libre-5.4-pristine-source): Update hash.
2021-07-15 01:54:30 -04:00
Leo Famulari
bd367123a3
gnu: linux-libre 5.10: Update to 5.10.50.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.50.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
2021-07-15 01:54:30 -04:00
Leo Famulari
6798274c84
gnu: linux-libre 5.12: Update to 5.12.17.
* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.17.
(linux-libre-5.12-pristine-source, deblob-scripts-5.12): Update hashes.
2021-07-15 01:54:30 -04:00
Leo Famulari
ba18b6089b
gnu: linux-libre: Update to 5.13.2.
* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.2.
(linux-libre-5.13-pristine-source, deblob-scripts-5.13): Update hashes.
2021-07-15 01:54:30 -04:00
Leo Famulari
12763e4d3a
gnu: linux-libre: Default to the 'schedutil' CPU scaling governor.
For more information about these configuration options, read
<https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt> or the
document 'Documentation/admin-guide/pm/cpufreq.rst' in the linux-libre
source distribution.

* gnu/packages/aux-files/linux-libre/4.14-arm.conf,
gnu/packages/aux-files/linux-libre/4.14-i686.conf,
gnu/packages/aux-files/linux-libre/4.14-x86_64.conf,
gnu/packages/aux-files/linux-libre/4.19-arm.conf,
gnu/packages/aux-files/linux-libre/4.19-arm64.conf,
gnu/packages/aux-files/linux-libre/4.19-i686.conf,
gnu/packages/aux-files/linux-libre/4.19-x86_64.conf,
gnu/packages/aux-files/linux-libre/4.9-i686.conf,
gnu/packages/aux-files/linux-libre/4.9-x86_64.conf,
gnu/packages/aux-files/linux-libre/5.10-i686.conf,
gnu/packages/aux-files/linux-libre/5.10-x86_64.conf,
gnu/packages/aux-files/linux-libre/5.12-i686.conf,
gnu/packages/aux-files/linux-libre/5.12-x86_64.conf,
gnu/packages/aux-files/linux-libre/5.13-i686.conf,
gnu/packages/aux-files/linux-libre/5.13-x86_64.conf,
gnu/packages/aux-files/linux-libre/5.4-arm.conf,
gnu/packages/aux-files/linux-libre/5.4-arm64.conf,
gnu/packages/aux-files/linux-libre/5.4-i686.conf,
gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Unset
'CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE' and set
'CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y'.
2021-07-15 01:54:26 -04:00
Raghav Gururajan
38de3de40d
gnu: claws-mail: Add comments for optional inputs.
* gnu/packages/mail.scm (claws-mail)[native-inputs]: Add comment
for docbook-utils.
[inputs]: Add comments for j-pilot and webkitgtk.
2021-07-15 01:11:12 -04:00
Raghav Gururajan
ffe2632e12
gnu: claws-mail: Rename input label for shared-mime-info.
* gnu/packages/mail.scm (claws-mail)[inputs]: Rename mime-info to
shared-mime-info.
[phases](patch-mime): Modify.
2021-07-15 00:56:59 -04:00
Raghav Gururajan
36c23bd06d
gnu: claws-mail: Update to v4.0.0 and adjust arguments+inputs accordingly.
* gnu/packages/mail.scm (claws-mail)[version]: Update to 4.0.0.
[arguments](configure-flags): Add flag disable-static. Remove flags
enable-gnutls,enable-pgpmime-plugin, enable-enchant and enable-ldap.
[native-inputs]: Add bison, flex, gettext-minimal, gobject-introspection
and intltool.
[inputs]: Add cairo, compface, dbus, fontconfig, gdk-pixbuf+svg,
glib, gsettings-desktop-schemas, gumbo-parser, libgdata, libindicator,
librsvg, libsoup, nettle, network-manager, openldap, poppler,
python-pygobject and ytnef. Remove hicolor-icon-theme. Replace gtk+-2
and python-2 with gtk+ and python, respectively.
[propagated-inputs]: Add dconf.
2021-07-15 00:15:15 -04:00
Raghav Gururajan
d7917fc9f7
gnu: claws-mail: Rearrange inputs in alphabetical order.
* gnu/packages/mail.scm (claws-mail)[inputs]: Modify.
2021-07-14 22:12:54 -04:00
Tobias Geerinckx-Rice
91eee87002
gnu: agg: Fix typo in description.
* gnu/packages/graphics.scm (agg)[description]: Add missing article and
work around scalable vector graphics graphics.
2021-07-15 03:33:35 +02:00
Tobias Geerinckx-Rice
1d8bc46249
gnu: Add snapraid.
* gnu/packages/backup.scm (snapraid): New public variable.
2021-07-15 03:33:35 +02:00
Tobias Geerinckx-Rice
4f4477a77e
gnu: fuse: Do not refer to the native bash.
* gnu/packages/linux.scm (fuse)[inputs]: Add bash-minimal.
[arguments]: Refer to it rather than to the native build bash.
Do not return #t from phases.
2021-07-15 03:33:34 +02:00
Mark H Weaver
d2b30db788
gnu: icecat: Update to 78.12.0-guix0-preview1 [security fixes].
Includes fixes for CVE-2021-29970, CVE-2021-29976, and CVE-2021-30547.

* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update upstream source hash.
2021-07-14 13:30:14 -04:00
Maxim Cournoyer
e69e0c43f8
gnu: bitlbee-discord: Update to 0.4.3.
* gnu/packages/messaging.scm (bitlbee-discord): Update to 0.4.3.
2021-07-14 09:03:10 -04:00
Adrian Fullmer
a6a4d4b843
gnu: bitlbee-discord: Fix build.
* gnu/packages/messaging.scm (bitlbee-discord)[phases]{configure}: Delete
override and move the configure flags to...
[configure-flags]: ... here.  Specify the '--with-bdatadir' configure flag,
which resolves a build failure.

Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-07-14 09:02:09 -04:00
Efraim Flashner
9be2bced71
Revert "gnu: kdeconnect: Fix wayland compatibility."
This is unneeded after 30759c4aad.

This reverts commit f60ef2f7a4.
2021-07-14 14:17:04 +03:00
Pierre Langlois
681a0c7518
gnu: mg: Enable cross-compilation.
* gnu/packages/text-editors.scm (mg)[arguments]: Use cc-for-target.
Add phase to substitute pkg-config with the target's pkg-config.
Remote #t return from phases.
2021-07-14 09:59:45 +01:00
terramorpha@cock.li
14bf5890c3
gnu: Add a2jmidid.
* gnu/packages/music.scm (a2jmidid): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-14 09:23:24 +03:00
Efraim Flashner
2847022dc7
gnu: chess: Update to 6.2.9.
* gnu/packages/games.scm (chess): Update to 6.2.9.
2021-07-14 09:17:52 +03:00
Vincent Legoll
59e97a67ba
gnu: Add traceroute.
* gnu/packages/networking.scm (traceroute): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-07-13 23:09:52 -04:00
Amirouche
51194ca1e8
gnu: guile-pfds: Apply a bug fix to hamts.sls.
* gnu/packages/guile-xyz.scm (guile-pfds): Remove trailing #t.
[phases]{patch-sources}: New phase.

Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-07-13 22:41:04 -04:00
Tobias Geerinckx-Rice
9e6fc36a28
gnu: filezilla: Update to 3.55.0.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.30.0.
(filezilla): Update to 3.55.0.
2021-07-13 20:06:25 +02:00
Tobias Geerinckx-Rice
b58d9be08e
gnu: claws-mail: Update to 3.18.0.
* gnu/packages/mail.scm (claws-mail): Update to 3.18.0.
2021-07-13 20:06:25 +02:00
Tobias Geerinckx-Rice
fc0b063c90
gnu: less: Update to 590.
* gnu/packages/less.scm (less): Update to 590.
2021-07-13 20:06:25 +02:00
Leo Famulari
627db5611d
gnu: Add linux-libre 5.13.
* gnu/packages/linux.scm (linux-libre-5.13-version, deblob-scripts-5.13,
linux-libre-5.13-pristine-source, linux-libre-5.13-source,
linux-libre-headers-5.13, linux-libre-5.13): New variables.
* gnu/packages/aux-files/linux-libre/5.13-arm.conf,
gnu/packages/aux-files/linux-libre/5.13-arm64.conf,
gnu/packages/aux-files/linux-libre/5.13-i686.conf,
gnu/packages/aux-files/linux-libre/5.13-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
2021-07-13 13:15:59 -04:00
Leo Famulari
c111a501f6
gnu: Borg: Update to 1.1.17.
* gnu/packages/backup.scm (borg): Update to 1.1.17.
2021-07-13 13:07:48 -04:00
swedebugia
89bd7565e8
gnu: Add python-warcio.
* gnu/packages/python-web.scm (python-warcio): New variable.

Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-07-13 11:22:33 -04:00
Maxim Cournoyer
139ad8be2c
gnu: Add python-wsgiprox.
* gnu/packages/python-web.scm (python-wsgiprox): New variable.
2021-07-13 11:22:33 -04:00
Maxim Cournoyer
08935e5fff
gnu: Add python-certauth.
* gnu/packages/python-crypto.scm (python-certauth): New variable.
2021-07-13 11:22:32 -04:00
Guillaume Le Vaillant
4196087f3d
gnu: Add gr-satellites.
* gnu/packages/radio.scm (gr-satellites): New variable.
2021-07-13 16:21:02 +02:00
swedebugia
5fa078ccfd
gnu: guile-lib: Add modules list to description.
* gnu/packages/guile.scm (guile-lib)[description]: Add modules list.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-07-13 09:26:42 -04:00
David Dashyan
7da8f66e52
gnu: password-store: Fix passmenu paths substitution.
* gnu/packages/password-utils.scm (password-store)
[arguments]: Fix dmenu and xdotool path substitution in patch-passmenu-path
phase.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 16:06:56 +03:00
Efraim Flashner
7a27129c82
gnu: gmsh: Sort inputs alphabetically.
* gnu/packages/maths.scm (gmsh)[propagated-inputs]: Sort alphabetically.
2021-07-13 15:44:02 +03:00
Efraim Flashner
c5cfa23b9c
gnu: gmsh: Simply downloading source logic.
* gnu/packages/maths.scm (gmsh)[source]: Use string-replace-substring.
2021-07-13 15:34:26 +03:00
Paul A. Patience
cb78595fe3
gnu: gmsh: Update to 4.8.4.
* gnu/packages/maths.scm (gmsh): Update to 4.8.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:20:23 +03:00
Efraim Flashner
61a8c91368
gnu: hyperfine: Install completions.
* gnu/packages/rust-apps.scm (hyperfine)[arguments]: Add custom
'install-more phase to install manpage and shell completions.
2021-07-13 15:14:17 +03:00
Domagoj Stolfa
3041eb3df3
gnu: Add hyperfine.
* gnu/packages/rust-apps.scm (hyperfine): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:17 +03:00
Domagoj Stolfa
c2967eae4e
gnu: Add rust-colored-2.
* gnu/packages/crates-io.scm (rust-colored-2): New variable.
(rust-colored-1): Inherit from rust-colored-2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:16 +03:00
Domagoj Stolfa
a2c766d73d
gnu: Add rust-rust-decimal-1.
* gnu/packages/crates-io.scm (rust-rust-decimal-1): New variable.
(rust-rust-decimal-0.10): Inherit from rust-rust-decimal-1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:16 +03:00
Domagoj Stolfa
b0870c9bf6
gnu: Add rust-statistical-1.
* gnu/packages/crates-io.scm (rust-statistical-1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:16 +03:00
Domagoj Stolfa
c52cba9847
gnu: Add rust-postgres-0.19.
* gnu/packages/crates-io.scm (rust-postgres-0.19): New variable.
(rust-postgres-0.15): Inherit from rust-postgres-0.19.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:16 +03:00
Domagoj Stolfa
5b53328168
gnu: Add rust-tokio-postgres-0.7.
* gnu/packages/crates-io.scm (rust-tokio-postgres-0.7): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:16 +03:00
Domagoj Stolfa
43dca39275
gnu: Add rust-socket2-0.4.
* gnu/packages/crates-io.scm (rust-socket2-0.4): New variable.
(rust-socket2-0.3): Inherit from rust-socket2-0.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:16 +03:00
Domagoj Stolfa
0b7ddcf650
gnu: Add rust-postgres-types-0.2.
* gnu/packages/crates-io.scm (rust-postgres-types-0.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:16 +03:00
Domagoj Stolfa
020e164a0f
gnu: Add rust-geo-types-0.6.
* gnu/packages/crates-io.scm (rust-geo-types-0.6): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:15 +03:00
Domagoj Stolfa
feb42c38f3
gnu: Add rust-eui48-0.4.
* gnu/packages/crates-graphics.scm (rust-eui48-0.4): New variable.
(rust-eui48-0.3): Inherit from rust-eui48-0.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:15 +03:00
Domagoj Stolfa
63fab9e16c
gnu: Add rust-postgres-protocol-0.6.
* gnu/packages/crates-io.scm (rust-postgres-protocol-0.6): New variable.
(rust-postgres-protocol-0.3): Inherit from rust-postgres-protocol-0.6.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:15 +03:00
Domagoj Stolfa
39a31ec443
gnu: Add rust-hmac-0.10.
* gnu/packages/crates-io.scm (rust-hmac-0.10): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:15 +03:00
Domagoj Stolfa
8704eccea4
gnu: Add rust-hmac-0.11.
* gnu/packages/crates-io.scm (rust-hmac-0.11): New variable.
(rust-hmac-0.8): Inherit from rust-hmac-0.11.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:15 +03:00
Domagoj Stolfa
83d342a26d
gnu: Add rust-streebog-0.9.
* gnu/packages/crates-io.scm (rust-streebog-0.9): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:15 +03:00
Domagoj Stolfa
7dcf9131bd
gnu: Add rust-crypto-mac-0.11.
* gnu/packages/crates-io.scm (rust-crypto-mac-0.11): New variable.
(rust-crypto-mac-0.10): Inherit from rust-crypto-mac-0.11.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:15 +03:00
Domagoj Stolfa
7ff1f3dbf0
gnu: Add rust-cipher-0.3.
* gnu/packages/crates-io.scm (rust-cipher-0.3): New variable.
(rust-cipher-0.2): Inherit from rust-cipher-0.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:14 +03:00
Domagoj Stolfa
c5c83bd712
gnu: Add rust-bit-vec-0.6.
* gnu/packages/crates-io.scm (rust-bit-vec-0.6): New variable.
(rust-bit-vec-0.5): Inherit from rust-bit-vec-0.6.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:14 +03:00
Domagoj Stolfa
90880980a7
gnu: Add rust-geo-types-0.7
* gnu/packages/crates-io.scm (rust-geo-types-0.7): New public variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:14 +03:00
Efraim Flashner
ed510069f7
gnu: Add rust-rstar-0.8.
* gnu/packages/crates-io.scm (rust-rstar-0.8): New variable.
2021-07-13 15:14:14 +03:00
Domagoj Stolfa
348a4c3ed2
gnu: Add rust-rstar-0.9.
* gnu/packages/crates-io.scm (rust-rstar-0.9): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:14 +03:00
Domagoj Stolfa
6d5d465926
gnu: Add rust-postgres-derive-0.4.
* gnu/packages/crates-io.scm (rust-postgres-derive-0.4): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:14 +03:00
Domagoj Stolfa
b12fbd1b8a
gnu: Add rust-pdqselect-0.1.
* gnu/packages/crates-io.scm (rust-pdqselect-0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 15:14:14 +03:00
Arun Isaac
5346e136fa
gnu: Add python-pingouin.
* gnu/packages/python-science.scm (python-pingouin): New variable.
2021-07-13 17:11:27 +05:30
Arun Isaac
f79fce7981
gnu: Add python-pandas-flavor.
* gnu/packages/python-science.scm (python-pandas-flavor): New variable.
2021-07-13 17:11:20 +05:30
Efraim Flashner
956b6b078e
gnu: erlang: Remove 'autoconf phase.
* gnu/packages/erlang.scm (erlang)[native-inputs]: Remove autoconf,
automake.
[arguments]: Remove deprecated 'autoconf phase. Remove unneeded
'patch-configure-shell-script.
2021-07-13 12:46:20 +03:00
Cees de Groot
11c832a7f4
gnu: erlang: Update to 24.0.2.
* gnu/packages/erlang.scm (erlang): Update to 24.0.2.
[arguments]: Adjust custom 'install-doc phase for changes in manpage
input.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 12:46:08 +03:00
Cees de Groot
6577fda973
gnu: elixir: Update to 1.12.0.
* gnu/packages/elixir.scm (elixir): Update to 1.12.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-13 12:46:08 +03:00
Lars-Dominik Braun
9bd0ef9ccc
gnu: labelme: Update to 4.5.9.
* gnu/packages/image-processing.scm (labelme): Update to 4.5.9.
2021-07-13 09:08:50 +02:00
Brice Waegeneire
a5fa05dfc7
services: ntp: Log to file.
* gnu/services/networking.scm (ntp-shepherd-service)[start]: Specify log
file.
2021-07-13 07:25:00 +02:00
Brice Waegeneire
8bb45504dd
services: tor: Log to file.
* gnu/services/networking.scm (tor-shepherd-service)[start]: Specify log
file.
2021-07-13 07:24:56 +02:00
Brice Waegeneire
1beeef6261
services: gpm: Use "make-forkexec-contstructor".
* gnu/services/base.scm (gpm-shepherd-service)[start]: Replace custom
logic with "make-forkexec-constructor".
2021-07-13 07:24:52 +02:00
Morgan Smith
acfeccd8da
gnu: openocd: Build and install info manual.
* gnu/packages/embedded.scm (openocd)[native-inputs]: Add texinfo.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-07-13 00:22:17 -04:00
Maxim Cournoyer
c881516d48
gnu: proot: Update to 5.2.0-alpha.
This allows proot to be built for aarch64-linux and armhf-linux.

* gnu/packages/patches/proot-test-fhs.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Un-register it.
* gnu/packages/linux.scm: Update to 5.2.0-alpha.
[patches]: Remove field.
[supported-system]: New field.
[tests?]: Disable for ARM-based systems.
[phases]{fix-fhs-assumptions-in-tests, set-shell-file-name}: Combine into...
{patch-sources}: ... this new phase.
{build-manpage}: New phase.
{check}: Add seccomp issue URL in comment.
[native-inputs]: Add coreutils issue URL in comment.  Add pkg-config and
python-docutils.
[inputs]: Add libarchive.
2021-07-12 11:37:40 -04:00
Maxim Cournoyer
2d69073245
gnu: proot: Make the check phase honor the tests? argument.
* gnu/packages/linux.scm: Remove duplicate copyright line.
(proot): Delete trailing #t.
[phases]{check}: Skip when TESTS? is #f.
2021-07-12 11:37:31 -04:00
Paul Garlick
3af31bc25a
gnu: Add python-pygmsh.
* gnu/packages/simulation.scm (python-pygmsh): New variable.
2021-07-12 16:20:13 +01:00
Paul Garlick
b9fd7f9d5b
gnu: gmsh: Install Python API in standard directory.
* gnu/packages/maths.scm (gmsh)[imported-modules]: New argument.
[modules]: New argument.
[phases]: New argument.
[inputs]: Add python.
2021-07-12 16:19:46 +01:00
Charles
62b60ba082
gnu: Add cl-authentic.
* gnu/packages/lisp-xyz.scm (sbcl-authentic, ecl-authentic, cl-authentic): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-12 17:04:09 +02:00
Efraim Flashner
9987126065
gnu: java-xz: Update to 1.9.
* gnu/packages/java-compression.scm (java-xz): Update to 1.9.
[arguments]: Build with openjdk9.
2021-07-12 16:57:09 +03:00
Leo Prikler
718c09cf73
gnu: gnome-maps: Update to 3.36.7.
* gnu/packages/geo.scm (gnome-maps): Update to 3.36.7.
2021-07-12 15:03:24 +02:00
Vinicius Monego
4f013b8c82
gnu: libheif: Satisfy 'libheif.pc'.
* gnu/packages/image.scm (libheif)[inputs]: Move dav1d, libaom, libde265, x265
to ...
[propagated-inputs]: ... here.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-12 16:00:20 +03:00
Domagoj Stolfa
e34f7dfcc3
gnu: strongswan: Update to 5.9.3.
* gnu/packages/vpn.scm (strongswan): Update to 5.9.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-12 15:55:39 +03:00
Pierre Neidhardt
23af19f964
gnu: Add spinneret.
* gnu/packages/lisp-xyz.scm (cl-spinneret, ecl-spinneret, sbcl-spinneret): New variables.
2021-07-12 13:09:13 +02:00
Charles
a1522f49f4
gnu: Add cl-cache-while.
* gnu/packages/lisp-xyz.scm (sbcl-cache-while, ecl-cache-while,
  cl-cache-while): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-12 09:33:03 +02:00
Charles
fd53b2122c
gnu: cl-tailrec: Update to 0-2.6f88284.
* gnu/packages/lisp-xyz.scm (sbcl-tailrec): Update to 0-2.6f88284.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-12 09:24:17 +02:00
Leo Famulari
b4cb403cf4
gnu: linux-libre 4.4: Update to 4.4.275.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.275.
(linux-libre-4.4-pristine-source): Update hash.
2021-07-11 23:56:53 -04:00
Leo Famulari
610d01418f
gnu: linux-libre 4.9: Update to 4.9.275.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.275.
(linux-libre-4.9-pristine-source): Update hash.
2021-07-11 23:56:53 -04:00
Leo Famulari
575313d870
gnu: linux-libre 4.14: Update to 4.14.239.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.239.
(linux-libre-4.14-pristine-source): Update hash.
2021-07-11 23:56:52 -04:00
Leo Famulari
e833b9b30f
gnu: linux-libre 4.19: Update to 4.19.197.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.197.
(linux-libre-4.19-pristine-source): Update hash.
2021-07-11 23:56:52 -04:00
Leo Famulari
b1e0414d9f
gnu: linux-libre 5.4: Update to 5.4.131.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.131.
(linux-libre-5.4-pristine-source): Update hash.
2021-07-11 23:56:52 -04:00
Leo Famulari
d110cfa62f
gnu: linux-libre 5.10: Update to 5.10.49.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.49.
(linux-libre-5.10-pristine-source): Update hash.
2021-07-11 23:56:52 -04:00
Leo Famulari
b0f1c4fc08
gnu: linux-libre: Update to 5.12.16.
* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.16.
(linux-libre-5.12-pristine-source): Update hash.
2021-07-11 23:56:49 -04:00
Danny Milosavljevic
0e86d6ffed
gnu: Add cc65.
* gnu/packages/emulators.scm (cc65): New variable.
2021-07-12 01:48:20 +02:00
Danny Milosavljevic
dacda11541
gnu: Add exomizer.
* gnu/packages/emulators.scm (exomizer): New variable.
2021-07-12 01:48:12 +02:00
Efraim Flashner
7760d28920
gnu: java-xz: Mark source as zipbomb.
* gnu/packages/java-compression.scm (java-xz)[source]: Download source
as zipbomb.
[argments]: Remove custom 'chdir phase.
2021-07-11 14:07:00 +03:00
Efraim Flashner
24edccba3d
gnu: julia-mbedtls-jll: Update to 2.26.0+0.
* gnu/packages/julia-jll.scm (julia-mbedtls-jll): Update to 2.26.0+0.
2021-07-11 13:46:15 +03:00
aecepoglu
5c3489a3f7
gnu: Add parinfer-rust.
* gnu/packages/text-editors.scm (parinfer-rust): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-11 11:08:17 +03:00
aecepoglu
9373e358a5
gnu: Add rust-emacs-0.11.
* gnu/packages/crates-io.scm (rust-emacs-0.11): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-11 11:08:17 +03:00
aecepoglu
6eb024ec27
gnu: Add rust-emacs-macros-0.11.
* gnu/packages/crates-io.scm (rust-emacs-macros-0.11): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-11 11:08:16 +03:00
aecepoglu
180116a8cd
gnu: Add rust-darling-0.9.
* gnu/packages/crates-io.scm (rust-darling-0.9): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-11 11:08:16 +03:00
aecepoglu
83274b89b0
gnu: Add rust-darling-macro-0.9.
* gnu/packages/crates-io.scm (rust-darling-macro-0.9): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-11 11:08:16 +03:00
aecepoglu
b1f8d3a943
gnu: Add rust-darling-core-0.9.
* gnu/packages/crates-io.scm (rust-darling-core-0.9): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-11 11:08:16 +03:00
aecepoglu
46246ea24f
gnu: Add rust-strsim-0.7.
* gnu/packages/crates-io.scm (rust-strsim-0.7): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-11 11:08:16 +03:00
aecepoglu
d58064b600
gnu: Add rust-emacs-module-0.10.
* gnu/packages/crates-io.scm (rust-emacs-module-0.10): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-11 11:07:01 +03:00
aecepoglu
d7b2b291a1
gnu: Add rust-bindgen-0.48.
* gnu/packages/crates-io.scm (rust-bindgen-0.48): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-11 11:07:00 +03:00
Ricardo Wurmus
6db1afed3d
gnu: r-car: Update to 3.0-11.
* gnu/packages/statistics.scm (r-car): Update to 3.0-11.
2021-07-10 21:35:36 +02:00
Ricardo Wurmus
762b1de334
gnu: r-lme4: Update to 1.1-27.1.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-27.1.
2021-07-10 21:35:36 +02:00
Ricardo Wurmus
c7e86b9af6
gnu: r-quantreg: Update to 5.86.
* gnu/packages/statistics.scm (r-quantreg): Update to 5.86.
2021-07-10 21:35:36 +02:00
Ricardo Wurmus
4e7bf05978
gnu: r-plotly: Update to 4.9.4.1.
* gnu/packages/statistics.scm (r-plotly): Update to 4.9.4.1.
2021-07-10 21:35:36 +02:00
Ricardo Wurmus
85738e4566
gnu: r-mvtnorm: Update to 1.1-2.
* gnu/packages/statistics.scm (r-mvtnorm): Update to 1.1-2.
2021-07-10 21:35:36 +02:00
Ricardo Wurmus
3a68bf166d
gnu: r-glmnet: Update to 4.1-2.
* gnu/packages/statistics.scm (r-glmnet): Update to 4.1-2.
2021-07-10 21:35:36 +02:00
Ricardo Wurmus
01d2ac1b7b
gnu: r-rmarkdown: Update to 2.9.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.9.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
47ffcaf1d6
gnu: r-devtools: Update to 2.4.2.
* gnu/packages/statistics.scm (r-devtools): Update to 2.4.2.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
88d0cc0e77
gnu: r-ade4: Update to 1.7-17.
* gnu/packages/statistics.scm (r-ade4): Update to 1.7-17.
[propagated-inputs]: Remove r-progress.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
b5912cdea5
gnu: r-dplyr: Update to 1.0.7.
* gnu/packages/statistics.scm (r-dplyr): Update to 1.0.7.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
7dd5f33d31
gnu: r-testthat: Update to 3.0.4.
* gnu/packages/statistics.scm (r-testthat): Update to 3.0.4.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
756449c642
gnu: r-mime: Update to 0.11.
* gnu/packages/statistics.scm (r-mime): Update to 0.11.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
c4b65d50e3
gnu: r-ggplot2: Update to 3.3.5.
* gnu/packages/statistics.scm (r-ggplot2): Update to 3.3.5.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
7ca365a304
gnu: r-vroom: Update to 1.5.2.
* gnu/packages/cran.scm (r-vroom): Update to 1.5.2.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
15507dc5ab
gnu: r-btm: Update to 0.3.6.
* gnu/packages/cran.scm (r-btm): Update to 0.3.6.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
05334f818d
gnu: r-eyelinker: Update to 0.2.1.
* gnu/packages/cran.scm (r-eyelinker): Update to 0.2.1.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
76ea5b92ed
gnu: r-stars: Update to 0.5-3.
* gnu/packages/cran.scm (r-stars): Update to 0.5-3.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
9e7cae489b
gnu: r-ragg: Update to 1.1.3.
* gnu/packages/cran.scm (r-ragg): Update to 1.1.3.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
fb034eee87
gnu: r-textshaping: Update to 0.3.5.
* gnu/packages/cran.scm (r-textshaping): Update to 0.3.5.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
494d72e956
gnu: r-mlr3misc: Update to 0.9.2.
* gnu/packages/cran.scm (r-mlr3misc): Update to 0.9.2.
2021-07-10 21:35:35 +02:00
Ricardo Wurmus
59355a551a
gnu: r-diversitree: Update to 0.9-16.
* gnu/packages/cran.scm (r-diversitree): Update to 0.9-16.
2021-07-10 21:35:34 +02:00
Ricardo Wurmus
53bff86803
gnu: r-slider: Update to 0.2.2.
* gnu/packages/cran.scm (r-slider): Update to 0.2.2.
2021-07-10 21:35:34 +02:00
Ricardo Wurmus
10bbb68d30
gnu: r-cpp11: Update to 0.3.1.
* gnu/packages/cran.scm (r-cpp11): Update to 0.3.1.
2021-07-10 21:35:34 +02:00
Ricardo Wurmus
933986d42f
gnu: r-spatstat: Update to 2.2-0.
* gnu/packages/cran.scm (r-spatstat): Update to 2.2-0.
2021-07-10 21:35:34 +02:00