summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-25gnu: cl-coalton: Update to 0.0.1-3.ba75806.Paul A. Patience
* 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-25gnu: diffoscope: Replace cdrtools with cdrkit-libre.Efraim Flashner
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove cdrtools. Add cdrkit-libre.
2023-01-25gnu: diffoscope: Use newer llvm.Efraim Flashner
* 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-25gnu: Add python-phylophlan.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (python-phylophlan): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
2023-01-25gnu: Add python-hclust2.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (python-hclust2): New variable.
2023-01-25gnu: Add python-cmseq.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (python-cmseq): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
2023-01-25gnu: Add python-bcbio-gff/biopython-1.73.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-bcbio-gff/biopython-1.73): New variable.
2023-01-25gnu: Add emacs-malyon.Ricardo Wurmus
* gnu/packages/emacs-xyz.scm (emacs-malyon): New variable.
2023-01-25gnu: Add synthpod.Sughosha
* gnu/packages/music.scm (synthpod): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-01-24gnu: rpm: Update to 4.18.0.Maxim Cournoyer
* 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-23doc: Substitute @deffn usage with @defvar for Scheme variables.Bruno Victal
* doc/guix.texi (Base Services) (Networking Setup) (Networking Services) (Printing Services) (Desktop Services) (Sound Services) (Database Services) (Mail Services) (Messaging Services) (File-Sharing Services) (Web Services) (DNS Services) (Power Management Services) (Virtualization Services) (Linux Services) (Miscellaneous Services): Substitute @deffn usage with @defvar for Scheme variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-23doc: Use @defvar instead of @defvr for Scheme variables.Bruno Victal
* doc/guix.texi (Build Systems) (Search Paths) (The Store) (The Store Monad) (File Systems) (Mapped Devices) (User Accounts) (Locales) (Base Services) (Scheduled Job Execution) (Log Rotation) (Networking Setup) (Networking Services) (Unattended Upgrades) (X Window) (Desktop Services) (Database Services) (Messaging Services) (Kerberos Services) (Web Services) (Certificate Services) (VPN Services) (Network File System) (Samba Services) (Power Management Services) (Audio Services) (Virtualization Services) (Linux Services) (Hurd Services) (Miscellaneous Services) (Setuid Programs) (Name Service Switch) (Initial RAM Disk) (Service Reference) (Shepherd Services) (Essential Home Services) (Mcron Home Service) (Power Management Home Services) (Shepherd Home Service) (Secure Shell) (Desktop Home Services) (Guix Home Services) (Supported Platforms) (Instantiate an Image) (image-type Reference): Use @defvar instead of @defvr for Scheme variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-23doc: Fix incorrect use of @defvar.Bruno Victal
* doc/guix.texi (Monitoring Services) (VNC Services) (Samba Services) (Game Services) (PAM Mount Service) (Guix Services): Fix incorrect use of @defvar. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-23doc: Document the 'release-monitoring-url' package property.Ludovic Courtès
* doc/guix.texi (Invoking guix refresh): Mention the 'release-monitoring-url' property.
2023-01-23gnu: flint: Add 'release-monitoring-url' property.Ludovic Courtès
* gnu/packages/algebra.scm (flint)[properties]: New field.
2023-01-23channels: 'channel->code' emits 'channel' field only when necessary.Ludovic Courtès
* guix/channels.scm (channel->code): Emit 'commit' field only when it is true.
2023-01-23import: opam: Do not crash when description is missing.Ludovic Courtès
Previous 'guix import opam coccinelle' would crash due to the lack of a description. * guix/import/opam.scm (opam->guix-package): Call 'beautify-description' only when "description" metadata is available.
2023-01-23gnu: universal-ctags: Update to 6.0.20230122.0.Maxim Cournoyer
* gnu/packages/code.scm (universal-ctags): Update to 6.0.20230122.0.
2023-01-23gnu: woof: Update to 20220202.Clément Lassieur
* 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-23gnu: Add dwarfs.Pierre Neidhardt
* gnu/packages/file-systems.scm (dwarfs): New variable.
2023-01-23gnu: Add libdwarf.Pierre Neidhardt
* gnu/packages/elf.scm (libdwarf): New variable.
2023-01-23gnu: dezyne: Update to 2.17.0.Jan (janneke) Nieuwenhuizen
* gnu/packages/dezyne.scm (dezyne): Update to 2.17.0.
2023-01-22gnu: diffoscope: Simplify the build-man-page phase.Maxim Cournoyer
* 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-22gnu: diffoscope: Fix indentation.Maxim Cournoyer
* gnu/packages/diffoscope.scm (diffoscope): Fix indentation.
2023-01-22gnu: diffoscope: Update to 233.Vagrant Cascadian
* 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-22gnu: Add python-pypdf.Vagrant Cascadian
* 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-22gnu: volctl: Update to 0.9.3.Sergiu Ivanov
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-22gnu: Add python-pulsectl.Sergiu Ivanov
* gnu/packages/audio.scm (python-pulsectl): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-22gnu: volctl: Make the synopsis line shorter.Sergiu Ivanov
* gnu/packages/gtk.scm (volctl): Make the synopsis line shorter. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-22gnu: libarchive: Mention bsdcat, bsdcpio and bsdtar in description.Simon Tournier
* 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-22services: hpcguix-web: Provide default values.Ludovic Courtès
* 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-22gnu: hpcguix-web: Update to 0.3.0.Ludovic Courtès
* 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-22gnu: pari-gp: Update to 2.15.2.Andreas Enge
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.2.
2023-01-15gnu: libxmlb: Update to 0.3.10.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (libxmlb): Update to 0.3.10.
2023-01-15gnu: libucl: Update to 0.8.2.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (libucl): Update to 0.8.2.
2023-01-15gnu: memcached: Update to 1.6.18.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (memcached): Update to 1.6.18.
2023-01-15gnu: klavaro: Update to 3.14.Tobias Geerinckx-Rice
* gnu/packages/education.scm (klavaro): Update to 3.14.
2023-01-15gnu: gvfs: Update to 1.50.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gvfs): Update to 1.50.3.
2023-01-15gnu: barrage: Update to 1.0.6.Tobias Geerinckx-Rice
* gnu/packages/games.scm (barrage): Update to 1.0.6.
2023-01-22gnu: gnome-latex: Update to 3.44.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (gnome-latex): Update to 3.44.0.
2023-01-22gnu: devhelp: Update to 43.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (devhelp): Update to 43.0. [arguments]: Update ‘skip-gtk-update-icon-cache’ accordingly.
2023-01-22gnu: gedit: Update to 44.1.Liliana Marie Prikler
* gnu/packages/gnome.scm (gedit): Update to 44.1. [native-inputs]: Add gtk-doc. [inputs]: Add amtk and tepl.
2023-01-22gnu: amtk: Update to 5.6.1.Liliana Marie Prikler
* gnu/packages/gnome.scm (amtk): Update to 5.6.1.
2023-01-22gnu: tepl: Update to 6.4.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (tepl): Update to 6.4.0.
2023-01-22gnu: lighttpd: Update to 1.4.68.André Batista
* gnu/packages/web.scm (lighttpd): Update to 1.4.68. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-01-22gnu: gnome-shell-extension-radio: Update to 20.Sughosha
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): Update to 20. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-01-22gnu: Add libxapp.Wamm K. D
* gnu/packages/cinnamon.scm (libxapp): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-01-22gnu: emacs-minimal: Do not patch compilation driver.Liliana Marie Prikler
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-22gnu: emacs-company-box: Remove unclearly licensed icons from source.Liliana Marie Prikler
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-22gnu: emacs-lsp-treemacs: Remove unclearly licensed icons.r0man
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>