summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2023-07-07gnu: u-boot: Remove extraneous space.Maxim Cournoyer
* gnu/packages/bootloaders.scm (u-boot) [build-system]: Remove extraneous space.
2023-07-07gnu: Add crust-pinebook and crust-pine64-plus.Vagrant Cascadian
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add or1k-elf. gnu/packages/firmware.scm (make-crust-package, crust-pinebook) (crust-pine64-plus): New variables. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Maxime Devos <maximedevos@telenet.be> Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-07gnu: Add nanosvg.Maxim Cournoyer
* gnu/packages/graphics.scm (nanosvg): New variable.
2023-07-07gnu: b4: Update to 0.12.3.Josselin Poiret
* gnu/packages/version-control.scm (b4): Update to 0.12.3.
2023-07-07services: libvirt: Add requirement on dbus.Josselin Poiret
* gnu/services/virtualization.scm (libvirt-shepherd-service): Add requirement on dbus.
2023-07-07image: Prefer gpt partition table for efi imagesSergey Trofimov
* gnu/system/image.scm (efi-disk-image): Use gpt partition-table-type. (efi32-disk-image): Use gpt partition-table-type. (qcow2-image-type): Use mbr partition-table-type explicitly. * gnu/tests/image.scm: Assert partition table type of efi-disk-image. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-07-07gnu: gnome: Remove gnome-boxes from default GNOME apps.Josselin Poiret
* gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inputs, since it is no longer a Core App in 42.
2023-07-02gnu: privoxy: Update to 3.0.34.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (privoxy): Update to 3.0.34.
2023-07-02gnu: git: Update to 2.41.0.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (git): Update to 2.41.0. [source]: Remove upstreamed patch. * gnu/packages/patches/git-header-cmd.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2023-07-02gnu: memtest86+: Update to 6.20.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (memtest86+): Update to 6.20.
2023-07-02gnu: di: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (di)[arguments]: Rewrite as G-expressions. Rename 'setup-environment phase to 'override-environment.
2023-07-02gnu: di: Update to 4.52.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (di): Update to 4.52.
2023-07-02services: nginx: Harden php-location settings.Bruno Victal
* gnu/services/web.scm (nginx-php-location): Only pass existing PHP files to the back end. Mitigate httpoxy vulnerability.
2023-07-07gnu: Add Plunder.zamfofex
* gnu/packages/games.scm (plunder): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-reflex-sdl2.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-reflex-sdl2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-reflex.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-reflex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-ref-tf.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-ref-tf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-patch.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-patch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-prim-uniq.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-prim-uniq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-dependent-map.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-dependent-map): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-dependent-sum.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-dependent-sum): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-commutative-semigroup.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-commutative-semigroup): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-exception-transformers.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-exception-transformers): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-sdl2-gfx.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-sdl2-gfx): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-sdl2-ttf.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-sdl2-ttf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-these-lens.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-these-lens): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-generic-lens.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-generic-lens): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-generic-lens-core.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-generic-lens-core): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-indexed-profunctors.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-indexed-profunctors): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-constraints-extras.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-constraints-extras): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-hscolour.zamfofex
* gnu/packages/haskell-xyz.scm (ghc-hscolour): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-proctest.zamfofex
* gnu/packages/haskell-check.scm (ghc-proctest): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07gnu: Add ghc-xmobarSaku Laesvuori
* gnu/packages/wm.scm (ghc-xmobar): New variable. (xmobar)[inputs]: Remove everything except libxpm. Add ghc-xmobar. [arguments]: Disable tests as they are run in ghc-xmobar. Configure only the xmobar executable. Remove unnecessary phases. [native-inputs]: Remove everything.
2023-07-07gnu: Add python-tslearn.Navid Afkhami
* gnu/packages/machine-learning.scm (python-tslearn): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
2023-07-07gnu: python-statsmodels: Update to 0.14.0.Ricardo Wurmus
* gnu/packages/statistics.scm (python-statsmodels): Update to 0.14.0. [source]: Simplify snippet. [build-system]: Use pyproject-build-system. [arguments]: Remove trailing #T from build phase. [propagated-inputs]: Add python-packaging; remove python-matplotlib. [native-inputs]: Add python-colorama, python-flake8, python-isort, python-joblib, python-matplotlib, python-pytest, python-pytest-randomly, python-pytest-xdist, and python-setuptools-scm; remove python-nose and python-sphinx.
2023-07-02gnu: mu: Update to 1.10.4.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mu): Update to 1.10.4. [arguments]: Remove old 'fix-build-system phase.
2023-07-02gnu: corefreq: Update to 1.96.5.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (corefreq): Update to 1.96.5.
2023-07-06gnu: r-pando: Fix hash.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-pando)[source]: Update hash.
2023-07-06gnu: bismark: Update to 0.24.1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bismark): Update to 0.24.1. [source]: Delete bundled plot.ly. [arguments]: Use plain list; remove trailing #T from build phases; adjust 'replace-plotly.js phase to account for use of script tags; adjust 'install phase to install documentation in markdown format; add 'configure phase for replacing references to tools. [inputs]: Add bowtie, hisat2, minimap2, and samtools.
2023-07-06installer: Restore LatGrkCyr-8x16 console font depending on language.Denys Nykula
Partially-Fixes: <https://issues.guix.gnu.org/64006> * gnu/installer/services.scm (system-services->configuration): When the LANGUAGE environment variable matches a known native console font, wrap the base services with modify-services, configuring console-font-service-type to set the native console font on every tty instead of the default console font. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
2023-07-06gnu: linux-libre 5.15: Update to 5.15.20.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.20. (linux-libre-5.15-pristine-source): Update hash.
2023-07-06gnu: linux-libre 6.1: Update to 6.1.38.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.38. (linux-libre-6.1-pristine-source): Update hash.
2023-07-06gnu: linux-libre: Update to 6.3.12.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.12. (linux-libre-6.3-pristine-source): Update hash.
2023-07-06gnu: l3afpad: Update to 0.8.18.1.11-0.16f2222.Leo Famulari
* gnu/packages/text-editors.scm (l3afpad): Update to 0.8.18.1.11-0.16f2222. [arguments]: Install the README and the man page.
2023-07-06gnu: python-pikepdf: Update to 7.2.0.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 7.2.0. [native-inputs]: Remove PYTHON-SETUPTOOLS, PYTHON-SETUPTOOLS-SCM, PYTHON-SETUPTOOLS-SCM-GIT-ARCHIVE, PYTHON-TOML, PYTHON-WHEEL. Add PYTHON-ATTRS, PYTHON-COVERAGE, PYTHON-HYPOTHESIS, PYTHON-PSUTIL, PYTHON-PYTEST, PYTHON-PYTEST-COV, PYTHON-PYTEST-TIMEOUT, PYTHON-PYTEST-XDIST, PYTHON-DATEUTIL, PYTHON-TOMLI. [propagated-inputs]: Remove PYTHON-LXML. Add PYTHON-DEPRECATION, PYTHON-PACKAGING, PYTHON-PILLOW.
2023-07-05gnu: Add passwdqc.flabbergasted
* gnu/packages/password-utils.scm (passwdqc): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-05gnu: guile-jsonld: Improve package style.Z572
* gnu/packages/guile-xyz.scm (guile-jsonld): Improve overall indentation. [propagated-inputs]: Remove labels. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-05gnu: guile-jsonld: Fix build.Z572
* gnu/packages/guile-xyz.scm (guile-jsonld)[propagated-inputs]: Replace GNUTLS with GUILE-GNUTLS. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-05gnu: emacs-vertico: Remove an unused argument in a phase.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-vertico)[arguments]<#:phases>: Remove OUTPUTS argument.
2023-07-05gnu: emacs-vertico: Update to 1.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 1.4.