me
/
guix
Archived
1
0
Fork 0
Commit Graph

68232 Commits (9e5812ac59b01ff011ec0c5b0f437dfe85d6fcc7)

Author SHA1 Message Date
Leo Le Bouter 1a0f4013d3
gnu: texlive-latex-base: Fix compilation on powerpc64le*.
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: LuaJIT is not ported to
powerpc64le* yet. Update replacement 'build phase to add "luajittex" within the
"disabled-formats" list on powerpc64le*.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
2021-03-23 23:19:57 -07:00
Leo Le Bouter e9938dc8f0
gnu: texlive-bin: Fix compilation on powerpc64le*.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Append "--disable-luajittex"
and "--disable-mfluajit" to keyword argument "#:configure-flags" on
powerpc64le* because LuaJIT is not ported to powerpc64le* yet. Also set
"#:tests?" to "#f" on powerpc64le*.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
2021-03-23 23:19:57 -07:00
Leo Le Bouter 69b3907adf
gnu: guile-avahi: Fix compilation on powerpc64le-linux.
* gnu/packages/guile-xyz.scm (guile-avahi)[arguments]: Parallel builds fail on
powerpc64le-linux. Set "#:parallel-build?" to "#f".

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
2021-03-23 23:19:56 -07:00
Leo Le Bouter 4cc2d2aa59
gnu: bdb-4.8: Fix configure on powerpc64le-linux.
* gnu/packages/dbm.scm (bdb-4.8)[arguments]: Modify 'configure phase to append
"--build=powerpc64le-unknown-linux-gnu" to configure's flags when compiling for
powerpc64le-linux.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
2021-03-23 23:19:56 -07:00
Chris Marusich be4b1cf53b
gnu: binutils-final: Support more Power architectures.
* gnu/packages/commencement.scm (binutils-final)[arguments]: When checking if
the system is a Power architecture, instead of hard-coding "powerpc-linux",
use the target-powerpc? procedure so it works on more Power architectures.
[inputs]: Likewise.
2021-03-23 23:19:56 -07:00
Efraim Flashner 060478c32c
gnu: binutils-final: Provide bash for binary on powerpc-linux.
* gnu/packages/commencement.scm (binutils-final)[arguments]: On
powerpc-linux allow a reference to static-bash-for-glibc.
[inputs]: On powerpc-linux add static-bash-for-glibc.
2021-03-23 23:19:56 -07:00
Chris Marusich b2135b5d57
gnu: gcc-boot0: Enable 128-bit long double for POWER9.
* gnu/packages/commencement.scm (gcc-boot0) [#:configure-flags]: Add
--with-long-double-128 when the boot triplet is "powerpc64le-guix-linux-gnu",
instead of "powerpc64le-linux-gnu", which is incorrect.  The actual triplet
used during bootstrapping is "powerpc64le-guix-linux-gnu".
2021-03-23 23:19:56 -07:00
Leo Le Bouter 6e98e9ca92
gnu: glibc: Fix ldd path on powerpc*.
This should avoid some problems, such as "not a dynamic executable" errors.

* gnu/packages/patches/glibc-ldd-powerpc.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/base.scm: (glibc)[native-inputs]: Add it.
[arguments]: When building for powerpc* apply it.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash,
glibc-final)[native-inputs]: Add patch conditionally.

This patch has been adjusted to apply to master.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-23 23:19:55 -07:00
Chris Marusich cac88b28b8
gnu: gcc-4.7: On powerpc64le, fix /lib64 references.
Fixes: <https://bugs.gnu.org/46253>.

* gnu/packages/gcc.scm (gcc-4.7)[#:phases][pre-configure]: When the
gcc/config/rs6000 directory exists, replace "/lib64" with "/lib" in all files
within it.  Note that this fix will be picked up by any package that re-uses
the pre-configure phase from gcc-4.7 (e.g., all the usual gcc packages).
(make-libstdc++)[#:phases][fix-rs6000-libdir]: New phase, which does the same
as above.  It was necessary to duplicate the fix here because make-libstdc++
does not re-use the pre-configure phase from gcc-4.7.
2021-03-23 23:19:55 -07:00
Chris Marusich 8a1118a96c
gnu: bootstrap: Add support for powerpc64le-linux.
The bootstrap tarballs used by these bootstrap packages were created via the
following steps:

- Create a new x86_64 VM using QEMU.
- Use
  https://ftp.gnu.org/gnu/guix/guix-system-install-1.2.0.x86_64-linux.iso.xz
  to install Guix System 1.2.0 in the VM.
- Run: guix pull --no-substitutes --commit=662e7e28d576ada91fc9dec7d27c100666114f03
- Run: guix build --no-substitutes --target=powerpc64le-linux-gnu bootstrap-tarballs

With the exception of gcc-static, all bootstrap binaries contained in these
tarballs can be built reproducibly.  Unfortunately, gcc-static is not always
reproducible when everything is built from source on separate machines.
Despite investigation efforts, the cause remains unclear, so we have decided
to move forward with these binaries to unblock further bootstrapping work.
For details, see <https://bugs.gnu.org/41669>.

* gnu/packages/bootstrap.scm (%bootstrap-executables)
(bootstrap-executable-file-name, bootstrap-guile-url-path)
(bootstrap-guile-hash, %bootstrap-coreutils&co, %bootstrap-binutils)
(%bootstrap-glibc, %bootstrap-gcc): Add entries for powerpc64le-linux.
(%bootstrap-executable-base-urls): Add an entry for alpha.gnu.org.
2021-03-23 23:19:53 -07:00
Leo Famulari dc68018e01
gnu: Add cbonsai.
* gnu/packages/toys.scm (cbonsai): New variable.
2021-03-24 02:03:30 -04:00
Raghav Gururajan c2a9b05f02
gnu: bcunit: Update to 3.0.2-0.74021cc and enable more features.
* gnu/packages/linphone.scm (bcunit)[source]: Switch to git repository.
[version]: Update to 3.0.2-0.74021cc.
[outputs]: Add a "doc" output.
[arguments]: Remove the tests? argument, enabling tests.
[configure-flags]: Enable curses, doc, examples, tests and memtrace.
[phases]{patch-source, move-doc}: New phases.
{check}: Override phase.
[inputs]: Add ncurses.
[description]: Fix typo.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-24 00:05:38 -04:00
Raghav Gururajan c221d49510
gnu: Add libdecaf.
* gnu/packages/crypto.scm (libdecaf): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 22:24:27 -04:00
zimoun d0429747de
gnu: python2-widgetsnbextension: Remove package.
* gnu/packages/python-xyz.scm (python2-widgetsnbextension): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:06 -04:00
zimoun d8402031af
gnu: python2-utils: Remove package.
* gnu/packages/python-xyz.scm (python2-utils): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:06 -04:00
zimoun 82c772a774
gnu: python2-tables: Remove package.
* gnu/packages/python-xyz.scm (python2-tables): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:06 -04:00
zimoun 97f4fd8a74
gnu: python2-stem: Remove package.
* gnu/packages/python-xyz.scm (python2-stem): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:05 -04:00
zimoun f68dbdadba
gnu: python2-sh: Remove package.
* gnu/packages/python-xyz.scm (python2-sh): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:05 -04:00
zimoun 7c03695a24
gnu: python2-mpd2: Remove package.
* gnu/packages/mpd.scm (python2-mpd2): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:05 -04:00
zimoun c74c4377b3
gnu: python2-rq: Remove package.
* gnu/packages/databases.scm (python2-rq): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:05 -04:00
zimoun 84950c0d06
gnu: python2-nbxmpp: Remove package.
* gnu/packages/messaging.scm (python2-nbxmpp): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:05 -04:00
zimoun f72d345e44
gnu: python2-mutagen: Remove package.
* gnu/packages/music.scm (python2-mutagen): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:05 -04:00
zimoun 4c726e0698
gnu: python2-ipywidgets: Remove package.
* gnu/packages/python-xyz.scm (python2-ipywidgets): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:05 -04:00
zimoun 5f3411e401
gnu: python2-graphql-core: Remove package.
* gnu/packages/python-xyz.scm (python2-graphql-core): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
zimoun ec2384b79d
gnu: python2-furl: Remove package.
* gnu/packages/python-web.scm (python2-furl): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
zimoun bce0165f7c
gnu: python2-flask: Remove package.
* gnu/packages/python-web.scm (python2-flask): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
zimoun 7502c13895
gnu: python2-httpbin: Remove package.
* gnu/packages/web.scm (python2-httpbin): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
zimoun dab3c57d58
gnu: python2-flask-multistatic: Remove package.
* gnu/packages/python-web.scm (python2-flask-multistatic): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
zimoun f44917ea55
gnu: python2-flask-login: Remove package.
* gnu/packages/python-web.scm (python2-flask-login): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
zimoun d1e421ca0d
gnu: python2-flask-htmlmin: Remove package.
* gnu/packages/python-web.scm (python2-flask-htmlmin): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
zimoun ec1a9c61e7
gnu: python2-flask-babel: Remove package.
* gnu/packages/python-web.scm (python2-flask-babel): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:37:56 -04:00
zimoun d201983475
gnu: python2-flask-wtf: Remove package.
* gnu/packages/python-web.scm (python2-flask-wtf): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:33:20 -04:00
zimoun b5bae212d6
gnu: python2-fido2: Remove package.
* gnu/packages/security-token.scm (python2-fido2): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:33:20 -04:00
zimoun 9541682c79
gnu: python2-yubikey-manager: Remove package.
* gnu/packages/security-token.scm (python2-yubikey-manager): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:33:20 -04:00
zimoun 6a098614b8
gnu: python2-dulwich: Remove package.
* gnu/packages/python-xyz.scm (python2-dulwich): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:33:20 -04:00
zimoun 6bafc5cf1e
gnu: python2-cairocffi: Remove.
* gnu/packages/python-xyz.scm (python2-cairocffi): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:33:19 -04:00
zimoun f21da33255
gnu: python2-arrow: Remove package.
* gnu/packages/time.scm (python2-arrow): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:33:19 -04:00
Léo Le Bouter 5664bcdcb0
gnu: python-pygments: Update to 2.8.1 [security fixes].
Fixes at least CVE-2021-20270.

* gnu/packages/python-xyz.scm (python-pygments): Update to 2.8.1.
2021-03-24 00:01:59 +01:00
Léo Le Bouter 8b2b546396
gnu: java-xstream: Update to 1.4.16 [security fixes].
Fixes CVE-2021-21341, CVE-2021-21342, CVE-2021-21343, CVE-2021-21344,
CVE-2021-21345, CVE-2021-21346, CVE-2021-21347, CVE-2021-21348,
CVE-2021-21349, CVE-2021-21350 and CVE-2021-21351.

* gnu/packages/xml.scm (java-xstream): Update to 1.4.16.
[inputs]: Add java-mxparser, a fork of java-xpp3 made by upstream.
Java-xpp3 is still needed.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-03-23 23:29:14 +01:00
Léo Le Bouter 08b9e0ca0b
gnu: Add java-mxparser.
* gnu/packages/xml.scm (java-mxparser): New variable.

Co-Authored-By: Julien Lepiller <julien@lepiller.eu>
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-03-23 23:29:07 +01:00
Julien Lepiller 4490dff98c
gnu: Add java-xmlpull-api-v1.
* gnu/packages/xml.scm (java-xmlpull-api-v1): New variable.
2021-03-23 23:28:54 +01:00
ZmnSCPxj d3c8aa3f82
gnu: bitcoin-core: Add 0.21.0.
* gnu/packages/finance.scm (bitcoin-core): Rename to …
(bitcoin-core-0.21): … this, and update to 0.21.
(bitcoin-core-0.20): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2021-03-23 21:44:22 +00:00
Christopher Baines aa13529baf
gnu: Add snapcast.
* gnu/packages/audio.scm (snapcast): New variable.
2021-03-23 21:11:34 +00:00
Tobias Geerinckx-Rice 042b2eb1ae
gnu: parallel: Update to 20210322.
* gnu/packages/parallel.scm (parallel): Update to 20210322.
2021-03-23 21:08:15 +01:00
Tobias Geerinckx-Rice ea27cbe113
gnu: skim: Update to 0.9.4.
* gnu/packages/crates-io.scm (skim): Update to 0.9.4.
[arguments]: Update #:cargo-inputs: add rust-atty-0.2 and update
rust-beef-0.4 to rust-beef-0.5, rust-crossbeam-0.7 to
rust-crossbeam-0.8, rust-env-logger-0.6 to rust-env-logger-0.8,
rust-nix-0.14 to rust-nix-0.19, rust-time-0.1 to rust-time-0.2, and
rust-vte-0.3 to rust-vte-0.9.
2021-03-23 21:08:15 +01:00
Tobias Geerinckx-Rice 7932034d07
gnu: rust-vte@0.9: New package version.
* gnu/packages/crates-io.scm (rust-vte-0.9): New public variable.
2021-03-23 20:34:32 +01:00
Tobias Geerinckx-Rice 56b0568450
gnu: rust-tuikit@0.4: Update to 0.4.5.
* gnu/packages/crates-io.scm (rust-tuikit-0.4): Update to 0.4.5.
2021-03-23 20:34:32 +01:00
Tobias Geerinckx-Rice 7dbb5ca361
gnu: rust-time@0.2: Update to 0.2.23.
* gnu/packages/crates-io.scm (rust-time-0.2): Update to 0.2.23.
2021-03-23 20:34:31 +01:00
Tobias Geerinckx-Rice 1ef63d74d9
gnu: rust-beef: Update to 0.5.0.
* gnu/packages/crates-io.scm (rust-beef-0.4): Rename to...
(rust-beef-0.5): ...this.  Update to 0.5.0.
2021-03-23 20:34:31 +01:00
Mathieu Othacehe 3c9a353849
services: cuirass: Set default port values.
* gnu/services/cuirass.scm (<cuirass-remote-server-configuration>,
<cuirass-configuration>): Set default port values.
2021-03-23 20:30:49 +01:00
Mark H Weaver feb68a26cc
gnu: icecat: Update to 78.9.0-guix0-preview1 [security fixes].
Includes fixes for CVE-2021-23981, CVE-2021-23982, CVE-2021-23984,
and CVE-2021-23987.

* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update upstream source hash.
2021-03-23 14:24:54 -04:00
Vinicius Monego 8fae75a358
gnu: Add libheif.
* gnu/packages/image.scm (libheif): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-03-23 13:26:41 -04:00
Leo Famulari e540663203
gnu: Borg: Adjust snippet for 1.1.16.
This is a followup to commit 8cb7854d27.

* gnu/packages/backup.scm (borg)[source]: Update list of Cython-generated files
to delete.
2021-03-23 13:15:54 -04:00
Nicolas Goaziou 2ee361c764
gnu: giac: Update to 1.7.0-1.
* gnu/packages/algebra.scm (giac): Update to 1.7.0-1.
2021-03-23 18:12:17 +01:00
Mathieu Othacehe eda735fb61
services: cuirass: Adapt to Cuirass 1.0.
* gnu/services/cuirass.scm (cuirass-shepherd-service,
cuirass-remote-worker-shepherd-service): Adapt to Cuirass 1.0.
2021-03-23 16:47:48 +01:00
Mathieu Othacehe eee69da3a5
tests: Remove Cuirass tests.
Those tests don't make sense anymore as the Cuirass 1.0 version has removed
the possibility to execute a custom registration procedure.

* gnu/tests/cuirass.scm: Remove it.
* gnu/local.mk (GNU_SYSTEM_MODULES): Ditto.
2021-03-23 16:47:47 +01:00
Léo Le Bouter a9d540cfa8
gnu: python-lxml: Update to 4.6.3 [security fixes].
Fixes at least CVE-2020-27783 and CVE-2021-28957.

* gnu/packages/xml.scm (python-lxml): Update to 4.6.3.
2021-03-23 16:22:31 +01:00
Tobias Geerinckx-Rice 5802858be3
gnu: fcitx5-qt: Update to 5.0.5.
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.5.
2021-03-23 14:20:06 +01:00
Tobias Geerinckx-Rice 46cac065be
gnu: efibootmgr: Update to 17.
* gnu/packages/linux.scm (efibootmgr): Update to 17.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
Add a patch to build against efivar@37.
* gnu/packages/patches/efibootmgr-remove-extra-decl.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-03-23 14:20:06 +01:00
Tobias Geerinckx-Rice 6139c879a5
gnu: perl-moosex-getopt: Update to 0.75.
* gnu/packages/perl.scm (perl-moosex-getopt): Update to 0.75.
2021-03-23 14:20:05 +01:00
Tobias Geerinckx-Rice 94963642a8
gnu: yggdrasil: Update to 0.3.16.
* gnu/packages/networking.scm (yggdrasil): Update to 0.3.16.
2021-03-23 14:20:05 +01:00
Tobias Geerinckx-Rice dbcd90cba7
gnu: rpm: Update to 4.16.1.3.
* gnu/packages/package-management.scm (rpm): Update to 4.16.1.3.
2021-03-23 14:20:05 +01:00
Tobias Geerinckx-Rice f119612d64
gnu: cgal: Update to 5.2.1.
* gnu/packages/graphics.scm (cgal): Update to 5.2.1.
[source]: Remove patch.
* gnu/packages/patches/cgal-security-pr-5371.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2021-03-23 14:20:05 +01:00
Tobias Geerinckx-Rice 1585452e1f
gnu: wildmidi: Update to 0.4.4.
* gnu/packages/audio.scm (wildmidi): Update to 0.4.4.
2021-03-23 14:20:04 +01:00
Tobias Geerinckx-Rice 6cea2873a1
gnu: mpg123: Update to 1.26.5.
* gnu/packages/mp3.scm (mpg123): Update to 1.26.5.
2021-03-23 14:20:04 +01:00
Tobias Geerinckx-Rice 8cb7854d27
gnu: borg: Update to 1.1.16.
* gnu/packages/backup.scm (borg): Update to 1.1.16.
2021-03-23 14:20:04 +01:00
Tobias Geerinckx-Rice 3d5cca1a32
gnu: libime: Update to 1.0.5.
* gnu/packages/fcitx5.scm (libime): Update to 1.0.5.
2021-03-23 14:20:04 +01:00
Tobias Geerinckx-Rice 688c066e35
gnu: xcb-imdkit: Update to 1.0.3.
* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.3.
2021-03-23 14:20:03 +01:00
Leo Prikler 9d4bc79b2a
gnu: minetest-mineclone: Update to 0.71.0.
* gnu/packages/games.scm (minetest-mineclone): Update to 0.71.0.
2021-03-23 13:54:21 +01:00
Mathieu Othacehe 0efd68681d
gnu: cuirass: Update to 1.0.0-2.6f4a203.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-2.6f4a203.
2021-03-23 12:01:23 +01:00
Mathieu Othacehe 862af8c2ed
ci: Change manifest argument type.
* gnu/ci.scm (arguments->manifests): Change manifest argument type.
2021-03-23 11:48:35 +01:00
Mathieu Othacehe d1e1682749
gnu: cuirass: Update to 1.0.0-1.0497e0d.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-1.0497e0d.
2021-03-23 11:48:35 +01:00
la snesne 7fc1fac64a
gnu: minetest: Enable tests.
* gnu/packages/games.scm (minetest)[arguments]: Remove #:tests?.
Add #:phases.

Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-03-23 11:30:54 +01:00
la snesne b6670d5b3a
gnu: minetest: Update to 5.4.0.
* gnu/packages/games (minetest, minetest-data): Update to 5.4.0.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-03-23 11:30:20 +01:00
Efraim Flashner e44b968bf6
gnu: rust-env-logger-0.8: Update to 0.8.3.
* gnu/packages/crates-io.scm (rust-env-logger-0.8): Update to 0.8.3.
2021-03-23 12:24:39 +02:00
Vagrant Cascadian 45dfcdba86
gnu: diffoscope: Update to 170.
* gnu/packages/diffoscope.scm (diffoscope): Update to 170.
  [arguments]: Remove skip-dex-test-with-missing-procyon phase.
2021-03-22 19:50:28 -07:00
Timothy Sample ca5420d3b2
gnu: Add disarchive.
* gnu/packages/backup.scm (disarchive): New variable.
2021-03-22 22:18:29 -04:00
Tobias Geerinckx-Rice 897177c98e
gnu: celluloid: Update to 0.21.
* gnu/packages/video.scm (celluloid): Update to 0.21.
2021-03-23 00:09:51 +01:00
Tobias Geerinckx-Rice 4cc2a28157
gnu: wesnoth: Update to 1.14.16.
* gnu/packages/games.scm (wesnoth): Update to 1.14.16.
2021-03-22 23:52:56 +01:00
Tobias Geerinckx-Rice 98c3eed1d5
gnu: xchm: Update to 1.32.
* gnu/packages/ebook.scm (xchm): Update to 1.32.
2021-03-22 23:52:56 +01:00
Tobias Geerinckx-Rice 4d2553e7b5
gnu: man-pages: Update to 5.11.
* gnu/packages/man.scm (man-pages): Update to 5.11.
2021-03-22 23:52:55 +01:00
Xinglu Chen b9c150fc9a
gnu: Add emacs-password-store-otp.
* gnu/packages/emacs-xyz.scm (emacs-password-store-otp): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-22 22:45:44 +01:00
Nicolas Goaziou 75a95ed95f
gnu: python-duniterpy: Update to 0.62.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.62.0.
2021-03-22 22:36:43 +01:00
Nicolas Goaziou 3de6fb621a
gnu: emacs-auctex: Update to 13.0.5.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.5.
2021-03-22 22:34:00 +01:00
Alexandr Vityazev 6c1217c22c
gnu: Add emacs-ivy-hydra.
* gnu/packages/emacs-xyz.scm (emacs-ivy-hydra): New variable.

Signed-off-by: Jelle Licht <jlicht@fsfe.org>
2021-03-22 22:02:00 +01:00
Alexandr Vityazev b246420e40
gnu: Add emacs-ivy-avy.
* gnu/packages/emacs-xyz.scm (emacs-ivy-avy): New variable.

Signed-off-by: Jelle Licht <jlicht@fsfe.org>
2021-03-22 22:01:39 +01:00
Léo Le Bouter ce995d5206
gnu: mate-panel: Add missing inputs for Wayland support.
* gnu/packages/mate.scm (mate-panel)[inputs]: Add gtk-layer-shell and
wayland.
2021-03-22 15:45:33 +01:00
Léo Le Bouter e2757be5d5
gnu: gtk-layer-shell: Update to 0.6.0.
* gnu/packages/gtk.scm (gtk-layer-shell): Update to 0.6.0.
[source]: Switch to git-fetch because release tarballs are no longer provided
by upstream.
[arguments]<#:configure-flags>: Add "-Dtests=true" otherwise tests are not
built for 'check phase to work.
2021-03-22 15:43:15 +01:00
Hong Li ee4fc3b662
gnu: Add r-signac.
* gnu/packages/bioinformatics.scm (r-signac): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2021-03-22 14:27:17 +01:00
Ricardo Wurmus dd4670d40d
gnu: Add r-lsa.
* gnu/packages/cran.scm (r-lsa): New variable.
2021-03-22 14:27:17 +01:00
Hong Li 0ff888108a
gnu: Add r-chromstar.
* gnu/packages/bioconductor.scm (r-chromstar): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2021-03-22 14:27:13 +01:00
Hong Li 1f958631ef
gnu: Add r-chromstardata.
* gnu/packages/bioconductor.scm (r-chromstardata): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2021-03-22 14:26:58 +01:00
Pierre Neidhardt a2f3a456be
gnu: nyxt: Update to 2-pre-release-6.
* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-6.
2021-03-22 13:18:35 +01:00
Pierre Neidhardt 8e92c58bc3
gnu: sbcl: Update to 2.1.2.
* gnu/packages/lisp.scm (sbcl): Update to 2.1.2.
2021-03-22 13:18:35 +01:00
Efraim Flashner ff1c7e4025
gnu: sequoia4pEp: Adjust inputs.
* gnu/packages/sequoia.scm (sequoia4pEp)[arguments]: Override inherited
cargo-inputs, cargo-development-inputs. Replace inherited 'unpin-deps
phase.
2021-03-22 11:20:17 +02:00
Efraim Flashner dd70fa8108
gnu: rust-syn-1: Update to 1.0.64.
* gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.64.
2021-03-22 11:12:18 +02:00
Efraim Flashner bf3033ef9c
gnu: Add rust-rusqlite-0.19.
* gnu/packages/crates-io.scm (rust-rusqlite-0.19): New variable.
2021-03-22 11:02:11 +02:00
Efraim Flashner 87bd8ae928
gnu: rust-capnp-rpc-0.13: Fix build.
* gnu/packages/crates-io.scm (rust-capnp-rpc-0.13)[arguments]: Don't
skip build.
[cargo-inputs]: Replace rust-futures-0.1 with 0.3.
2021-03-22 10:44:23 +02:00
Efraim Flashner 7bc7398c28
gnu: rust-capnp-futures-0.13: Fix build.
* gnu/packages/crates-io.scm (rust-capnp-futures-0.13)[arguments]: Don't
skip build.
[cargo-inputs]: Replace rust-futures-0.1 with 0.3.
[cargo-development-inputs]: Replace rust-quickcheck-0.2 with 0.9.
2021-03-22 10:43:09 +02:00
Efraim Flashner e055e2d5f7
gnu: Add rust-capnp-rpc-0.10: New variable.
* gnu/packages/crates-io.scm (rust-capnp-rpc-0.10): New variable.
2021-03-22 10:39:26 +02:00
Efraim Flashner a6d8701574
gnu: Add rust-capnp-futures-0.10.
* gnu/packages/crates-io.scm (rust-capnp-futures-0.10): New variable.
2021-03-22 10:38:35 +02:00
Efraim Flashner af402f42b4
gnu: Add rust-capnpc-0.10.
* gnu/packages/crates-io.scm (rust-capnpc-0.10): New variable.
2021-03-22 10:37:42 +02:00
Efraim Flashner eed0e6173a
gnu: rust-capnp-0.13: Fix build.
* gnu/packages/crates-io.scm (rust-capnp-0.13)[arguments]: Don't skip
build.
[cargo-inputs]: Remove rust-futures-0.1. Replace rust-quickcheck-0.2
with 0.9.
[cargo-development-inputs]: Replace rust-quickcheck-0.2 with 0.9.
2021-03-22 10:34:37 +02:00
Efraim Flashner d177db7997
gnu: Add rust-capnp-0.10.
* gnu/packages/crates-io.scm (rust-capnp-0.10): New variable.
2021-03-22 10:29:42 +02:00
Efraim Flashner 2d24b80f3c
gnu: rust-log-0.4: Fix inputs.
* gnu/packages/crates-io.scm (rust-log-0.4)[arguments]: Don't skip
build. Skip tests.
[cargo-inputs]: Replace rust-cfg-if-0.1 with 1.
[cargo-development-inputs]: Add rust-serde-1, rust-serde-test-1,
rust-sval-1, rust-value-bag-1.
2021-03-22 10:28:50 +02:00
Efraim Flashner 4d0fe40f65
gnu: sequoia4pEp: Move to sequoia.scm.
Don't have cross module package inheritance.

* gnu/packages/pep.scm (sequoia4pEp): Move to ...
* gnu/packages/sequoia.scm (sequoia4pEp): ... here. Hide package.
2021-03-22 09:54:19 +02:00
Efraim Flashner ccb7d1340d
gnu: python-pytest-django: Build with pytest-6.
* gnu/packages/django.scm (python-pytest-django)[propagated-inputs]:
Replace python-pytest with python-pytest-6.
2021-03-22 09:19:27 +02:00
Felix Gruber 17b408e6a2
gnu: oil: Update to 0.8.8.
* gnu/packages/shells.scm (oil): Update to 0.8.8.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-03-21 19:43:32 -04:00
Ludovic Courtès d30f8f3a97
gnu: poke: Update to 1.1.
* gnu/packages/engineering.scm (poke): Update to 1.1.
2021-03-21 23:41:01 +01:00
Tobias Geerinckx-Rice 5f9b28b231
gnu: balsa: Update to 2.6.2.
* gnu/packages/mail.scm (balsa): Update to 2.6.2.
[inputs]: Add libassuan.  Upgrade gtksourceview.
2021-03-21 22:13:32 +01:00
Tobias Geerinckx-Rice a0b3d968be
gnu: msmtp: Update to 1.8.15.
* gnu/packages/mail.scm (msmtp): Update to 1.8.15.
2021-03-21 22:13:32 +01:00
Tobias Geerinckx-Rice 759e9acd8f
gnu: webkitgtk: Update to 2.30.6.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.30.6.
2021-03-21 22:13:32 +01:00
Tobias Geerinckx-Rice b3c29d90a6
gnu: openresolv: Update to 3.12.0.
* gnu/packages/dns.scm (openresolv): Update to 3.12.0.
2021-03-21 22:13:31 +01:00
Tobias Geerinckx-Rice 35c55931bf
gnu: xfsprogs: Update to 5.11.0.
* gnu/packages/linux.scm (xfsprogs): Update to 5.11.0.
2021-03-21 22:13:31 +01:00
Tobias Geerinckx-Rice 43ed895379
gnu: rng-tools: Update to 6.12.
* gnu/packages/linux.scm (rng-tools): Update to 6.12.
2021-03-21 22:13:31 +01:00
Tobias Geerinckx-Rice bba6d15210
gnu: haveged: Update to 1.9.14.
* gnu/packages/linux.scm (haveged): Update to 1.9.14.
2021-03-21 22:13:31 +01:00
Tobias Geerinckx-Rice cf5a4b2e45
gnu: mbpfan: Update to 2.2.1.
* gnu/packages/linux.scm (mbpfan): Update to 2.2.1.
2021-03-21 22:13:30 +01:00
Tobias Geerinckx-Rice 8ce8ff7db9
gnu: perl-net-http: Update to 6.21.
* gnu/packages/web.scm (perl-net-http): Update to 6.21.
2021-03-21 22:13:30 +01:00
Efraim Flashner c721e00ef1
gnu: python-pygithub: Update to 1.54.1.
* gnu/packages/python-xyz.scm (python-pygithub): Update to 1.54.1.
[arguments]: Remove 'disable-failing-tests, 'prepare-for-tests phases.
Add custom 'check phase.
[propagated-inputs]: Add python-cryptography.
[native-inputs]: Add python-httpretty, python-pytest.
2021-03-21 22:24:27 +02:00
Efraim Flashner 9a75728318
gnu: python-httpretty: Update to 1.0.5.
* gnu/packages/web.scm (python-httpretty): Update to 1.0.5.
[arguments]: Disable tests. Add custom 'check phase.
[propagated-inputs]: Remove field.
[native-inputs]: Remove python-httplib2, python-mock,
python-nose-randomly, python-urllib3. Add python-eventlet.
2021-03-21 22:18:51 +02:00
Leo Famulari 46479ec558
gnu: linux-libre 4.19: Update to 4.19.182.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.182.
(linux-libre-4.19-pristine-source): Update hash.
2021-03-21 13:26:08 -04:00
Leo Famulari 06017698c6
gnu: linux-libre 5.4: Update to 5.4.107.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.107.
(linux-libre-5.4-pristine-source): Update hash.
2021-03-21 13:26:08 -04:00
Leo Famulari 0a202d0b44
gnu: linux-libre 5.10: Update to 5.10.25.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.25.
(linux-libre-5.10-pristine-source): Update hash.
2021-03-21 13:26:08 -04:00
Leo Famulari 7b01a59d85
gnu: linux-libre: Update to 5.11.8.
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.8.
(linux-libre-5.11-pristine-source): Update hash.
2021-03-21 13:26:04 -04:00
Tobias Geerinckx-Rice 5229d56db0
gnu: wcslib: Update to 7.5.
* gnu/packages/astronomy.scm (wcslib): Update to 7.5.
2021-03-21 15:36:07 +01:00
Tobias Geerinckx-Rice 660208cfd5
gnu: gnumeric: Update to 1.12.49.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.49.
2021-03-21 15:36:07 +01:00
Tobias Geerinckx-Rice 7244ec07a2
gnu: jasper: Update to 2.0.27.
* gnu/packages/image.scm (jasper): Update to 2.0.27.
2021-03-21 15:36:06 +01:00
Tobias Geerinckx-Rice b8b398a7d3
gnu: fluidsynth: Update to 2.1.8.
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.8.
2021-03-21 15:36:06 +01:00
Tobias Geerinckx-Rice ebe967e1b7
gnu: vim: Update to 8.2.2632.
* gnu/packages/vim.scm (vim): Update to 8.2.2632.
[arguments]: Disable another test (Test_combining_double_width).
2021-03-21 15:36:06 +01:00
Tobias Geerinckx-Rice f03a2e99fa
gnu: inxi-minimal: Update to 3.3.03-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.03-1.
2021-03-21 15:36:06 +01:00
Tobias Geerinckx-Rice 2ac2a57f37
gnu: qtractor: Update to 0.9.21.
* gnu/packages/music.scm (qtractor): Update to 0.9.21.
2021-03-21 15:36:06 +01:00
Tobias Geerinckx-Rice e83faf04fa
gnu: padthv1: Update to 0.9.21.
* gnu/packages/music.scm (padthv1): Update to 0.9.21.
2021-03-21 15:36:05 +01:00
Tobias Geerinckx-Rice aa1f2945f0
gnu: samplv1: Update to 0.9.21.
* gnu/packages/music.scm (samplv1): Update to 0.9.21.
2021-03-21 15:36:05 +01:00
Tobias Geerinckx-Rice 945d9cea18
gnu: drumkv1: Update to 0.9.21.
* gnu/packages/music.scm (drumkv1): Update to 0.9.21.
2021-03-21 15:36:05 +01:00
Tobias Geerinckx-Rice 37b2e9c3b6
gnu: synthv1: Update to 0.9.21.
* gnu/packages/music.scm (synthv1): Update to 0.9.21.
2021-03-21 15:36:05 +01:00
Tobias Geerinckx-Rice d31db5cff3
gnu: youtube-dl: Update to 2021.03.14.
* gnu/packages/video.scm (youtube-dl): Update to 2021.03.14.
2021-03-21 15:36:04 +01:00
Jelle Licht 177dcce76e
gnu: emacs-package-lint: Install missing data.
The `package-lint-symbol-info' constant in this package depends on the
stdlib-changes file being installed.

* gnu/packages/emacs-xyz.scm (emacs-package-lint)[arguments]: Add the
  #:include argument.
2021-03-21 15:04:55 +01:00
Raghav Gururajan 06bdb640ce
gnu: Add movim-desktop.
* gnu/packages/messaging.scm (movim-desktop): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-21 12:33:28 +01:00
Timothy Sample 4cd88522f2
gnu: Add guile-quickcheck.
* gnu/packages/guile-xyz.scm (guile-quickcheck): New variable.
2021-03-21 12:05:54 +01:00
Nicolas Goaziou aa24d2d44c
gnu: python-pikepdf: Update to 2.9.1.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.9.1.
2021-03-21 10:12:52 +01:00
Nicolas Goaziou f156a07d43
gnu: emacs-ebuild-mode: Update to 1.52.
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.52.
2021-03-21 10:11:22 +01:00
Nicolas Goaziou e559288c1b
gnu: fet: Update to 5.49.1.
* gnu/packages/education.scm (fet): Update to 5.49.1.
2021-03-21 10:10:42 +01:00
Vinícius dos Santos Oliveira ff34334cfc
gnu: emilua: Update to 0.3.0.
* gnu/packages/lua.scm (emilua): Update to 0.3.0.
[arguments]: Add guix version suffix, enable http module. Disable
manpages.
[inputs]: Add fmt.
[search-paths]: New field.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-21 11:04:41 +02:00
Efraim Flashner b35581bd63
gnu: openjpeg: Update to 2.4.0.
* gnu/packages/image.scm (openjpeg): Update to 2.4.0.
2021-03-21 10:00:00 +02:00
Efraim Flashner 2d1f322bf1
gnu: openjpeg: Skip more failing tests.
A number of tests fail after updating libtiff to 4.1.0.

* gnu/packages/image.scm (openjpeg)[arguments]: Adjust
'disable-failing-tests phase to skip more failing tests.
2021-03-21 09:59:59 +02:00
Efraim Flashner 59f7ae6af6
gnu: openjpeg-data: Update to 2020.11.30.
* gnu/packages/image.scm (openjpeg-data): Update to 2020.11.30.
2021-03-21 09:39:47 +02:00
Vagrant Cascadian ba0dc1dbc1
gnu: Add linux-libre-arm-generic at version 5.10.
* gnu/packages/linux.scm (linux-libre-arm-generic-5.10): New variable.
2021-03-20 17:46:33 -07:00
Vagrant Cascadian ece9fba60e
gnu: Add linux-libre-arm64-generic at version 5.10.
* gnu/packages/linux.scm (linux-libre-arm64-generic-5.10): New variable.
2021-03-20 17:44:10 -07:00
nixo d4987a50ce
gnu: Add julia-http.
* gnu/packages/julia-xyz.scm (julia-http): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-20 22:29:15 +01:00
nixo 52d09b1f14
gnu: Add julia-bufferedstreams.
* gnu/packages/julia-xyz.scm (julia-bufferedstreams): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-20 22:29:15 +01:00