Attila Lendvai
b69fc147d7
gnu: Add xkblayout.
...
* gnu/packages/xdisorg.scm (xkblayout): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 12:26:46 +02:00
Greg Hogan
998eda3067
gnu: LLVM, Clang: Update to 14.0.3.
...
* gnu/packages/llvm.scm (%llvm-monorepo-hashes, %llvm-patches, llvm-14,
lld-14): Update to 14.0.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 12:26:46 +02:00
Peter Polidoro
fda20f14f0
gnu: kicad: Update to 6.0.5.
...
* gnu/packages/engineering.scm (kicad): Update to 6.0.5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 12:26:45 +02:00
Ludovic Courtès
bb8c5f5205
gnu: valgrind: Remove input labels.
...
* gnu/packages/valgrind.scm (valgrind/interactive)[inputs]: Remove labels.
[arguments]: Adjust accordingly.
2022-05-09 12:26:45 +02:00
Denis 'GNUtoo' Carikli
4d1a88312c
gnu: valgrind: Allow ld.so symbols to be found.
...
Fixes <https://issues.guix.gnu.org/54728 >.
* gnu/packages/valgrind.scm (valgrind/interactive)[native-inputs]:
Add libc:debug
[arguments]: Add patch-default-debuginfo-path phase
[source]: Add patch.
(valgrind-3.18)[source]: Inherit from (package-source valgrind/interactive)
and remove 'patches' field.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 12:26:45 +02:00
Denis 'GNUtoo' Carikli
fcf0949c7d
gnu: valgrind: Sort imports alphabetically.
...
* gnu/packages/valgrind.scm: Sort imports alphabetically.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 12:26:45 +02:00
Ludovic Courtès
4668454f64
gnu: libgit@1.1: Patch time-dependent unit test.
...
This is a followup to e48b5484af
.
* gnu/packages/version-control.scm (libgit2-1.1)[source]: Add
"revparse.c" snippet.
2022-05-09 12:26:44 +02:00
Adam Kandur
9f9c2f200b
gnu: Add cl-zip.
...
* gnu/packages/lisp-xyz.scm (sbcl-zip, cl-zip, ecl-zip): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-05-09 11:14:29 +02:00
Arun Isaac
8d25887d87
gnu: vcflib: Set absolute path to pkg-config.
...
Setting the absolute path to pkg-config is required to support
cross-compilation.
* gnu/packages/bioinformatics.scm (vcflib)[arguments]: Set
PKG_CONFIG_EXECUTABLE in #:configure-flags.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-05-09 11:19:43 +03:00
Arun Isaac
9047a31152
gnu: vcflib: Find submodule sources in native-inputs during cross-compilation.
...
* gnu/packages/bioinformatics.scm (vcflib)[arguments]: In the
unpack-submodule-sources phase, look for submodule sources in both inputs and
native-inputs.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-05-09 11:19:39 +03:00
Arun Isaac
9a68c07507
gnu: vcflib: Use G-expressions.
...
* gnu/packages/bioinformatics.scm (vcflib)[source, arguments]: Rewrite using
G-expressions.
[arguments]: Do not return #t from custom phases.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-05-09 11:19:03 +03:00
Arun Isaac
9258576eea
gnu: fastahack: Use compiler specific to the build target.
...
* gnu/packages/bioinformatics.scm (fastahack)[arguments]: Set CXX in
#:make-flags. In the build-dynamic phase, use cxx-for-target instead of g++.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-05-09 11:18:09 +03:00
Arun Isaac
713dadf47e
gnu: fastahack: Use G-expressions.
...
* gnu/packages/bioinformatics.scm (fastahack)[arguments]: Rewrite
using G-expressions. Do not return #t from custom phases.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-05-09 11:17:51 +03:00
Arun Isaac
086c7c143c
gnu: tabixpp: Fix cross-compilation.
...
tabixpp links to libbz2 from bzip2 and liblzma from xz. Therefore, bzip2 and
xz should be listed in inputs even though they are already present implicitly
in native-inputs. Else, cross-compilation will fail.
* gnu/packages/bioinformatics.scm (tabixpp)[inputs]: Add bzip2 and xz.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-05-09 11:17:25 +03:00
Arun Isaac
cbda00c499
gnu: tabixpp: Use build tools specific to the target.
...
* gnu/packages/bioinformatics.scm (tabixpp)[arguments]: Set CC and CXX in
#:make-flags. In the build-libraries phase, use cxx-for-target instead of g++
and ar-for-target instead of ar.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-05-09 11:15:12 +03:00
Arun Isaac
a990547952
gnu: tabixpp: Use #:make-flags.
...
* gnu/packages/bioinformatics.scm (tabixpp)[arguments]: Do not override the
build phase. Move the required make arguments to #:make-flags. Add
build-libraries phase.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-05-09 11:14:18 +03:00
Arun Isaac
ff1fd3b012
gnu: tabixpp: Use G-expressions.
...
* gnu/packages/bioinformatics.scm (tabixpp)[source]: Reindent.
[arguments]: Use search-input-file and search-input-directory.
[source, arguments]: Rewrite using G-expressions. Do not return #t from
snippets and custom phases.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-05-09 11:13:40 +03:00
Greg Hogan
9017c2406b
gnu: gcc-11: Update to 11.3.0.
...
* gnu/packages/gcc.scm (gcc-11): Update to 11.3.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-05-09 11:02:14 +03:00
Kyle Meyer
57a88a2cfe
gnu: git-annex: Update to 10.20220504.
...
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220504.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-05-09 11:02:11 +03:00
John Kehayias
7bacea65ac
gnu: mangohud: Update to 0.6.7.
...
* gnu/packages/graphics.scm (mangohud): Update to 0.6.7.
[phases]{patch-paths}: Remove loader_libdrm.cpp path patch as the file has
been removed.
[inputs]: Remove libdrm input, no longer needed.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-05-09 09:58:25 +02:00
jgart
09e720309e
gnu: Add python-style.
...
* gnu/packages/python-xyz.scm (python-style): New variable.
Co-authored-by: Yuchen Pei <hi@ypei.me>
Co-authored-by: donotshake <dns@0cool.club>
Co-authored-by: Vagrant Cascadian <vagrant@debian.org>
Co-authored-by: Pranav Vats <pranavats@disroot.org>
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-05-09 09:35:29 +02:00
Jai Vetrivelan
cbaad2f568
gnu: emacs-modus-themes: Update to 2.3.2.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.3.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:34 +02:00
Jai Vetrivelan
d51f764629
gnu: Add emacs-pulsar.
...
* gnu/packages/emacs-xyz.scm (emacs-pulsar): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:34 +02:00
Jai Vetrivelan
9b30bc1da3
gnu: Add emacs-lin.
...
* gnu/packages/emacs-xyz.scm (emacs-lin): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:33 +02:00
Jai Vetrivelan
1140dcda5c
gnu: Add emacs-logos.
...
* gnu/packages/emacs-xyz.scm (emacs-logos): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:33 +02:00
Jai Vetrivelan
f9157b736b
gnu: emacs-mct: Add Info manual.
...
* gnu/packages/emacs-xyz.scm (emacs-mct): Add Info manual.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:33 +02:00
Jai Vetrivelan
cb9db2b0ea
gnu: Add emacs-flymake-proselint.
...
* gnu/packages/emacs-xyz.scm (emacs-flymake-proselint): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:33 +02:00
Jai Vetrivelan
4f3fd912a7
gnu: Add python-proselint.
...
* gnu/packages/python-xyz.scm (python-proselint): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:33 +02:00
Jai Vetrivelan
1439bc9dbb
gnu: Add python-click-8.
...
* gnu/packages/python-xyz.scm (python-click-8): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:33 +02:00
jgart
2d908f9d56
gnu: emacs-helm-org-contacts: Update to 20201202.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-org-contacts): Update to 20201202.
[version]: Use new revision variable in let block.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:32 +02:00
Charles
594c38da35
gnu: gnome-shell-extension-blur-my-shell: Update to 29.
...
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-blur-my-shell):
Update to 29.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:32 +02:00
Charles
f374a4a1e5
gnu: gnome-shell-extension-burn-my-windows: Update to 15.
...
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows): Update
to 15.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:32 +02:00
Paul A. Patience
522c842a1c
gnu: font-iosevka: Update to 15.2.0.
...
* gnu/packages/fonts.scm (font-iosevka): Update to 15.2.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:32 +02:00
Maximilian Heisinger
aa6bbbb1ea
gnu: Add ruby-asciidoctor-multipage.
...
* gnu/packages/ruby.scm (ruby-asciidoctor-multipage): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:32 +02:00
Ludovic Courtès
4b13273d3a
gnu: lf: Remove input labels.
...
* gnu/packages/disk.scm (lf)[native-inputs]: Remove input labels.
2022-05-09 00:07:32 +02:00
Chadwain Holness
bbdd8c35e8
gnu: lf: Update to 27
...
* gnu/packages/disk.scm (lf): Update to 27.
[native-inputs]: Remove go-github.com-nsf-termbox-go.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:32 +02:00
kiasoc5
8b1e46cb3e
gnu: cool-retro-term: Lint package definition.
...
* gnu/packages/terminals.scm [inputs]: Add bash-minimal.
[source]: Remove trailing #t.
[arguments]: Remove trailing #t from phases.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:31 +02:00
kiasoc5
c1f60c5c34
gnu: cool-retro-term: Upgrade to 1.2.0.
...
* gnu/packages/terminals.scm (cool-retro-term): Upgrade to 1.2.0.
[source]: Use commit as version.
[inputs]: Use qtquickcontrols2 instead of qtquickcontrols.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:31 +02:00
Niklas Eklund
51bbcc91b4
gnu: emacs-git-email: Fixes build of package.
...
* gnu/packages/patches/emacs-git-email-missing-parens.patch: New file.
* gnu/packages/emacs-xyz.scm (emacs-git-email)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 00:07:31 +02:00
Ludovic Courtès
e48b5484af
gnu: libgit2: Work around time-dependent unit test.
...
Fixes <https://issues.guix.gnu.org/55326 >.
* gnu/packages/version-control.scm (libgit2)[source]: Augment 'snippet'
to modify "tests/refs/revparse.c".
2022-05-09 00:07:31 +02:00
Ludovic Courtès
f226e051f5
gnu: byacc: Update to 20220128.
...
* gnu/packages/c.scm (byacc): Update to 20220128.
2022-05-09 00:07:31 +02:00
Tobias Geerinckx-Rice
3d84a72966
gnu: fio: Use G-expressions.
...
* gnu/packages/benchmark.scm (fio)[arguments]:
Rewrite as G-expressions.
2022-05-01 02:00:08 +02:00
Tobias Geerinckx-Rice
140d4f2101
gnu: fio: Update to 3.30.
...
* gnu/packages/benchmark.scm (fio): Update to 3.30.
2022-05-01 02:00:08 +02:00
Tobias Geerinckx-Rice
644a966772
gnu: libcap-ng: Omit static libraries.
...
* gnu/packages/admin.scm (libcap-ng)[arguments]: Add "--disable-static"
to #:configure-flags.
2022-05-01 02:00:08 +02:00
Tobias Geerinckx-Rice
ef2a240100
gnu: libcap-ng: Update to 0.8.3.
...
* gnu/packages/admin.scm (libcap-ng): Update to 0.8.3.
2022-05-01 02:00:07 +02:00
Tobias Geerinckx-Rice
a9c295c4af
gnu: carla: Prepare for cross-compilation.
...
* gnu/packages/audio.scm (carla)[arguments]: Use CC-FOR-TARGET.
2022-05-01 02:00:07 +02:00
Tobias Geerinckx-Rice
acfc0feae4
gnu: carla: Use G-expressions.
...
* gnu/packages/audio.scm (carla)[arguments]:
Rewrite as G-expressions.
2022-05-01 02:00:07 +02:00
Tobias Geerinckx-Rice
eb1eac4762
gnu: carla: Remove input labels.
...
* gnu/packages/audio.scm (carla)[inputs]:
Remove input labels.
2022-05-01 02:00:07 +02:00
Tobias Geerinckx-Rice
668313e07f
gnu: butt: Use conventional docdir.
...
* gnu/packages/audio.scm (butt)[arguments]: Drop version from docdir.
2022-05-01 02:00:07 +02:00
Tobias Geerinckx-Rice
027c21dcf7
gnu: butt: Use G-expressions.
...
* gnu/packages/audio.scm (butt)[arguments]:
Rewrite as G-expressions.
2022-05-01 02:00:06 +02:00
Tobias Geerinckx-Rice
cb8e483c78
gnu: butt: Use new input style where convenient.
...
* gnu/packages/audio.scm (butt)[inputs]: Use new style.
2022-05-01 02:00:06 +02:00
Tobias Geerinckx-Rice
9b66f0a74d
gnu: butt: Update to 0.1.34.
...
* gnu/packages/audio.scm (butt): Update to 0.1.34.
2022-05-01 02:00:06 +02:00
Tobias Geerinckx-Rice
1b61c75ff7
gnu: fasm: Update to 1.73.30.
...
* gnu/packages/assembly.scm (fasm): Update to 1.73.30.
2022-05-01 02:00:00 +02:00
Tobias Geerinckx-Rice
755e702db7
gnu: nnn: Use G-expressions.
...
* gnu/packages/admin.scm (nnn)[arguments]:
Rewrite as G-expressions.
2022-05-01 02:00:00 +02:00
Tobias Geerinckx-Rice
769202ecf8
gnu: nnn: Update to 4.5.
...
* gnu/packages/admin.scm (nnn): Update to 4.5.
2022-05-01 02:00:00 +02:00
Tobias Geerinckx-Rice
a30085f545
gnu: ddrescue: Update to 1.26.
...
* gnu/packages/disk.scm (ddrescue): Update to 1.26.
2022-05-01 02:00:00 +02:00
Efraim Flashner
fc7fc13716
gnu: tor: Only run sandbox tests on some architectures.
...
* gnu/packages/tor.scm (tor)[arguments]: Adjust custom 'adjust-test-suite
phase to upstream code changes. Use phase on more architectures.
2022-05-08 12:53:52 +03:00
Efraim Flashner
04d09bc372
gnu: vim: Update to 8.2.4912.
...
* gnu/packages/vim.scm (vim): Update to 8.2.4912.
[arguments]: Adjust 'patch-absolute-paths phase for changes in code.
Adjust 'skip-or-fix-failing-tests phase to allow newly passing test.
2022-05-08 12:03:18 +03:00
Tobias Geerinckx-Rice
d2c5754ef1
gnu: ispell: Update to 3.4.05.
...
* gnu/packages/aspell.scm (ispell): Update to 3.4.05.
[arguments]: Don't explicitly return #t from phases.
2022-05-01 02:00:20 +02:00
Tobias Geerinckx-Rice
d1c3e35e8f
gnu: plzip: Update to 1.10.
...
* gnu/packages/compression.scm (plzip): Update to 1.10.
2022-05-01 02:00:20 +02:00
Tobias Geerinckx-Rice
bf1bb2b546
gnu: lzlib: Update to 1.13.
...
* gnu/packages/compression.scm (lzlib): Update to 1.13.
2022-05-01 02:00:20 +02:00
Tobias Geerinckx-Rice
f36a0908f2
gnu: clzip: Update to 1.13.
...
* gnu/packages/compression.scm (clzip): Update to 1.13.
2022-05-01 02:00:20 +02:00
Tobias Geerinckx-Rice
2e99cb15e6
gnu: lunzip: Update to 1.13.
...
* gnu/packages/compression.scm (lunzip): Update to 1.13.
2022-05-01 02:00:20 +02:00
Tobias Geerinckx-Rice
c12095c680
gnu: lrzip: Update to 0.651.
...
* gnu/packages/compression.scm (lrzip): Update to 0.651.
2022-05-01 02:00:20 +02:00
Tobias Geerinckx-Rice
fcab7ac841
gnu: lziprecover: Update to 1.23.
...
* gnu/packages/compression.scm (lziprecover): Update to 1.23.
2022-05-01 02:00:20 +02:00
Tobias Geerinckx-Rice
28741adda9
gnu: audit: Update to 3.0.8.
...
* gnu/packages/admin.scm (audit): Update to 3.0.8.
2022-05-01 02:00:19 +02:00
Tobias Geerinckx-Rice
69fff28de8
gnu: libshout: Update to 2.4.6.
...
* gnu/packages/xiph.scm (libshout): Update to 2.4.6.
2022-05-01 02:00:19 +02:00
Tobias Geerinckx-Rice
0bb0984724
gnu: acpica: Update to 20220331.
...
* gnu/packages/admin.scm (acpica): Update to 20220331.
2022-05-01 02:00:19 +02:00
Tobias Geerinckx-Rice
110ed3433d
gnu: rasdaemon: Update to 0.6.8.
...
* gnu/packages/linux.scm (rasdaemon): Update to 0.6.8.
2022-05-01 02:00:19 +02:00
Tobias Geerinckx-Rice
73b0b298bf
gnu: mcelog: Update to 181.
...
* gnu/packages/linux.scm (mcelog): Update to 181.
2022-05-01 02:00:19 +02:00
Tobias Geerinckx-Rice
4e27e4652f
gnu: nsd: Update to 4.4.0.
...
* gnu/packages/dns.scm (nsd): Update to 4.4.0.
2022-05-01 02:00:19 +02:00
Tobias Geerinckx-Rice
cb75465645
gnu: gptfdisk: Correct gettext input type.
...
* gnu/packages/disk.scm (gptfdisk)[inputs]: Move gettext-minimal from here…
[native-inputs]: …to here.
2022-05-01 02:00:19 +02:00
Tobias Geerinckx-Rice
4e3d04a33b
gnu: gptfdisk: Use new input style.
...
* gnu/packages/disk.scm (gptfdisk)[inputs]: Use new style.
Move field to its conventional location.
2022-05-01 02:00:18 +02:00
Tobias Geerinckx-Rice
fdeb2479aa
gnu: gptfdisk: Update to 1.0.9.
...
* gnu/packages/disk.scm (gptfdisk): Update to 1.0.9.
[arguments]: Don't explicitly return #t from phases.
2022-05-01 02:00:18 +02:00
Tobias Geerinckx-Rice
ad99a09abe
gnu: epson-inkjet-printer-escpr: Use new style.
...
* gnu/packages/cups.scm (epson-inkjet-printer-escpr)[arguments]:
Rewrite with (guix gexp).
[inputs]: Use new style.
2022-05-01 02:00:18 +02:00
Tobias Geerinckx-Rice
20456fd016
gnu: epson-inkjet-printer-escpr: Use HTTPS home page.
...
* gnu/packages/cups.scm (epson-inkjet-printer-escpr)[home-page]: Use HTTPS.
2022-05-01 02:00:18 +02:00
Tobias Geerinckx-Rice
04544c8f1c
gnu: epson-inkjet-printer-escpr: Update to 1.7.18.
...
* gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.18.
2022-05-01 02:00:18 +02:00
Tobias Geerinckx-Rice
cc796dc320
gnu: tor: Use G-expressions.
...
* gnu/packages/tor.scm (tor)[arguments]: Rewrite using (guix gexp).
(tor-client)[arguments]: SUBSTITUTE-KEYWORD-ARGUMENTS accordingly.
2022-05-01 02:00:18 +02:00
Tobias Geerinckx-Rice
be6d5783ba
gnu: tor: Update to 0.4.7.7.
...
* gnu/packages/tor.scm (tor): Update to 0.4.7.7.
[source]: Remove patch.
* gnu/packages/patches/tor-sandbox-i686.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2022-05-01 02:00:18 +02:00
Tobias Geerinckx-Rice
51b716f7f2
gnu: enblend-enfuse: Fix build.
...
* gnu/packages/photo.scm (enblend-enfuse)[arguments]: Rewrite as a
keyword/gexp list. Add a new 'add-missing-include phase to build with a
recent GCC.
2022-05-01 02:00:17 +02:00
Tobias Geerinckx-Rice
db5c49fc62
gnu: enblend-enfuse: Remove input labels.
...
* gnu/packages/photo.scm (enblend-enfuse)[native-inputs, inputs]:
Remove input labels.
2022-05-01 02:00:17 +02:00
Tobias Geerinckx-Rice
4b08526865
gnu: Remove linux-libre@4.4 configuration files.
...
This follows up on commit bc54947410
.
* gnu/packages/aux-files/linux-libre/4.4-i686.conf,
gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
2022-05-01 02:00:00 +02:00
Guillaume Le Vaillant
5320ba2054
gnu: flrig: Update to 1.4.05.
...
* gnu/packages/radio.scm (flrig): Update to 1.4.05.
2022-05-07 13:50:27 +02:00
Guillaume Le Vaillant
ffcec65878
gnu: fldigi: Update to 4.1.22.
...
* gnu/packages/radio.scm (fldigi): Update to 4.1.22.
2022-05-07 13:48:01 +02:00
Rostislav Svoboda
02182c623e
gnu: openjdk17: Update to 17.0.2
...
* gnu/packages/java.scm (openjdk17): Update to 17.0.2.
2022-05-07 11:22:19 +02:00
Julien Lepiller
513f54dc5d
gnu: ocaml-cmdliner: Update to 1.1.1.
2022-05-07 08:16:31 +02:00
Julien Lepiller
fe794295ab
gnu: ocaml-reactivedata: Update to 0.3.
...
* gnu/packages/ocaml.scm (ocaml-reactivedata): Update to 0.3.
2022-05-07 08:16:17 +02:00
Ricardo Wurmus
ee70ed5bf5
gnu: Add rust-blake3-1.
...
* gnu/packages/crypto.scm (rust-blake3-1): New variable.
2022-05-06 23:13:29 +02:00
Jan (janneke) Nieuwenhuizen
0e9429544f
gnu: dezyne: Use new package style.
...
* gnu/packages/dezyne.scm (dezyne)[arguments]: Convert to list of
G-Expressions.
[inputs]: Drop labels.
2022-05-06 15:56:11 +02:00
Christopher Baines
83c1f017a6
gnu: nar-herder: Update to 0-6.ea997c6.
...
* gnu/packages/package-management.scm (nar-herder): Update to 0-6.ea997c6.
2022-05-06 14:38:52 +01:00
Ricardo Wurmus
4f15745b95
gnu: Add rust-page-size-0.4.
...
* gnu/packages/crates-io.scm (rust-page-size-0.4): New variable.
2022-05-06 15:34:31 +02:00
Ricardo Wurmus
6f5cbac67d
gnu: pigx-sars-cov-2: Update to 0.0.7.
...
* gnu/packages/bioinformatics.scm (pigx-sars-cov-2): Update to 0.0.7.
[inputs]: Remove bbmap and prinseq; add r-viridis.
[arguments]: Remove autoreconf phase.
2022-05-06 15:34:31 +02:00
Ricardo Wurmus
f550c0ccb0
gnu: Add pigx-sars-cov-2.
...
* gnu/packages/bioinformatics.scm (pigx-sars-cov-2): New variable.
(pigx-sars-cov2-ww): Deprecate this package in favor of the former.
2022-05-06 15:34:31 +02:00
Ricardo Wurmus
bec6bf64bc
gnu: rust-instant-0.1: Update to 0.1.9.
...
* gnu/packages/crates-io.scm (rust-instant-0.1): Update to 0.1.9.
2022-05-06 15:34:31 +02:00
Ricardo Wurmus
70f6d2302c
gnu: rust-lock-api-0.4: Update to 0.4.5.
...
* gnu/packages/crates-io.scm (rust-lock-api-0.4): Update to 0.4.5.
2022-05-06 15:34:31 +02:00
Ricardo Wurmus
f02f8db381
gnu: rust-parking-lot-0.11: Update to 0.11.2.
...
* gnu/packages/crates-io.scm (rust-parking-lot-0.11): Update to 0.11.2.
2022-05-06 15:34:31 +02:00
Ricardo Wurmus
d16298196c
gnu: rust-parking-lot-core-0.8: Update to 0.8.4.
...
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.8): Update to 0.8.4.
2022-05-06 15:34:31 +02:00
Ludovic Courtès
8079bd3da8
gnu: tcl-tls: Use a gexp.
...
* gnu/packages/tcl.scm (tcl-tls)[arguments]: Use a gexp.
2022-05-06 15:23:07 +02:00
Ludovic Courtès
4a3f8994f4
gnu: tcl-tls: Add 'release-monitoring-url' and 'upstream-name' properties.
...
* gnu/packages/tcl.scm (tcl-tls)[properties]: New field.
2022-05-06 15:23:07 +02:00
Daniel Lowe
06d244197b
gnu: tcl: Add tcl-tls to packages.
...
* gnu/packages/tcl.scm (tcl-tls): Added 1.7.22
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 15:23:07 +02:00
Paul A. Patience
e606e02844
gnu: python-vedo: Update to 2022.2.0.
...
* gnu/packages/python-science.scm (python-vedo): Update to 2022.2.0.
[arguments]: Add 'fix-tests' phase.
[inputs]: Move fenics and python-matplotlib to propagated-inputs.
Move python-pkgconfig from here...
[native-inputs]: ...to here.
[propagated-inputs]: Add python-deprecated (and fenics and
python-matplotlib).
[description]: Make description more accurate.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 15:23:06 +02:00
Paul A. Patience
9edc0f3dbb
gnu: python-vedo: Disable sanity check.
...
* gnu/packages/python-science.scm (python-vedo)[arguments]: Disable
sanity check.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 15:23:06 +02:00
Paul A. Patience
a5fec06868
gnu: python-vedo: Remove input labels.
...
* gnu/packages/python-science.scm (python-vedo)[inputs]: Remove labels
and sort the inputs.
[propagated-inputs]: Remove labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 15:23:06 +02:00
Paul A. Patience
34f49d15e6
gnu: python-vedo: Honor #:tests? flag.
...
* gnu/packages/python-science.scm (python-vedo)[arguments]: Adjust
custom 'check' phase to honor the #:tests? flag. Also remove its
trailing boolean.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 15:23:06 +02:00
Paul A. Patience
b7d2644cd0
gnu: fenics: Fix sanity check.
...
* gnu/packages/simulation.scm (fenics)[arguments]: Relax pybind11
requirement to appease the sanity check.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 15:23:06 +02:00
Paul A. Patience
9d5160bc8a
gnu: fenics: Honor #:tests? flag.
...
* gnu/packages/simulation.scm (fenics)[arguments]: Adjust custom 'check'
phase to honor the #:tests? flag.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 15:23:06 +02:00
Paul A. Patience
69505bec93
gnu: fenics-dolfin: Honor #:tests? flag.
...
* gnu/packages/simulation.scm (fenics-dolfin)[source]: Remove trailing
boolean.
[arguments]: Adjust custom 'check' phase to honor the #:tests? flag. While
here, remove trailing booleans.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 15:23:06 +02:00
Ludovic Courtès
a2d44231ea
gnu: Add Guix-Modules.
...
* gnu/packages/package-management.scm (guix-modules): New variable.
2022-05-06 15:23:05 +02:00
Guillaume Le Vaillant
5e27c54e08
gnu: monero-gui: Update to 0.17.3.2.
...
* gnu/packages/finance.scm (monero-gui): Update to 0.17.3.2.
2022-05-06 15:08:41 +02:00
Guillaume Le Vaillant
4188d211c7
gnu: monero: Update to 0.17.3.2.
...
* gnu/packages/finance.scm (monero): Update to 0.17.3.2.
[source]: Remove obsolete part of snippet.
[arguments]: Remove trailing booleans.
2022-05-06 15:08:41 +02:00
Jan (janneke) Nieuwenhuizen
53628d6e3b
gnu: Add dezyne.
...
* gnu/packages/dezyne.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2022-05-06 14:39:50 +02:00
Jan (janneke) Nieuwenhuizen
984add419c
gnu: mescc-tools: Update supported-systems.
...
* gnu/packages/mes.scm (mescc-tools)[supported-systems]: Add riscv32-linux,
riscv64-linux, remove powerpc64le-linux.
2022-05-06 14:39:45 +02:00
Efraim Flashner
22b794a4a7
gnu: links: Use gexps.
...
* gnu/packages/web-browsers.scm (links)[arguments]: Rewrite using gexps.
2022-05-06 14:36:08 +03:00
Efraim Flashner
d540c6792b
gnu: links: Remove input labels.
...
* gnu/packages/web-browsers.scm (links)[inputs]: Remove input labels.
2022-05-06 14:36:08 +03:00
Efraim Flashner
1123da369d
gnu: links: Use configure-flags.
...
* gnu/packages/web-browsers.scm (links)[arguments]: Add configure-flags
field. Adjust custom 'configure phase to use configure-flags.
2022-05-06 14:36:08 +03:00
Efraim Flashner
5cf81294c0
gnu: links: Update to 2.26.
...
* gnu/packages/web-browsers.scm (links): Update to 2.26.
2022-05-06 14:36:07 +03:00
Efraim Flashner
166e0dfc44
gnu: ncdu-2: Update to 2.1.2.
...
* gnu/packages/ncdu.scm (ncdu-2): Update to 2.1.2.
2022-05-06 14:36:07 +03:00
Ricardo Wurmus
549e478f23
gnu: Add python-ipydatawidgets.
...
* gnu/packages/jupyter.scm (python-ipydatawidgets): New variable.
2022-05-06 13:02:59 +02:00
Ricardo Wurmus
221bf543e8
gnu: Add python-xyzservices.
...
* gnu/packages/python-xyz.scm (python-xyzservices): New variable.
2022-05-06 13:02:59 +02:00
Ricardo Wurmus
0d73287d97
gnu: Add python-mercantile.
...
* gnu/packages/python-xyz.scm (python-mercantile): New variable.
2022-05-06 13:02:59 +02:00
Ricardo Wurmus
ea3cfeb665
gnu: Add python-ipympl.
...
* gnu/packages/jupyter.scm (python-ipympl): New variable.
2022-05-06 13:02:58 +02:00
Ricardo Wurmus
e47b080474
gnu: Add python-traittypes.
...
* gnu/packages/python-science.scm (python-traittypes): New variable.
2022-05-06 13:02:55 +02:00
Daniel Meißner
27fc4ae397
gnu: cava: Fix build failure
...
* gnu/packages/audio.scm (cava)[source]: Remove bundled iniparser.
(cava)[inputs]: Add iniparser.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 10:32:06 +02:00
Daniel Meißner
de4e4506c1
gnu: cava: Use G-expressions.
...
* gnu/packages/audio.scm (cava)[arguments]: Use G-expressions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 10:32:06 +02:00
kiasoc5
253fc14777
gnu: nftables: Update to 1.0.2.
...
* gnu/packages/patches/nftables-fix-makefile.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (nftables): Update to 1.0.2.
[source]: Add patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 10:32:06 +02:00
Vincent Prat
9e630a362d
gnu: Add python-arpeggio.
...
* gnu/packages/python-xyz.scm (python-arpeggio): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 10:32:06 +02:00
Michael Rohleder
7727757a73
gnu: ytfzf: Update to 2.3.
...
* gnu/packages/patches/ytfzf-programs.patch,
* gnu/packages/patches/ytfzf-updates.patch: Delete patches.
* gnu/local.mk (dist_patch_DATA): Unregister them.
* gnu/packages/image-viewers.scm (ytfzf): Update to 2.3.
[source]: Delete patches.
[arguments]: Remove phase 'patch-script. Add phase 'install-addons,
'wrap-program.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-06 10:32:06 +02:00
Ludovic Courtès
3d05105705
gnu: slurm: Add 21.08.8.
...
* gnu/packages/parallel.scm (slurm): Update to 21.08.8.
(slurm-20.11): New variable.
2022-05-06 10:32:05 +02:00
Ludovic Courtès
c018871c04
gnu: slurm: Update to 20.11.9 [fixes CVE-2022-{29500,29501,29502}].
...
* gnu/packages/parallel.scm (slurm): Update to 20.11.9.
2022-05-06 10:32:05 +02:00
Ricardo Wurmus
a2fb35e43d
gnu: python-ipython: Add missing input.
...
* gnu/packages/python-xyz.scm (python-ipython)[propagated-inputs]: Add
python-decorator.
2022-05-06 10:15:04 +02:00
Ricardo Wurmus
ce1746819b
gnu: python-traitlets: Update to 5.1.1.
...
* gnu/packages/python-xyz.scm (python-traitlets): Update to 5.1.1.
[propagated-inputs]: Remove python-ipython-genutils, python-decorator, and
python-six.
2022-05-06 10:15:04 +02:00
Ricardo Wurmus
471f650498
gnu: Add python-kneed.
...
* gnu/packages/python-xyz.scm (python-kneed): New variable.
2022-05-06 10:15:04 +02:00
Ricardo Wurmus
b4da7c2133
gnu: Add python-databases.
...
* gnu/packages/databases.scm (python-databases): New variable.
2022-05-06 10:15:04 +02:00
Ricardo Wurmus
43992cdbea
gnu: python-anyio: Update to 3.5.0.
...
* gnu/packages/python-xyz.scm (python-anyio): Update to 3.5.0.
[arguments]: Remove phase 'fix-compatibility; disable one more test.
[propagated-inputs]: Add python-contextvars and python-dataclasses.
[native-inputs]: Add python-contextlib2 and python-trio; remove
python-iniconfig.
2022-05-06 10:15:04 +02:00
Ricardo Wurmus
b95e3dc17c
gnu: python-multipart: Fix test failure due to PyYAML 6.
...
* gnu/packages/python-xyz.scm (python-multipart)[arguments]: Patch instance of
yaml.load.
2022-05-06 10:15:00 +02:00
Foo Chuan Wei
312879fddc
gnu: Add byacc.
...
* gnu/packages/c.scm (byacc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-05 23:56:58 +02:00
Ludovic Courtès
0780164f1f
gnu: b4: Update to 0.8.0.
...
* gnu/packages/version-control.scm (b4): Update to 0.8.0.
2022-05-05 23:56:58 +02:00
Pierre-Antoine Bouttier
6829d61bc5
gnu: Add n2p2.
...
* gnu/packages/maths.scm (n2p2): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-05-05 23:56:58 +02:00
Jonathan Brielmaier
34dbbb9172
gnu: icedove: Update to 91.9.0 [fixes CVE-2022-1520].
...
* gnu/packages/gnuzilla.scm (icedove): Update to 91.9.0.
2022-05-05 23:09:48 +02:00
Andreas Enge
d809e71df2
gnu: python-pari-jupyter: Update to 1.4.1.
...
* gnu/packages/python-xyz.scm (python-pari-jupyter): Update to 1.4.1.
[home-page]: Update after maintainer change.
2022-05-05 16:14:43 +02:00
Andreas Enge
a1b0fc8133
gnu: cm: Update to 0.4.0.
...
* gnu/packages/algebra.scm (cm): Update to 0.4.0.
2022-05-05 16:10:16 +02:00
Marius Bakke
b80ca672de
gnu: ungoogled-chromium: Update to 101.0.4951.54-1.
...
* gnu/packages/chromium.scm (%chromium-version): Set to 101.0.4951.54.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2022-05-03 22:35:12 +02:00
Mark H Weaver
9916933a04
gnu: icecat: Update to 91.9.0-guix0-preview1 [security fixes].
...
Includes fixes for CVE-2022-29909, CVE-2022-29911, CVE-2022-29912,
CVE-2022-29914, CVE-2022-29916, and CVE-2022-29917.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2022-05-03 14:56:54 -04:00
Paul A. Patience
8b2d266607
gnu: dealii: Update to 9.3.3.
...
* gnu/packages/maths.scm (dealii): Update to 9.3.3.
* gnu/packages/patches/dealii-fix-compiliation-with-boost-1.78.patch:
Delete file.
* gnu/packages/patches/dealii-fix-sundials.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-03 18:02:28 +02:00
Paul A. Patience
240b604eda
gnu: dealii: Add SUNDIALS dependency.
...
* gnu/packages/maths.scm (dealii)[propagated-inputs]: Add sundials-5.
Reformat list to clarify comment.
(dealii-openmpi)[propagated-inputs]: Add sundials-openmpi-5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-03 18:02:28 +02:00
Paul A. Patience
d34f941c33
gnu: dealii-openmpi: Remove input labels.
...
* gnu/packages/maths.scm (dealii-openmpi)[inputs]: Remove labels.
[propagated-inputs]: Same.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-03 18:02:28 +02:00
Paul A. Patience
e131f705dd
gnu: dealii: Remove trailing booleans.
...
* gnu/packages/maths.scm (dealii)[snippet]: Remove trailing boolean (and
therefore the 'begin').
[native-inputs, inputs]: Reindent.
[arguments]<#:phases>: Remove trailing boolean.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-03 18:02:28 +02:00
Paul A. Patience
e648957b7b
gnu: sundials: Add 5.8.0.
...
* gnu/packages/maths.scm (sundials-5, sundials-openmpi-5): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-03 18:02:27 +02:00
Paul A. Patience
d1a6a795b3
gnu: sundials: Update to 6.2.0.
...
* gnu/packages/maths.scm (sundials): Update to 6.2.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-03 18:02:27 +02:00
Paul A. Patience
4c509a73b7
gnu: sundials-openmpi: Add HYPRE dependency.
...
* gnu/packages/maths.scm (sundials-openmpi)[propagated-inputs]: Add
hypre-openmpi.
[arguments]<#:configure-flags>: Add -DENABLE_HYPRE, -DHYPRE_INCLUDE_DIR
and -DHYPRE_LIBRARY_DIR.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-03 18:02:27 +02:00