summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-07gnu: Add ghc-sdl2-ttf....* gnu/packages/haskell-xyz.scm (ghc-sdl2-ttf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-these-lens....* gnu/packages/haskell-xyz.scm (ghc-these-lens): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-generic-lens....* gnu/packages/haskell-xyz.scm (ghc-generic-lens): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-generic-lens-core....* gnu/packages/haskell-xyz.scm (ghc-generic-lens-core): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-indexed-profunctors....* gnu/packages/haskell-xyz.scm (ghc-indexed-profunctors): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-constraints-extras....* gnu/packages/haskell-xyz.scm (ghc-constraints-extras): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-hscolour....* gnu/packages/haskell-xyz.scm (ghc-hscolour): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-proctest....* gnu/packages/haskell-check.scm (ghc-proctest): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07avahi: Poll less....* guix/avahi.scm (avahi-publish-service-thread): Have #:timeout default to #f when 'stop-loop?' is NEVER, or 500ms. (avahi-browse-service-thread): #:timeout defaults to 500ms when 'stop-loop?' is provided. Ludovic Courtès
2023-07-07gnu: Add ghc-xmobar...* 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. Saku Laesvuori
2023-07-07gnu: Add python-tslearn....* gnu/packages/machine-learning.scm (python-tslearn): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>. Navid Afkhami
2023-07-07gnu: python-statsmodels: Update to 0.14.0....* 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. Ricardo Wurmus
2023-07-02gnu: mu: Update to 1.10.4....* gnu/packages/mail.scm (mu): Update to 1.10.4. [arguments]: Remove old 'fix-build-system phase. Tobias Geerinckx-Rice
2023-07-02gnu: corefreq: Update to 1.96.5....* gnu/packages/linux.scm (corefreq): Update to 1.96.5. Tobias Geerinckx-Rice
2023-07-06gnu: r-pando: Fix hash....* gnu/packages/bioinformatics.scm (r-pando)[source]: Update hash. Ricardo Wurmus
2023-07-06gnu: bismark: Update to 0.24.1....* 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. Ricardo Wurmus
2023-07-06installer: Restore LatGrkCyr-8x16 console font depending on language....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> Denys Nykula
2023-07-06gnu: linux-libre 5.15: Update to 5.15.20....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.20. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari
2023-07-06gnu: linux-libre 6.1: Update to 6.1.38....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.38. (linux-libre-6.1-pristine-source): Update hash. Leo Famulari
2023-07-06gnu: linux-libre: Update to 6.3.12....* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.12. (linux-libre-6.3-pristine-source): Update hash. Leo Famulari
2023-07-06gnu: l3afpad: Update to 0.8.18.1.11-0.16f2222....* gnu/packages/text-editors.scm (l3afpad): Update to 0.8.18.1.11-0.16f2222. [arguments]: Install the README and the man page. Leo Famulari
2023-07-06gnu: python-pikepdf: Update to 7.2.0....* 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. Nicolas Goaziou
2023-07-05gnu: Add passwdqc....* gnu/packages/password-utils.scm (passwdqc): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> flabbergasted
2023-07-05gnu: guile-jsonld: Improve package style....* gnu/packages/guile-xyz.scm (guile-jsonld): Improve overall indentation. [propagated-inputs]: Remove labels. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Z572
2023-07-05gnu: guile-jsonld: Fix build....* gnu/packages/guile-xyz.scm (guile-jsonld)[propagated-inputs]: Replace GNUTLS with GUILE-GNUTLS. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Z572
2023-07-05gnu: emacs-vertico: Remove an unused argument in a phase....* gnu/packages/emacs-xyz.scm (emacs-vertico)[arguments]<#:phases>: Remove OUTPUTS argument. Nicolas Goaziou
2023-07-05gnu: emacs-vertico: Update to 1.4....* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 1.4. Nicolas Goaziou
2023-07-05gnu: emacs-tempel: Update to 0.8....* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.8. Nicolas Goaziou
2023-07-05gnu: emacs-osm: Update to 0.13....* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.13. Nicolas Goaziou
2023-07-05gnu: emacs-marginalia: Remove an unused argument in a phase....* gnu/packages/emacs-xyz.scm (emacs-marginalia)[arguments]<#:phases>: Remove OUTPUTS argument. Nicolas Goaziou
2023-07-05gnu: emacs-marginalia: Update to 1.3....* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 1.3. Nicolas Goaziou
2023-07-05gnu: emacs-corfu: Remove an unused argument in a phase....* gnu/packages/emacs-xyz.scm (emacs-corfu)[arguments]<#:phases>: Remove OUTPUTS argument. Nicolas Goaziou
2023-07-05gnu: emacs-corfu: Update to 0.37....* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.37. Nicolas Goaziou
2023-07-05gnu: emacs-consult: Remove an unused argument in a phase....* gnu/packages/emacs-xyz.scm (emacs-consult)[arguments]<#:phases>: Remove OUTPUTS argument. Nicolas Goaziou
2023-07-05gnu: emacs-consult: Update to 0.35....* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.35. Nicolas Goaziou
2023-07-05gnu: emacs-clj-refactor: Update to 3.7.0....* gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.7.0. Nicolas Goaziou
2023-07-05gnu: emacs-cape: Remove an unused argument in a phase....* gnu/packages/emacs-xyz.scm (emacs-cape)[arguments]<#:phases>: Remove OUTPUTS argument. Nicolas Goaziou
2023-07-05gnu: emacs-cape: Update to 0.16....* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.16. Nicolas Goaziou
2023-07-05guix-install.sh: Don't extract the binary ‘.’....* etc/guix-install.sh (sys_create_store): Strip the first tar file name component. Tobias Geerinckx-Rice
2023-07-05gnu: libreoffice: Update to 7.5.4.2....* gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.4.2. * gnu/packages/hunspell.scm (hunspell-dictonary): Update to 7.5.4.2. Efraim Flashner
2023-07-05gnu: msmtp: Update to 1.8.24....* gnu/packages/mail.scm (msmtp): Update to 1.8.24. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Timotej Lazar
2023-07-05home: Add inputrc service....* gnu/home/services/shells.scm (home-inputrc-service-type, home-inputrc-configuration): New variables. (serialize-inputrc-key-bindings, serialize-inputrc-variables, serialize-inputrc-conditional-constructs, serialize-inputrc-extra-content): New procedures. * doc/guix.texi (Shells Home Services): Document it. Efraim Flashner
2023-07-05guix: git: Set initial branch name for git-fetch....This removes the 'hint' about choosing a branch name when creating a new git repository. * guix/build/git.scm (git-fetch): When running 'git init' add an initial branch name. Efraim Flashner
2023-07-05gnu: txr: Update to 289....* gnu/packages/lisp.scm (txr): Update to 289. Guillaume Le Vaillant
2023-07-05gnu: q5go: Update to 2.1.3....* gnu/packages/games.scm (q5go): Update to 2.1.3. [native-inputs]: Add autoconf and automake. [arguments]: Delete 'fix-header' phase. 'Update 'fix-configure-script', 'fix-paths' and 'install-desktop-file' phases. Guillaume Le Vaillant
2023-07-05gnu: kio: Skip another test....* gnu/packages/kde-frameworks.scm (kio)[arguments]: Adjust custom 'check phase to skip a test which fails on aarch64-linux. Efraim Flashner
2023-07-05gnu: vim-full: Remove expat linker workaround....Python has correctly linked with expat for several years now. * gnu/packages/vim.scm (vim-full)[arguments]: Remove make-flags. Efraim Flashner
2023-07-05gnu: vim: Update to 9.0.1672....* gnu/packages/vim.scm (vim): Update to 9.0.1672. [arguments]: Adjust custom 'skip-or-fix-failing-tests to skip another test. Efraim Flashner
2023-07-04gnu: opensbi: Update to 1.3....* gnu/packages/firmware.scm (opensbi): Update to 1.3. Vagrant Cascadian
2023-07-04gnu: icecat: Update to 102.13.0-guix0-preview1 [security fixes]....Includes fixes for CVE-2023-37201, CVE-2023-37202, CVE-2023-37207, CVE-2023-37208, and CVE-2023-37211. * gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. Mark H Weaver