Commit graph

93771 commits

Author SHA1 Message Date
Nicolas Goaziou a88951a255
gnu: lagrange: Update to 1.11.1.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.11.1.
[inputs]: Add FREETYPE.
2022-03-09 15:31:12 +01:00
Nicolas Goaziou 57aeaba02e
gnu: asymptote: Update to 2.79.
* gnu/packages/plotutils.scm (asymptote): Update to 2.79.
2022-03-09 15:28:27 +01:00
Nicolas Goaziou 53abcfb1c3
gnu: bzflag: Improve package style.
* gnu/packages/games.scm (bzflag)[arguments]: Remove trailing #T from
phases. Use G-expressions.
2022-03-09 15:16:30 +01:00
Nicolas Goaziou f57d174a51
gnu: bzflag: Update to 2.4.24.
* gnu/packages/games.scm (bzflag): Update to 2.4.24.
2022-03-09 15:03:11 +01:00
Nicolas Goaziou e3e2da97ba
gnu: emacs-add-node-modules-path: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-add-node-modules-path): Update to 1.3.0.
2022-03-09 14:47:28 +01:00
Nicolas Goaziou 92884b4061
gnu: emacs-geiser: Update to 0.23.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.23.
2022-03-09 14:45:29 +01:00
Nicolas Goaziou 0758167483
gnu: emacs-vertico: Update to 0.21.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.21.
2022-03-09 14:17:04 +01:00
Nicolas Goaziou 1d7b1128ca
gnu: emacs-corfu: Update to 0.20.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.20.
2022-03-09 14:16:59 +01:00
Ricardo Wurmus ca588fdfde
gnu: Add r-scopeloomr.
* gnu/packages/bioinformatics.scm (r-scopeloomr): New variable.
2022-03-09 11:35:59 +01:00
Maxim Cournoyer 191ff81556
gnu: python-robotframework-sshlibrary: Update to 3.8.0.
* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Update to 3.8.0.
2022-03-08 20:19:23 -05:00
Maxim Cournoyer 7f212c5504
gnu: python-robotframework: Update to 4.1.3.
* gnu/packages/python-xyz.scm (python-robotframework): Update to 4.1.3.
[phases]{check}: Honor TESTS?.  Search tzdata in both native-inputs or inputs,
for cross-compilation.
2022-03-08 20:19:23 -05:00
Nicolas Goaziou bd53dfa6df
gnu: emacs-tempel: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.3.
2022-03-08 23:55:04 +01:00
Nicolas Goaziou 60657fa69c
gnu: emacs-no-littering: Update to 1.2.6.
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.6.
2022-03-08 23:55:04 +01:00
Nicolas Goaziou d11f9ac92a
gnu: emacs-marginalia: Update to 0.13.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.13.
2022-03-08 23:55:04 +01:00
Nicolas Goaziou 173af0b334
gnu: emacs-consult: Update to 0.16.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.16.
2022-03-08 23:55:03 +01:00
Nicolas Goaziou aff0c79481
gnu: emacs-clojure-mode: Update to 5.14.0.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.14.0.
2022-03-08 23:55:03 +01:00
Nicolas Goaziou 366f6698ac
gnu: emacs-cider: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.3.0.
2022-03-08 23:55:03 +01:00
Nicolas Goaziou 5e99c3f470
gnu: emacs-cape: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.7.
2022-03-08 23:55:02 +01:00
Liliana Marie Prikler b8fc916951
gnu: stex-bootstrap: Guard against unsupported systems.
The current implementation of nix-system->chez-machine et al. is rather
brittle and fails in unexpected ways.  In the meantime while a better
replacement is being built, prevent falsy return values from causing errors,
such as a failing “guix pull”.  See <https://issues.guix.gnu.org/54292>.

* gnu/packages/chez.scm (stex-bootstrap)[maybe-compile]: Use and=> to only
call chez-machine->threaded if nix-system->chez-machine returns a truthy
value.
2022-03-08 20:53:44 +01:00
Liliana Marie Prikler 0a7c355e0a
gnu: gitg: Update to 41.
* gnu/packages/gnome.scm (gitg): Update to 41.
[arguments]: Drop ‘harden’ phase.
[inputs]: Replace gtkspell3 with gspell and gtksourceview-3 with gtksourceview.
[native-inputs]: Add python.
2022-03-08 20:53:44 +01:00
Liliana Marie Prikler 716265fd69
gnu: gitg: Use new package style.
* gnu/packages/gnome.scm (gitg)[arguments]: Use G-expressions.
[native-inputs]: Drop labels.
2022-03-08 20:53:44 +01:00
Liliana Marie Prikler 62479e9420
gnu: mumble: Enable tests.
* gnu/packages/telephony.scm (mumble)[#:tests?]: Drop argument.
[#:configure-flags]: Add “-Dtests=on”.
2022-03-08 20:53:43 +01:00
Liliana Marie Prikler a4cb236492
gnu: mumble: Update to 1.4.230.
* gnu/packages/telephony.scm (find-python-interpreter-cmake-modules):
New variable.
(mumble): Update to 1.4.230.
[source]: Adjust uri and snippet accordingly.
[arguments]: Change to a list of G-expressions.
<#:configure-flags>: New argument.
<#:phases>: Drop ‘configure’ (moved to configure-flags).
Add ‘unpack-submodules’, ‘fix-settings-crash’ and ‘hardcode-pulseaudio’.
[inputs]: Add glib and poco.
2022-03-08 20:53:43 +01:00
Liliana Marie Prikler 4f82f34309
gnu: Add poco.
* gnu/packages/cpp.scm (poco): New variable.
2022-03-08 20:53:43 +01:00
Maxim Cournoyer 59001c4f91
gnu: opendht: Update to 2.3.4.
* gnu/packages/networking.scm (opendht): Update to 2.3.4.
2022-03-08 14:13:31 -05:00
Mark H Weaver 0d14f8a870
gnu: icecat: Update to 91.7.0-guix0-preview1 [security fixes].
Includes fixes for CVE-2022-26381, CVE-2022-26383, CVE-2022-26384,
CVE-2022-26386, and CVE-2022-26387.

* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2022-03-08 11:20:36 -05:00
Ludovic Courtès 0e91da1d34
Revert "gnu: socat: Update to 1.7.4.3."
This reverts commit 3cd42883c4, which led
to ~13K rebuilds.
2022-03-08 17:19:16 +01:00
Ludovic Courtès dd98dc42fe
gnu: slurm <= 20.02: Build with '-fcommon'.
* gnu/packages/parallel.scm (slurm-20.02)[arguments]: New field.
(slurm-19.05, slumr-18.08): Inherit from it.
2022-03-08 17:18:19 +01:00
jgart 3cd42883c4
gnu: socat: Update to 1.7.4.3.
* gnu/packages/networking.scm (socat): Update to 1.7.4.3.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-08 14:47:55 +01:00
raingloom 1217b02f45
gnu: blender: Enable boolean operations on meshes.
* gnu/packages/graphics.scm (blender)[inputs]: Add gmp.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-08 14:35:22 +01:00
Aurora 93bba8af87
gnu: Add cl-websocket-driver.
* gnu/packages/lisp-xyz.scm (cl-websocket-driver, ecl-websocket-driver,
  sbcl-websocket-driver): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-08 14:17:03 +01:00
Aurora 8cd8a4026e
gnu: Add cl-sha1.
* gnu/packages/lisp-xyz.scm (cl-sha1, ecl-sha1, sbcl-sha1): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-08 14:07:05 +01:00
Aurora 30ff176273
gnu: Add cl-event-emitter.
* gnu/packages/lisp-xyz.scm (cl-event-emitter, ecl-event-emitter,
  sbcl-event-emitter): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-08 14:01:39 +01:00
Aurora fea4abbb4e
gnu: Add cl-fast-websocket.
* gnu/packages/lisp-xyz.scm (cl-fast-websocket, ecl-fast-websocket,
  sbcl-fast-websocket): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-08 13:53:49 +01:00
Aurora 3aa89989b0
gnu: Add cl-template.
* gnu/packages/lisp-xyz.scm (cl-template, ecl-template, sbcl-template): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-08 13:45:10 +01:00
Efraim Flashner 8750533102
gnu: proot: Update to 5.3.0.
* gnu/packages/linux.scm (proot): Update to 5.3.0.
[arguments]: Adjust custom 'patch-sources phase to adjust skipped tests.
2022-03-08 11:58:41 +02:00
Efraim Flashner 7311a36a54
Revert "gnu: Add go-github-com-niemeyer-pretty."
This reverts commit 18b0527765.

This package is not actually needed.
2022-03-08 09:38:16 +02:00
Efraim Flashner d4f9c21a84
gnu: lvm2: Fix cross-compiling on some architectures.
* gnu/packages/linux.scm (lvm2)[native-inputs]: Add config.
[arguments]: Add phase to replace old versions of config.sub and
config.guess.
2022-03-08 09:13:12 +02:00
Ludovic Courtès f7bb161445
import: hackage: Use SRFI-71 instead of SRFI-11.
* guix/import/hackage.scm (read-cabal-and-hash)
(hackage-fetch-and-hash, hackage-fetch)
(hackage->guix-package): Use 'let' and 'let*' instead of 'let-values'
and 'let*-values'.
2022-03-07 22:49:29 +01:00
Ludovic Courtès 483e4a9d07
import: hackage: Avoid pointless use of 'compose'.
* guix/import/hackage.scm (hackage-module->sexp): Unroll pointless calls
to 'compose'.
(hackage->guix-package): Likewise.
2022-03-07 22:49:29 +01:00
zimoun 5278cab3dc
scripts: import: gem: Fix recursive error handling.
Partly fixes <https://bugs.gnu.org/44115>.

* guix/scripts/import/gem.scm (guix-import-gem): Handle error.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-07 22:49:29 +01:00
zimoun 7229b0e858
import: cran: Return multiple values for unknown packages.
Partly fixes <https://bugs.gnu.org/44115>.

* guix/import/pypi.scm (cran->guix-package): Return 'values'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-07 22:49:28 +01:00
zimoun 1fe81b349c
import: elpa: Return multiple values for unknown packages.
Partly fixes <https://bugs.gnu.org/44115>.

* guix/import/elpa.scm (elpa->guix-package): Return values.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-07 22:49:28 +01:00
zimoun 6bb92098b4
import: hackage: Return multiple values for unknown packages.
Partly fixes <https://bugs.gnu.org/44115>.

* guix/import/hackage.scm (hackage->guix-package): Return 'values'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-07 22:49:28 +01:00
zimoun 434925379d
import: pypi: Return multiple values for unknown packages.
Partly fixes <https://bugs.gnu.org/44115>.

* guix/import/pypi.scm (pypi->guix-package): Return two values when
PROJECT is false.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-03-07 22:49:28 +01:00
Ludovic Courtès ebb03447f8
import: pypi: Gracefully handle missing project home page.
Fixes <https://issues.guix.gnu.org/54259>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* guix/import/pypi.scm (pypi->guix-package): Upon
'missing-source-error?', raise '&fix-hint' only if
'project-info-home-page' returns a non-empty string.
2022-03-07 22:49:28 +01:00
Pierre-Henry Fröhring ad464b1704
gnu: Add python-multipart.
* gnu/packages/python-xyz.scm (python-multipart): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-07 22:49:28 +01:00
Bird c723aa98b5
gnu: Add gnusim8085.
* gnu/packages/emulators.scm (gnusim8085): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-07 22:49:28 +01:00
Ludovic Courtès 1cad347618
derivations: Coalesce inputs that have the same output path.
Fixes <https://issues.guix.gnu.org/54209>.

* guix/derivations.scm (coalesce-duplicate-inputs): Use the output paths
of DRV as a hash table key.
* tests/derivations.scm ("derivation with duplicate fixed-output
inputs"): Expect a single input for FINAL.
("derivation with equivalent fixed-output inputs"): New test.
2022-03-07 22:49:27 +01:00
Ludovic Courtès 6e09ab9f61
gnu: scotch: Explicitly pass "-DINTSIZE" to CMake.
Previously, the 'scotch' and 'pt-scotch' packages would use the default
int size, which turned out to be 32 on x86_64-linux instead of 64 as it
used to be in Scotch 6.x.

* gnu/packages/maths.scm (scotch)[arguments]: Add "-DINTSIZE" to #:configure-flags.
(scotch32)[arguments]: Likewise.
(pt-scotch)[arguments]: Likewise.
(pt-scotch32)[arguments]: Likewise.
2022-03-07 22:49:27 +01:00