Ethan Blanton
bd56093d84
gnu: Add jed.
...
* gnu/packages/text-editors.scm (jed): package for jed 0.99-19
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-27 18:16:55 +01:00
Michael Rohleder
25b01ed77f
gnu: inkscape: Fix qrcode rendering.
...
Fixes <https://issues.guix.gnu.org/57479 >.
* gnu/packages/inkscape.scm (inkscape)[inputs]: Add python-cssselect.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-27 18:16:55 +01:00
Ludovic Courtès
f84fdb3d89
gnu: hypre: Mark as tunable.
...
* gnu/packages/maths.scm (hypre)[properties]: New field.
2023-01-27 18:16:55 +01:00
Ludovic Courtès
317ea04589
gnu: hwloc: Update to 2.9.0.
...
* gnu/packages/mpi.scm (hwloc-2): Update to 2.9.0.
[arguments]: Add 'skip-test-that-requires-/sys' phase.
(%openmpi-setup): Set 'HWLOC_SYNTHETIC' environment variable.
* gnu/packages/opencl.scm (pocl)[arguments]: In 'set-HOME' phase, also
set 'HWLOC_SYNTHETIC'.
2023-01-27 18:16:55 +01:00
Tobias Geerinckx-Rice
729eabc6ae
gnu: emacs-magit: Update to 3.3.0-2.c883fab.
...
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-2.c883fab.
2023-01-22 01:00:17 +01:00
Tobias Geerinckx-Rice
7116cc6f66
gnu: libxcrypt: Update to 4.4.33.
...
* gnu/packages/crypto.scm (libxcrypt): Update to 4.4.33.
2023-01-22 01:00:17 +01:00
Tobias Geerinckx-Rice
612cf1b9ff
gnu: galera: Update to 26.4.13.
...
* gnu/packages/databases.scm (galera): Update to 26.4.13.
2023-01-22 01:00:17 +01:00
Tobias Geerinckx-Rice
78299e317a
gnu: google-highway: Update to 1.0.3.
...
* gnu/packages/cpp.scm (google-highway): Update to 1.0.3.
2023-01-22 01:00:17 +01:00
Tobias Geerinckx-Rice
a105e2a392
gnu: libzen: Update to 0.4.40.
...
* gnu/packages/cpp.scm (libzen): Update to 0.4.40.
2023-01-22 01:00:16 +01:00
Tobias Geerinckx-Rice
7b997afed2
gnu: quazip: Update to 1.4.
...
* gnu/packages/compression.scm (quazip): Update to 1.4.
2023-01-22 01:00:16 +01:00
Tobias Geerinckx-Rice
85383e5abb
gnu: libhx: Update to 4.9.
...
* gnu/packages/c.scm (libhx): Update to 4.9.
2023-01-22 01:00:16 +01:00
Tobias Geerinckx-Rice
128c926ffa
gnu: rsnapshot: Update to 1.4.5.
...
* gnu/packages/backup.scm (rsnapshot): Update to 1.4.5.
2023-01-22 01:00:15 +01:00
Nicolas Goaziou
8e1cca32b9
gnu: asymptote: Update to 2.84.
...
* gnu/packages/plotutils.scm (asymptote): Update to 2.84.
[arguments]<#:phases>: Remove unnecessary arguments.
[native-inputs]: Add BISON, FLEX, PKG-CONFIG.
[inputs]: Add BASH-MINIMAL, EIGEN.
[home-page]: Use HTTPS.
2023-01-27 09:45:13 +01:00
Nicolas Goaziou
0b53adfddc
gnu: giac: Update to 1.9.0-37.
...
* gnu/packages/algebra.scm (giac): Update to 1.9.0-37.
2023-01-27 09:33:28 +01:00
Nicolas Goaziou
d3390e7205
gnu: fet: Update to 6.8.0.
...
* gnu/packages/education.scm (fet): Update to 6.8.0.
2023-01-27 09:29:38 +01:00
Ivan Vilata i Balaguer
f656e61268
gnu: emacs-ergoemacs-mode: Include keyboard layout SVGs.
...
* gnu/packages/emacs-xyz.scm (emacs-ergoemacs-mode)[arguments]<#:include>: Add
SVG files.
A couple of SVG files from the source need to be installed to make
‘ergoemacs-theme-describe’ and ‘ergoemacs-layout-describe’ work.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-27 09:26:59 +01:00
Ludovic Courtès
c2b40b4b4c
gnu: guile-static: Use 'gcc-ar' and 'gcc-ranlib'.
...
Fixes a regression introduced in
0e480ca7b6
whereby '%guile-static-3.0'
would fail to build with "undefined reference" errors at link time.
Fixes <https://issues.guix.gnu.org/61080 >.
Reported by Hilton Chain <hako@ultrarare.space>.
* gnu/packages/make-bootstrap.scm (make-guile-static): Pass 'AR' and
'RANLIB' as #:configure-flags.
2023-01-26 23:22:34 +01:00
Marius Bakke
c6ec9c7af9
gnu: ungoogled-chromium: Update to 109.0.5414.119-1.
...
* gnu/packages/chromium.scm (%chromium-version): Set to 109.0.5414.119.
(%ungoogled-origin): Update hash.
(ungoogled-chromium)[source]: Likewise.
[arguments]: Use delete-file-recursively instead of rmdir for compatibility
with downstream versions. Remove unused binding.
2023-01-26 17:14:48 +01:00
Ludovic Courtès
0e480ca7b6
gnu: guile: Update to 3.0.9.
...
* gnu/packages/guile.scm (guile-3.0-latest): Update to 3.0.9.
* gnu/packages/package-management.scm (guix-for-cuirass): Remove.
* gnu/packages/ci.scm (cuirass)[inputs]: Replace 'guix-for-cuirass' with
'guix'.
* gnu/packages/patches/guile-continuation-stack-leak.patch,
gnu/packages/patches/guile-cross-compilation.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove them.
2023-01-26 15:16:54 +01:00
Ludovic Courtès
230de2e94b
gnu: guix: Update to d5fece6
.
...
* gnu/packages/package-management.scm (guix): Update to d5fece6
.
2023-01-26 15:15:05 +01:00
Michael Rohleder
d5fece6bfe
gnu: strawberry: Update to 1.0.14.
...
* gnu/packages/music.scm (strawberry): Update to 1.0.14.
[inputs]: Remove qtx11extras (left from qt5 to qt6 migration).
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-26 11:11:19 +01:00
Fredrik Salomonsson
99f2a39c8d
gnu: emacs-next: Update to 29.0.50-4.6adc193.
...
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-4.6adc193.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-26 11:11:19 +01:00
Felix Lechner
59a714057f
gnu: Add python-pysimplesoap.
...
* gnu/packages/python-web.scm (python-pysimplesoap): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-26 11:11:19 +01:00
Sughosha
359d33ee40
gnu: Add wl-color-picker.
...
* gnu/packages/xdisorg.scm (wl-color-picker): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-01-26 11:11:18 +01:00
Bruno Victal
4d2e35ebf8
gnu: Add nginx-module-vts.
...
Depends on nginx http_stub_status_module.
* gnu/packages/web.scm (nginx-module-vts): New variable.
(nginx)[arguments]: Add "--with-http_stub_status_module" to #:configure-flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-26 11:11:18 +01:00
Efraim Flashner
0d22ea8282
gnu: poke: Disable static library.
...
* gnu/packages/engineering.scm (poke)[arguments]: Adjust configure-flags
to skip the static library.
2023-01-26 10:55:52 +02:00
Efraim Flashner
4e9c737b30
gnu: poke: Update to 3.0.
...
* gnu/packages/engineering.scm (poke): Update to 3.0.
2023-01-26 10:39:00 +02:00
Tor-björn Claesson
a84ceaa8b2
gnu: gdcm: Add documentation.
...
* gnu/packages/bioinformatics.scm (gdcm)[outputs]: New field.
[arguments]: Add #:phases. Augment #:configure-flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-25 23:50:42 +01:00
Tor-björn Claesson
56551281a5
gnu: gdcm: Ignore 3 failing tests.
...
* gnu/packages/bioinformatics.scm (gdcm)[arguments]: Skip three more
failing tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-25 23:50:42 +01:00
Ludovic Courtès
1622f4337c
gnu: guix: Update to ebcb5c8
.
...
* gnu/packages/package-management.scm (guix): Update to ebcb5c8
.
2023-01-25 23:50:42 +01:00
Leo Famulari
968b882f55
gnu: linux-libre 4.14: Update to 4.14.304.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.304.
(linux-libre-4.14-pristine-source): Update hash.
2023-01-25 13:36:37 -05:00
Leo Famulari
ff513d41d3
gnu: linux-libre 4.19: Update to 4.19.271.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.271.
(linux-libre-4.19-pristine-source): Update hash.
2023-01-25 13:36:37 -05:00
Leo Famulari
31b289f04a
gnu: linux-libre 5.4: Update to 5.4.230.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.230.
(linux-libre-5.4-pristine-source): Update hash.
2023-01-25 13:36:37 -05:00
Leo Famulari
c608ccbae8
gnu: linux-libre 5.10: Update to 5.10.165.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.165.
(linux-libre-5.10-pristine-source): Update hash.
2023-01-25 13:36:36 -05:00
Leo Famulari
514ef8d7ae
gnu: linux-libre 5.15: Update to 5.15.90.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.90.
(linux-libre-5.15-pristine-source): Update hash.
2023-01-25 13:36:36 -05:00
Leo Famulari
3ae39911d3
gnu: linux-libre: Update to 6.1.8.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.8.
(linux-libre-6.1-pristine-source): Update hash.
2023-01-25 13:36:33 -05:00
Cayetano Santos
50aa7cf08b
gnu: emacs-helm-bibtex: Update to 2.0.1-1.8ebf50d.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-bibtex): Update to 2.0.1-1.8ebf50d.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-25 19:09:43 +01:00
John Kehayias
a7557329d9
gnu: emacs-mu4e-alert: Update to 1.0-0.3c9af8c.
...
* gnu/packages/emacs-xyz.scm (emacs-mu4e-alert): Update to 1.0-0.3c9af8c.
[source]: Switch to maintained fork.
[propagated-inputs]: Reorder alphabetically.
[home-page]: Ditto.
[synopsis]: Update to match main uses of package.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Original repository is no longer maintained and MELPA has switched to an
active fork, required for compatibility with recent versions of mu4e. See
<https://github.com/melpa/melpa/pull/7927 >.
2023-01-25 18:58:18 +01:00
Cayetano Santos
d8d37b98e9
gnu: Add emacs-helm-themes.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-themes): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-25 18:53:47 +01:00
Cayetano Santos
035c10dd47
gnu: Add emacs-paradox.
...
* gnu/packages/emacs-xyz.scm (emacs-paradox): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-25 18:50:20 +01:00
Nicolas Graves
f6286812ec
gnu: emacs-smartparens: Update to 1.11.0-0.7afd647.
...
* gnu/packages/emacs-xyz.scm: Update to 1.11.0-0.7afd647.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-25 18:41:59 +01:00
Nicolas Graves
3f58362618
gnu: emacs-origami-el: Add patch to fix cl package deprecation.
...
* gnu/packages/emacs-xyz.scm (emacs-origami-el):
[source] Add patch to fix cl package deprecation.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-25 18:41:59 +01:00
Tobias Geerinckx-Rice
7794eeac76
gnu: guile-gnutls: Use gnutls-latest consistently.
...
* gnu/packages/tls.scm (guile-gnutls)[native-inputs]: Substitute
gnutls-latest for gnutls.
Reported by jackhill in #guix.
2023-01-22 01:00:00 +01:00
Ricardo Wurmus
9518c61e70
gnu: Add jack-example-tools.
...
* gnu/packages/audio.scm (jack-example-tools): New variable.
2023-01-25 18:29:45 +01:00
Ricardo Wurmus
d1f9519c00
gnu: jack-1: Update comment to recommend use of jack-2.
...
* gnu/packages/audio.scm (jack-1, jack-2): Update comments.
2023-01-25 18:29:45 +01:00
Ludovic Courtès
cb141aaf67
gnu: texinfo: Update to 7.0.2.
...
* gnu/packages/texinfo.scm (texinfo-7): Update to 7.0.2.
2023-01-25 18:14:42 +01:00
Ludovic Courtès
8b2721de6a
packages: Adjust 'generate-package-cache' for Guile 3.0.9.
...
* gnu/packages.scm (generate-package-cache): Adjust for Guile 3.0.9.
2023-01-25 18:14:42 +01:00
Nicolas Goaziou
bd55412fc2
gnu: emacs-compat: Update to 29.1.3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.3.1.
2023-01-25 17:31:19 +01:00
Nicolas Goaziou
378fcecb29
gnu: emacs-relint: Update to 1.21.
...
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.21.
2023-01-25 17:31:18 +01:00
Nicolas Goaziou
a8869a8f1f
gnu: emacs-project: Update to 0.9.5.
...
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.5.
2023-01-25 17:31:18 +01:00
Tobias Geerinckx-Rice
68b6f7a2b4
gnu: jalv: Update to 1.6.8.
...
* gnu/packages/audio.scm (jalv): Update to 1.6.8.
[build-system]: Use Meson.
[arguments]: Add a new 'build-PIC phase.
2023-01-22 01:00:00 +01:00
Tobias Geerinckx-Rice
880d2b9e31
gnu: iir: Update to 1.9.4.
...
* gnu/packages/audio.scm (iir): Update to 1.9.4.
2023-01-22 01:00:00 +01:00
Tobias Geerinckx-Rice
a166edbf93
gnu: bind: Update to 9.16.37 [security fixes].
...
This release contains fixes for CVE-2022-3094, CVE-2022-3736,
and CVE-2022-3924.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.37.
2023-01-22 01:00:00 +01:00
Ricardo Wurmus
0d713e0140
gnu: Add python-slamdunk.
...
* gnu/packages/bioinformatics.scm (python-slamdunk): New variable.
2023-01-25 15:24:48 +01:00
Guillaume Le Vaillant
ba1b61a72d
gnu: txr: Update to 284.
...
* gnu/packages/lisp.scm (txr): Update to 284.
2023-01-25 10:51:26 +01:00
Paul A. Patience
b0df8de60f
gnu: Add cl-clingon.
...
* gnu/packages/lisp-xyz.scm (sbcl-clingon, cl-clingon, ecl-clingon): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-01-25 10:51:26 +01:00
Paul A. Patience
0b9aea07d2
gnu: Add cl-trivial-octet-streams.
...
* gnu/packages/lisp-xyz.scm (sbcl-trivial-octet-streams,
cl-trivial-octet-streams, ecl-trivial-octet-streams): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-01-25 10:51:26 +01:00
Paul A. Patience
9cebf247e7
gnu: cl-coalton: Update to 0.0.1-3.ba75806.
...
* gnu/packages/lisp-xyz.scm (sbcl-coalton): Update to 0.0.1-3.ba75806.
[source]: Add cl- prefix to file-name.
[inputs]: Remove sbcl-global-vars, sbcl-serapeum and sbcl-trivia, and
add sbcl-split-sequence and sbcl-trivial-garbage.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-01-25 10:51:26 +01:00
Efraim Flashner
b7bff3a76f
gnu: diffoscope: Replace cdrtools with cdrkit-libre.
...
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove
cdrtools. Add cdrkit-libre.
2023-01-25 09:46:37 +02:00
Efraim Flashner
e71dc64e23
gnu: diffoscope: Use newer llvm.
...
* gnu/packages/diffoscope.scm (diffoscope)[source]: Remove patch.
[native-inputs]: Replace llvm-9 with llvm.
* gnu/packages/patches/diffoscope-fix-llvm-test.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2023-01-25 09:45:30 +02:00
Mădălin Ionel Patrașcu
718223c58c
gnu: Add python-phylophlan.
...
* gnu/packages/bioinformatics.scm (python-phylophlan): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
2023-01-25 00:22:53 +01:00
Mădălin Ionel Patrașcu
ed56d2a1c2
gnu: Add python-hclust2.
...
* gnu/packages/bioinformatics.scm (python-hclust2): New variable.
2023-01-25 00:22:53 +01:00
Mădălin Ionel Patrașcu
47839a9ed6
gnu: Add python-cmseq.
...
* gnu/packages/bioinformatics.scm (python-cmseq): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
2023-01-25 00:22:53 +01:00
Ricardo Wurmus
9558da5bb4
gnu: Add python-bcbio-gff/biopython-1.73.
...
* gnu/packages/bioinformatics.scm (python-bcbio-gff/biopython-1.73): New variable.
2023-01-25 00:22:53 +01:00
Ricardo Wurmus
45f2d7eb90
gnu: Add emacs-malyon.
...
* gnu/packages/emacs-xyz.scm (emacs-malyon): New variable.
2023-01-25 00:22:53 +01:00
Sughosha
dfcd913578
gnu: Add synthpod.
...
* gnu/packages/music.scm (synthpod): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-01-25 00:22:53 +01:00
Maxim Cournoyer
f9c151b936
gnu: rpm: Update to 4.18.0.
...
* gnu/packages/package-management.scm (rpm): Update to 4.18.0.
[arguments]: Improve robustness of fix-lua-check phase. Delete obsolete
set-nss-library-path phase.
[inputs]: Remove bdb, cpio, nspr, and nss. Move python to...
[native-inputs]: ... here.
2023-01-24 16:48:33 -05:00
Ludovic Courtès
3b744e9975
gnu: flint: Add 'release-monitoring-url' property.
...
* gnu/packages/algebra.scm (flint)[properties]: New field.
2023-01-23 23:23:08 +01:00
Maxim Cournoyer
9e4f1f8c33
gnu: universal-ctags: Update to 6.0.20230122.0.
...
* gnu/packages/code.scm (universal-ctags): Update to 6.0.20230122.0.
2023-01-23 12:10:09 -05:00
Clément Lassieur
4da229d777
gnu: woof: Update to 20220202.
...
* gnu/packages/web.scm (woof): Update to 20220202.
[source]: Change to Github.
[arguments]: Update source path, change to python3, remove chmod.
[inputs]: Change to python3.
2023-01-23 16:53:14 +01:00
Pierre Neidhardt
3a1b18aa45
gnu: Add dwarfs.
...
* gnu/packages/file-systems.scm (dwarfs): New variable.
2023-01-23 14:19:11 +01:00
Pierre Neidhardt
04ade01beb
gnu: Add libdwarf.
...
* gnu/packages/elf.scm (libdwarf): New variable.
2023-01-23 14:19:11 +01:00
Jan (janneke) Nieuwenhuizen
be07379630
gnu: dezyne: Update to 2.17.0.
...
* gnu/packages/dezyne.scm (dezyne): Update to 2.17.0.
2023-01-23 13:10:59 +01:00
Maxim Cournoyer
2b1e5cb6a8
gnu: diffoscope: Simplify the build-man-page phase.
...
* gnu/packages/diffoscope.scm (diffoscope) [phases]: Remove MAKE-FLAGS binding
in the build-man-page phase, as the python-build-system has no such argument.
2023-01-22 19:50:48 -05:00
Maxim Cournoyer
e5dc6541fe
gnu: diffoscope: Fix indentation.
...
* gnu/packages/diffoscope.scm (diffoscope): Fix indentation.
2023-01-22 19:46:49 -05:00
Vagrant Cascadian
eea8a872ff
gnu: diffoscope: Update to 233.
...
* gnu/packages/diffoscope.scm (diffoscope): Update to 233.
[native-inputs]: Add lzip and python-pypdf, drop python-pypdf2.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-22 19:40:32 -05:00
Vagrant Cascadian
f8400b2cbd
gnu: Add python-pypdf.
...
* gnu/packages/pdf.scm (python-pypdf): New variable.
* gnu/packages/patches/python-pypdf-annotate-tests-appropriately.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register patch.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-22 19:40:10 -05:00
Sergiu Ivanov
356e33641a
gnu: volctl: Update to 0.9.3.
...
Fixes <https://issues.guix.gnu.org/58120 >.
* gnu/packages/gtk.scm (volctl): Update to 0.9.3.
[arguments]: Update substitutions in patch-path phase and delete
trailing #t.
[inputs]: Delete pulseaudio. Move gtk+ to...
[propagated-inputs] ... here.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-22 16:24:10 -05:00
Sergiu Ivanov
7a932ccf85
gnu: Add python-pulsectl.
...
* gnu/packages/audio.scm (python-pulsectl): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-22 16:24:04 -05:00
Sergiu Ivanov
9aa674151a
gnu: volctl: Make the synopsis line shorter.
...
* gnu/packages/gtk.scm (volctl): Make the synopsis line shorter.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-22 16:14:41 -05:00
Simon Tournier
5965d74c8c
gnu: libarchive: Mention bsdcat, bsdcpio and bsdtar in description.
...
* gnu/packages/backup.scm (libarchive)[description]: Mention the bsdcat,
bsdcpio and bsdtar commands.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-22 14:16:11 -05:00
Ludovic Courtès
6ffeef92e6
services: hpcguix-web: Provide default values.
...
* gnu/services/web.scm (<hpcguix-web-configuration>)[specs]: Default to #f.
(hpcguix-web-shepherd-service): Do not pass '--config' when SPECS is #f.
(hpcguix-web-service-type)[default-value]: New field.
* doc/guix.texi (Web Services): Adjust accordingly.
2023-01-22 18:12:09 +01:00
Ludovic Courtès
e1dbac04c3
gnu: hpcguix-web: Update to 0.3.0.
...
* gnu/packages/web.scm (hpcguix-web): Update to 0.3.0.
[inputs]: Add GUILE-SYNTAX-HIGHLIGHT.
[arguments]: In 'wrap-program' phase, take guile-syntax-highlight into
account.
* gnu/tests/web.scm (%hpcguix-web-specs): Remove 'define'.
* doc/guix.texi (Web Services): Adjust accordingly.
2023-01-22 18:12:09 +01:00
Andreas Enge
15eda456a7
gnu: pari-gp: Update to 2.15.2.
...
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.2.
2023-01-22 18:03:07 +01:00
Tobias Geerinckx-Rice
091c4d7f0e
gnu: libxmlb: Update to 0.3.10.
...
* gnu/packages/xml.scm (libxmlb): Update to 0.3.10.
2023-01-15 01:00:21 +01:00
Tobias Geerinckx-Rice
d2d38add07
gnu: libucl: Update to 0.8.2.
...
* gnu/packages/wm.scm (libucl): Update to 0.8.2.
2023-01-15 01:00:21 +01:00
Tobias Geerinckx-Rice
f887a0085d
gnu: memcached: Update to 1.6.18.
...
* gnu/packages/databases.scm (memcached): Update to 1.6.18.
2023-01-15 01:00:21 +01:00
Tobias Geerinckx-Rice
6fb3dfdfa9
gnu: klavaro: Update to 3.14.
...
* gnu/packages/education.scm (klavaro): Update to 3.14.
2023-01-15 01:00:21 +01:00
Tobias Geerinckx-Rice
494a2e0707
gnu: gvfs: Update to 1.50.3.
...
* gnu/packages/gnome.scm (gvfs): Update to 1.50.3.
2023-01-15 01:00:21 +01:00
Tobias Geerinckx-Rice
4ce0304c70
gnu: barrage: Update to 1.0.6.
...
* gnu/packages/games.scm (barrage): Update to 1.0.6.
2023-01-15 01:00:21 +01:00
Liliana Marie Prikler
3174affaf4
gnu: gnome-latex: Update to 3.44.0.
...
* gnu/packages/gnome.scm (gnome-latex): Update to 3.44.0.
2023-01-22 12:54:37 +01:00
Liliana Marie Prikler
7fef5c1e2a
gnu: devhelp: Update to 43.0.
...
* gnu/packages/gnome.scm (devhelp): Update to 43.0.
[arguments]: Update ‘skip-gtk-update-icon-cache’ accordingly.
2023-01-22 12:54:37 +01:00
Liliana Marie Prikler
14d8c4fe6f
gnu: gedit: Update to 44.1.
...
* gnu/packages/gnome.scm (gedit): Update to 44.1.
[native-inputs]: Add gtk-doc.
[inputs]: Add amtk and tepl.
2023-01-22 12:54:37 +01:00
Liliana Marie Prikler
19e1bab4a0
gnu: amtk: Update to 5.6.1.
...
* gnu/packages/gnome.scm (amtk): Update to 5.6.1.
2023-01-22 12:54:37 +01:00
Liliana Marie Prikler
d88dcdadbd
gnu: tepl: Update to 6.4.0.
...
* gnu/packages/gnome.scm (tepl): Update to 6.4.0.
2023-01-22 12:54:36 +01:00
André Batista
a5a990d074
gnu: lighttpd: Update to 1.4.68.
...
* gnu/packages/web.scm (lighttpd): Update to 1.4.68.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-01-22 11:27:56 +02:00
Sughosha
1fe2088eb9
gnu: gnome-shell-extension-radio: Update to 20.
...
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): Update to 20.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-01-22 10:05:30 +01:00
Wamm K. D
c49f2ac412
gnu: Add libxapp.
...
* gnu/packages/cinnamon.scm (libxapp): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-01-22 10:05:30 +01:00
Liliana Marie Prikler
1267cc97a9
gnu: emacs-minimal: Do not patch compilation driver.
...
The ‘patch-compilation-driver’ phase pulls in libgccjit even though it has
been deliberately removed from emacs-minimal.
* gnu/packages/emacs.scm (emacs)[#:phases]: Delete ‘patch-compilation-driver’.
2023-01-22 10:05:30 +01:00
Liliana Marie Prikler
ebea3815e6
gnu: emacs-company-box: Remove unclearly licensed icons from source.
...
emacs-company-box bundles icons with unclear licenses.
Confer <https://github.com/emacs-lsp/lsp-treemacs/issues/123 >.
* gnu/packages/emacs-xyz.scm (%emacs-company-box-upstream-source): New variable.
(emacs-company-box)[source]: Use a computed origin to remove unclearly licensed
icons. Also remove source code which mentions said icons.
2023-01-22 10:05:30 +01:00
r0man
e0d2ec418b
gnu: emacs-lsp-treemacs: Remove unclearly licensed icons.
...
emacs-lsp-treemacs bundles icons with unclear licenses.
See also <https://github.com/emacs-lsp/lsp-treemacs/issues/123 >.
* gnu/packages/emacs-xyz.scm (%emacs-lsp-treemacs-upstream-source): New
variable.
(emacs-treemacs)[source]: Use a computed origin to remove unclearly licensed
icons. Also remove source code which mentions said icons.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-01-22 10:05:30 +01:00
Mădălin Ionel Patrașcu
6564a04efa
gnu: Add perl-memory-usage.
...
* gnu/packages/perl.scm (perl-memory-usage): New variable.
2023-01-22 09:17:37 +01:00
Mădălin Ionel Patrașcu
ac32f93df3
gnu: Add r-anvil.
...
* gnu/packages/bioconductor.scm (r-anvil): New variable.
2023-01-22 09:16:18 +01:00
Mădălin Ionel Patrașcu
452039f35e
gnu: Add r-rapiclient.
...
* gnu/packages/cran.scm (r-rapiclient): New variable.
2023-01-22 09:15:27 +01:00
Ricardo Wurmus
9fc3e4fb26
gnu: r-speaq: Fix description.
...
* gnu/packages/bioconductor.scm (r-speaq)[description]: Reword.
2023-01-22 09:12:50 +01:00
Mădălin Ionel Patrașcu
3d9516344e
gnu: Add r-alpsnmr.
...
* gnu/packages/bioconductor.scm (r-alpsnmr): New variable.
2023-01-22 08:56:51 +01:00
Mădălin Ionel Patrașcu
b374a45eb0
gnu: Add r-speaq.
...
* gnu/packages/bioconductor.scm (r-speaq): New variable.
2023-01-22 08:56:51 +01:00
Mădălin Ionel Patrașcu
a46f753051
gnu: Add r-missforest.
...
* gnu/packages/cran.scm (r-missforest): New variable.
2023-01-22 08:56:51 +01:00
Mădălin Ionel Patrașcu
63b7039cc1
gnu: Add r-baseline.
...
* gnu/packages/cran.scm (r-baseline): New variable.
2023-01-22 08:56:50 +01:00
Ricardo Wurmus
3a00c606c1
gnu: Add r-gwidgets2tcltk.
...
* gnu/packages/cran.scm (r-gwidgets2tcltk): New variable.
2023-01-22 08:56:50 +01:00
Ricardo Wurmus
5e5debf58c
gnu: Add r-gwidgets2.
...
* gnu/packages/cran.scm (r-gwidgets2): New variable.
2023-01-22 08:56:50 +01:00
Maxim Cournoyer
bbc8f4c29e
gnu: cheese: Move bash-minimal from propagated-inputs to inputs.
...
* gnu/packages/gnome.scm (cheese) [propagated-inputs]: Move bash-minimal to...
[inputs]: ... here.
2023-01-22 00:26:10 -05:00
Maxim Cournoyer
201fb6c63b
gnu: cheese: Wrap GST_PRESET_PATH to find GstVP8Enc.prs.
...
Before this fix, cheese would complain like so:
(cheese:15094): cheese-WARNING **: Can't find vp8enc preset: "Profile
Realtime", using alternate preset: "Cheese Realtime". If you see this, make a
bug report!
If you've run cheese before, make sure to run "rm -rf
~/.local/share/gstreamer-1.0" to make the fix effective.
* gnu/packages/gnome.scm (cheese) [phases]: Set the GST_PRESET_PATH
environment variable in the wrap phase.
2023-01-22 00:26:10 -05:00
Maxim Cournoyer
d10c8f5ef1
gnu: cheese: Sort inputs.
...
* gnu/packages/gnome.scm (cheese): Sort inputs.
2023-01-22 00:26:06 -05:00
Maxim Cournoyer
1a97e68de9
gnu: cheese: Use gexps.
...
* gnu/packages/gnome.scm (cheese) [arguments]: Use gexps.
[phases] {wrap-cheese}: Delete extraneous INPUTS binding.
2023-01-21 16:44:43 -05:00
Maxim Cournoyer
895389583b
gnu: cheese: Update to 43.0.
...
* gnu/packages/gnome.scm (cheese): Update to 43.0.
2023-01-21 16:43:36 -05:00
Simon Tournier
ba17b160ed
gnu: Remove reposurgeon.
...
This package is broken since 2018 and an update requires Go modules.
* gnu/packages/version-control.scm (reposurgeon): Delete variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-21 15:05:35 -05:00
Arun Isaac
900d33527c
gnu: guile2.2-xapian: Replace guile-lib with guile2.2-lib.
...
* gnu/packages/guile-xyz.scm (guile2.2-xapian)[propagated-inputs]: Replace
guile-lib with guile2.2-lib.
2023-01-21 11:06:20 +00:00
Nicolas Goaziou
eb5e0f2865
gnu: emacs-jarchive: Update to 0.10.0.
...
* gnu/packages/emacs-xyz.scm (emacs-jarchive): Update to 0.10.0.
2023-01-21 00:00:34 +01:00
Nicolas Goaziou
2470de4690
gnu: emacs-inspector: Update to 0.14.
...
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.14.
2023-01-21 00:00:33 +01:00
Nicolas Goaziou
f8d77c2f8c
gnu: emacs-auctex: Update to 13.1.8.
...
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.8.
2023-01-21 00:00:33 +01:00
Nicolas Goaziou
ce438bd3a5
gnu: emacs-compat: Update to 29.1.2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.2.0.
2023-01-21 00:00:32 +01:00
Cayetano Santos via Guix-patches via
23c3c747fd
gnu: emacs-biblio: Update to 0.2-1.517ec18.
...
* gnu/packages/emacs-xyz.scm (emacs-biblio): Update to 0.2-1.517ec18.
[propagated-inputs]: Add EMACS-SEQ.
2023-01-21 00:00:32 +01:00
Cayetano Santos via Guix-patches via
8b9d671c68
gnu: Add emacs-org-board.
...
* gnu/packages/emacs-xyz.scm (emacs-org-board): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-21 00:00:31 +01:00
Cayetano Santos via Guix-patches via
fe47725df1
gnu: emacs-org-present: Update to 0.1-1.4ec04e1.
...
* gnu/packages/emacs-xyz.scm (emacs-org-present): Update to 0.1-1.4ec04e1.
[propagated-inputs]: Add EMACS-ORG.
[synopsis]: Remove final full stop.
[description]: Improve typography.
[license]: Use GPL3+.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-21 00:00:31 +01:00
Tobias Geerinckx-Rice
f00782294a
gnu: libusb-compat: Omit static library.
...
* gnu/packages/libusb.scm (libusb-compat)[arguments]:
Add --disable-static to #:configure-flags.
2023-01-15 01:00:20 +01:00
Tobias Geerinckx-Rice
a2ed30856b
gnu: libusb-compat: Update to 0.1.8.
...
* gnu/packages/libusb.scm (libusb-compat): Update to 0.1.8.
[native-inputs]: Add autoconf, automake, and libtool.
2023-01-15 01:00:20 +01:00
Tobias Geerinckx-Rice
4b7faf6912
gnu: conntrack-tools: Update to 1.4.7.
...
* gnu/packages/linux.scm (conntrack-tools): Update to 1.4.7.
2023-01-15 01:00:20 +01:00
Tobias Geerinckx-Rice
4e4ea85c26
gnu: lirc: Remove obsolete trailing #t.
...
* gnu/packages/lirc.scm (lirc)[arguments]:
Don't explicitly return #t from phases.
2023-01-15 01:00:19 +01:00
Tobias Geerinckx-Rice
ec3226c398
gnu: lirc: Update to 0.10.2.
...
* gnu/packages/lirc.scm (lirc): Update to 0.10.2.
[arguments]: Add a new 'build-reproducibly phase to partially replace…
* gnu/packages/patches/lirc-reproducible-build.patch: …this updated file.
2023-01-15 01:00:00 +01:00
Tobias Geerinckx-Rice
ea37595a7c
gnu: lirc: Build reproducibly.
...
* gnu/packages/lirc.scm (lirc)[arguments]: Add a new 'omit-pip-sourceball phase.
2023-01-15 01:00:00 +01:00
Tobias Geerinckx-Rice
598e43c9df
gnu: nftables: Update to 1.0.6.
...
* gnu/packages/linux.scm (nftables): Update to 1.0.6.
2023-01-15 01:00:00 +01:00
Tobias Geerinckx-Rice
8a36ec67fc
gnu: fdm: Update to 2.2.
...
* gnu/packages/mail.scm (fdm): Update to 2.2.
2023-01-15 01:00:00 +01:00
Tobias Geerinckx-Rice
0dd03c4c0d
gnu: getmail6: Update to 6.18.11.
...
* gnu/packages/mail.scm (getmail6): Update to 6.18.11.
2023-01-15 01:00:00 +01:00
Ludovic Courtès
cdc76466e4
gnu: guix-jupyter: Remove hard-coded Guile effective version.
...
* gnu/packages/package-management.scm (guix-jupyter)[arguments]: In
'sed-kernel-json' phase, remove hard-coded "3.0".
2023-01-20 12:17:54 +01:00
Ludovic Courtès
ed279c941f
gnu: guix-jupyter: Re-enable parallel tests.
...
This reverts d09f3f82b8
, which turned out
to be unnecessary.
* gnu/packages/package-management.scm (guix-jupyter)[arguments]: Remove
#:parallel-tests? #f.
2023-01-20 12:17:54 +01:00
Ludovic Courtès
0f15cc49e1
gnu: guix-jupyter: Remove input labels.
...
* gnu/packages/package-management.scm (guix-jupyter)[inputs]: Remove
labels.
2023-01-20 12:17:54 +01:00
Ludovic Courtès
b60f3941b9
gnu: guix-jupyter: Define 'HOME' prior to 'check' phase.
...
Fixes <https://issues.guix.gnu.org/57077 >.
Reported by Andreas Enge <andreas@enge.fr>.
* gnu/packages/package-management.scm (guix-jupyter)[arguments]: Add
'define-home' phase.
2023-01-20 12:17:54 +01:00
Navid Afkhami
43b7a033e3
gnu: Add r-tsis.
...
* gnu/packages/bioinformatics.scm (r-tsis): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-01-20 11:06:43 +01:00
Navid Afkhami
ddfe68ebbe
gnu: Add r-doubletcollection.
...
* gnu/packages/bioinformatics.scm (r-doubletcollection): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-01-20 11:02:37 +01:00
Navid Afkhami
072f605c12
gnu: Add r-scds.
...
* gnu/packages/bioconductor.scm (r-scds): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-01-20 11:01:31 +01:00
Simon Tournier
c31d8adcb0
gnu: Add r-numbat.
...
* gnu/packages/bioconductor.scm (r-numbat): New variable.
2023-01-20 10:44:28 +01:00
Simon Tournier
2a2165a18e
gnu: Add r-roptim.
...
* gnu/packages/cran.scm (r-roptim): New variable.
2023-01-20 10:44:28 +01:00
Simon Tournier
f145afd16f
gnu: Add r-scistreer.
...
* gnu/packages/bioconductor.scm (r-scistreer): New variable.
2023-01-20 10:44:27 +01:00
Simon Tournier
a7f1a1c0f0
gnu: Add python-vireosnp.
...
* gnu/packages/bioinformatics.scm (python-vireosnp): New variable.
2023-01-20 10:40:59 +01:00
Arne Babenhauserheide
0d169401cb
gnu: java-logback-classic: Fix build.
...
* gnu/packages/java.scm (java-logback-classic)[arguments]: Use input name
"java-javaee-servletapi" instead of "servlet".
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-01-20 09:38:44 +01:00
Tobias Geerinckx-Rice
da9af8c72f
gnu: dovecot-pigeonhole: Update to 0.5.20.
...
‘No changes - release done to keep version numbers synced.’
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.20.
2023-01-15 01:00:30 +01:00
Tobias Geerinckx-Rice
e2d2f516b2
gnu: dovecot: Update to 2.3.20.
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.20.
2023-01-15 01:00:30 +01:00
Tobias Geerinckx-Rice
1dde14e6d3
gnu: man-pages: Update to 6.02.
...
* gnu/packages/man.scm (man-pages): Update to 6.02.
2023-01-15 01:00:30 +01:00
Tobias Geerinckx-Rice
060b6ffbb4
gnu: libvterm: Update to 0.3.1.
...
* gnu/packages/terminals.scm (libvterm): Update to 0.3.1.
2023-01-15 01:00:30 +01:00