summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: trytond-*: Fix grammar.base-for-series-10961base-for-series-10959base-for-series-10958base-for-series-10957base-for-series-10956base-for-series-10954base-for-series-10953base-for-series-10952Vagrant Cascadian2022-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/tryton.scm (trytond-account-deposit)[description]: Fix grammar. (trytond-account-deposit)[description]: Likewise. (trytond-account-es)[description]: Likewise. (trytond-account-invoice-defer)[description]: Likewise. (trytond-account-invoice-line-standalone)[description]: Likewise. (trytond-account-payment-clearing)[description]: Likewise. (trytond-account-payment-sepa)[description]: Likewise. (trytond-account-statement)[description]: Likewise. (trytond-account-stock-landed-cost)[description]: Likewise. (trytond-account-tax-cash)[description]: Likewise. (trytond-analytic-invoice)[description]: Likewise. (trytond-analytic-purchase)[description]: Likewise. (trytond-analytic-sale)[description]: Likewise. (trytond-commission)[description]: Likewise. (trytond-commission-waiting)[description]: Likewise. (trytond-company-work-time)[description]: Likewise. (trytond-customs)[description]: Likewise. (trytond-ldap-authentication)[description]: Likewise. (trytond-notification-email)[description]: Likewise. (trytond-party-relationship)[description]: Likewise. (trytond-production-outsourcing)[description]: Likewise. (trytond-production-split)[description]: Likewise. (trytond-production-work)[description]: Likewise. (trytond-production-work-timesheet)[description]: Likewise. (trytond-sale-extra)[description]: Likewise. (trytond-sale-promotion)[description]: Likewise. (trytond-stock-consignment)[description]: Likewise. (trytond-stock-location-move)[description]: Likewise. (trytond-stock-lot-unit)[description]: Likewise. (trytond-stock-package)[description]: Likewise. (trytond-stock-split)[description]: Likewise. (trytond-stock-supply-day)[description]: Likewise. (trytond-timesheet)[description]: Likewise.
* gnu: julia-bioalignments: Fix spelling.Vagrant Cascadian2022-01-14
| | | | | * gnu/packages/julia-xyz.scm (julia-bioalignments)[synopsis,description]: Fix spelling of "alignment".
* gnu: gnome-shell-extension-jiggle: Fix spelling.Vagrant Cascadian2022-01-14
| | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle)[synopsis]: Fix spelling of "enlargement".
* gnu: clojure-tools-gitlibs: Fix spelling.Vagrant Cascadian2022-01-14
| | | | | * gnu/packages/clojure.scm (clojure-tools-gitlibs)[synopsis]: Fix spelling of "programmatically".
* gnu: jami-gnome: Fix version string.Maxim Cournoyer2022-01-14
| | | | * gnu/packages/jami.scm (jami-gnome)[phases]{fix-version-string}: New phase.
* gnu: jami: Fix version string.Maxim Cournoyer2022-01-14
| | | | * gnu/packages/jami.scm (jami)[phases]{fix-version-string}: New phase.
* gnu: jami: Fix crash on exit.Maxim Cournoyer2022-01-14
| | | | | | * gnu/packages/patches/jami-fix-crash-on-quit.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/jami.scm (jami): Apply it.
* gnu: emacs-org-roam: Use G-expressions.Nicolas Goaziou2022-01-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-roam)[arguments]: Use G-expressions.
* gnu: emacs-org-roam: Remove trailing #T from phases.Nicolas Goaziou2022-01-14
| | | | | * gnu/packages/emacs-xyz.scm (emacs-org-roam)[arguments]<#:phases>: Remove trailing #T.
* gnu: emacs-org-roam: Update to 2.2.0.Nicolas Goaziou2022-01-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.0.
* gnu: emacs-spacemacs-theme: Update to 0.2.Nicolas Goaziou2022-01-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-spacemacs-theme): Update to 0.2.
* gnu: toutenclic: Remove trailing #T from phases.Nicolas Goaziou2022-01-14
| | | | | * gnu/packages/education.scm (toutenclic)[arguments]<#:phases>: Remove trailing #T.
* gnu: toutenclic: Use archived source.Nicolas Goaziou2022-01-14
| | | | * gnu/packages/education.scm (toutenclic)[source]: Use archive.org mirror.
* gnu: dia: Fix build.Ludovic Courtès2022-01-14
| | | | | | | | Fixes <https://issues.guix.gnu.org/53182>. Reported by Ivan Vilata i Balaguer <ivan@selidor.net>. * gnu/packages/gnome.scm (dia)[arguments]: New field. [inputs]: Comment out POPPLER.
* gremlin: Adjust tests for i686 and beyond.Ludovic Courtès2022-01-14
| | | | | | | | Fixes <https://issues.guix.gnu.org/52752>. Reported by Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>. * tests/gremlin.scm ("file-needed/recursive"): Augment the list of vDSO names.
* compile: Disable cross-module inlining and related features.Ludovic Courtès2022-01-14
| | | | | | | | This makes no difference on Guile <= 3.0.7. * guix/build/compile.scm (strip-keyword-arguments): New procedure. (optimizations-for-level): Use it to strip keywords related to cross-module inlining.
* doc: Update "guix shell -D -f" example to new input style.Ludovic Courtès2022-01-14
| | | | * doc/environment-gdb.scm: Change to use 'modify-inputs'.
* gnu: flatpak: Update to 1.12.3 [security fixes].kiasoc52022-01-14
| | | | | | | | * gnu/packages/package-management (flatpak): Update to 1.12.3. Includes fixes for CVE-2021-43860, CVE-2022-21682. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add myrddin.Guix Together2022-01-14
| | | | | | | | | | * gnu/local.mk (GNU_SYSTEM_MODULES): Add myrddin.scm. * gnu/packages/myrddin.scm: New file. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Jorge Acereda <jacereda@gmail.com> Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add lukesmithxyz-st.jgart2022-01-14
| | | | | | * gnu/packages/suckless.scm (lukesmithxyz-st): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add oauth2l.Petr Hodina2022-01-14
| | | | | | * gnu/packages/authentication.scm (oauth2l): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: orange: Update to 3.31.1.Vinicius Monego2022-01-14
| | | | | | | | | | * gnu/packages/orange.scm (orange): Update to 3.31.1. [arguments]<#:phases>: Don't return #t. Adjust file name for substitution in 'preparations. Rename 'set-HOME to 'pre-check. Set QT_QPA_PLATFORM in 'pre-check. [inputs]: Add python-pygments, python-qtconsole. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-orange-widget-base: Update to 4.16.1.Vinicius Monego2022-01-14
| | | | | | | | * gnu/packages/orange.scm (python-orange-widget-base): Update to 4.16.1. [arguments]<#:phases>: Don't return #t. [propagated-inputs]: Add python-typing-extensions. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-orange-canvas-core: Update to 0.1.24.Vinicius Monego2022-01-14
| | | | | | | | * gnu/packages/orange.scm (python-orange-canvas-core): Update to 0.1.24. [arguments]<#:phases>: Don't return #t. [propagated-inputs]: Remove python-pyqt. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-qtconsole: Enable tests.Vinicius Monego2022-01-14
| | | | | | | | * gnu/packages/python-xyz.scm (python-qtconsole)[arguments]: Remove #:tests?. <#:phases>: Set HOME and skip a failing test in the 'pre-check phase. [native-inputs]: Add python-flaky. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-qtconsole: Update to 4.7.7.Vinicius Monego2022-01-14
| | | | | | | | | | | * gnu/packages/python-xyz.scm (python-qtconsole): Update to 4.7.7. [source]: Make some cosmetic changes. [arguments]<#:phases>: Don't return #t. [propagated-inputs]: Remove python-ipython. Add python-ipython-genutils, python-jupyter-client, python-jupyter-core, python-pygments, python-pyqt, python-pyzmq, python-qtpy, python-traitlets. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-opentsne: Update to 0.6.1.Vinicius Monego2022-01-14
| | | | | | | * gnu/packages/machine-learning.scm (python-opentsne): Update to 0.6.1. [source]<file-name>: Use git-file-name. [arguments]<#:phases>: Don't return #t. Add 'skip-test phase after 'unpack to skip a failing test.
* gnu: python-pynndescent: Update to 0.5.5.Vinicius Monego2022-01-14
| | | | | | | | * gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.5. [arguments]<#:phases>: Override 'check phase. [native-inputs]: Remove python-nose. Add python-pytest. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-pytest-pycodestyle: Update to 2.2.0.Vinicius Monego2022-01-14
| | | | | | * gnu/packages/python-check.scm (python-pytest-pycodestyle): Update to 2.2.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-pytest-pydocstyle.Vinicius Monego2022-01-14
| | | | | | * gnu/packages/python-check.scm (python-pytest-pydocstyle): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-qasync: Update to 0.22.0.Vinicius Monego2022-01-14
| | | | | | | * gnu/packages/python-xyz.scm (python-qasync): Update to 0.22.0. [arguments]<#:phases>: Don't return #t. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-anyqt: Update to 0.0.13.Vinicius Monego2022-01-14
| | | | | | | * gnu/packages/python-xyz.scm (python-anyqt): Update to 0.0.13. [arguments]<#:phases>: Don't return #t. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-geiser: Update to 0.21.1.Nicolas Goaziou2022-01-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.21.1.
* gnu: emacs-auctex: Update to 13.0.16.Nicolas Goaziou2022-01-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.16.
* gnu: Calibre: Fix a build failure with recent zeroconf.Leo Famulari2022-01-14
| | | | | | | | Fixes <https://issues.guix.gnu.org/53247>. * gnu/packages/patches/calibre-fix-zeroconf.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ebook.scm (calibre)[source]: Use it.
* gnu: crm114: Pass -fcommon to compiler.Arun Isaac2022-01-14
| | | | * gnu/packages/mail.scm (crm114)[arguments]: Add -fcommon to CFLAGS.
* system: locale: Use only the current glibc.Mathieu Othacehe2022-01-14
| | | | * gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.31.
* installer: Install the locale before mounting the cow-store.Mathieu Othacehe2022-01-14
| | | | | | | | | | Fixes: <https://issues.guix.gnu.org/52831>. Make sure to install the en_US.utf8 fallback locale if the selected locale is not supported. * gnu/installer/final.scm (install-locale): New procedure. (install-system): Call it.
* installer: Do not set the locale in run-command.Mathieu Othacehe2022-01-14
| | | | | | | | | Installing the locale inside the container, once the cow-store is mounted, causes the process to keep opened locale files that can later prevent the cow-store umount. * gnu/installer/utils.scm (run-command): Remove locale argument. * gnu/installer/final.scm (install-system): Adapt it.
* installer: Remove an unused procedure.Mathieu Othacehe2022-01-14
| | | | * gnu/installer/final.scm (kill-cow-users): Remove it.
* installer: Check if ci.guix.gnu.org can be reached.Mathieu Othacehe2022-01-14
| | | | | | * gnu/installer.scm (installer-program): Add gnutls extension. * gnu/installer/newt/network.scm (wait-service-online): Check if the CI server can be reached.
* installer: Ignore small devices.Mathieu Othacehe2022-01-14
| | | | | | | | | | Filter the devices that are smaller than 2GiB in the device selection list. * gnu/installer/parted.scm (%min-device-size): New variable. (non-install-devices): Rename it ... (eligible-devices): ... this way. Filter the install device as well as the small devices. * gnu/installer/newt/partition.scm (run-partitioning-page): Adapt it.
* gnu: telescope: Remove input labels.Nicolas Goaziou2022-01-14
| | | | | * gnu/packages/web-browsers.scm (telescope)[native-inputs]: Remove input labels.
* gnu: telescope: Update to 0.7.cage2022-01-14
| | | | | | * gnu/packages/web-browsers.scm (telescope): Update to 0.7. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: iverilog: Update to 11.0.Danny Milosavljevic2022-01-14
| | | | | * gnu/packages/fpga.scm (iverilog): Update to 11.0. [arguments]: Add make-flags.
* system: vm: Change the writable image name.Mathieu Othacehe2022-01-14
| | | | * gnu/system/vm.scm (system-qemu-image/shared-store-script): Change it.
* scripts: system: Rationalize persistency.Mathieu Othacehe2022-01-14
| | | | | | | | | | | | | | | Make sure that the images are created with a non volatile root by default and the vm are created with a volatile root by default. Break the --volatile option into --volatile-image and --persistent-vm options. * guix/scripts/system.scm (perform-action): Turn volatile? argument into volatile-vm-root?. (show-help): Introduce --volatile-image and --persistent-vm options instead of --volatile. (%default-options): Adapt it. (%options): Handle those options. (process-action): Honor them. * doc/guix.texi (Invoking guix system): Adapt it accordingly.
* gnu: Add git-interactive-rebase-tool.jgart2022-01-14
| | | | | | * gnu/packages/rust-apps.scm (git-interactive-rebase-tool): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-concat-idents-1.jgart2022-01-14
| | | | | | * gnu/packages/crates-io.scm (rust-concat-idents-1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-xi-unicode-0.3.jgart2022-01-14
| | | | | | * gnu/packages/crates-io.scm (rust-xi-unicode-0.3): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>