| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/disk.scm (mmc-utils): Update to 0.1-1.3969aa4.
|
|
|
|
|
| |
* gnu/packages/disk.scm (mmc-utils)[source]: Update Git URL.
[home-page]: Point to kernel documentation rather than cgit index.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/admin.scm (tree-1): New public variable.
* gnu/packages/password-utils.scm (password-store)[inputs]:
Use it rather than the default tree@2.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com> and
Olivier Dion <olivier.dion@polymtl.ca>.
|
|
|
|
|
| |
* gnu/packages/password-utils.scm (password-store)[inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE instead of labels. Remove trailing #t's.
|
|
|
|
|
|
| |
* gnu/packages/patches/tree-disable-stddata.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/admin.scm (tree)[source](patches): New field.
|
|
|
|
| |
* gnu/packages/game-development.scm (python2-renpy): Update to 7.4.11.
|
|
|
|
|
| |
* gnu/packages/game-development.scm (python2-pygame-sdl2): Update to renpy
version 7.4.11.
|
|
|
|
|
|
|
| |
* gnu/packages/aux-files/renpy/renpy.in: New file.
* gnu/packages/game-development.scm (renpy)[install]: Use renpy.in with
substitute*.
* Makefile.am (AUX_FILES): Add it here.
|
|
|
|
|
| |
* gnu/packages/game-development.scm (python2-renpy)[build]: Don't delete
renpy/__init__.pyc, it is no longer being built. Adjust comment accordingly.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-future): Exclude winreg and tkinter from
sanity check.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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/packages/julia-xyz.scm (julia-bioalignments)[synopsis,description]: Fix
spelling of "alignment".
|
|
|
|
|
| |
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle)[synopsis]: Fix
spelling of "enlargement".
|
|
|
|
|
| |
* gnu/packages/clojure.scm (clojure-tools-gitlibs)[synopsis]: Fix spelling of
"programmatically".
|
|
|
|
| |
* gnu/packages/jami.scm (jami-gnome)[phases]{fix-version-string}: New phase.
|
|
|
|
| |
* gnu/packages/jami.scm (jami)[phases]{fix-version-string}: New phase.
|
|
|
|
|
|
| |
* 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/packages/emacs-xyz.scm (emacs-org-roam)[arguments]: Use G-expressions.
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-org-roam)[arguments]<#:phases>: Remove
trailing #T.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.0.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-spacemacs-theme): Update to 0.2.
|
|
|
|
|
| |
* gnu/packages/education.scm (toutenclic)[arguments]<#:phases>: Remove
trailing #T.
|
|
|
|
| |
* gnu/packages/education.scm (toutenclic)[source]: Use archive.org mirror.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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/environment-gdb.scm: Change to use 'modify-inputs'.
|
|
|
|
|
|
|
|
| |
* 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/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/packages/suckless.scm (lukesmithxyz-st): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
|
|
| |
* gnu/packages/authentication.scm (oauth2l): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
|
|
|
|
|
|
| |
* 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/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/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/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/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/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/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/packages/python-check.scm (python-pytest-pycodestyle): Update to 2.2.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
|
|
| |
* gnu/packages/python-check.scm (python-pytest-pydocstyle): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
|
|
|
| |
* 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/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/packages/emacs-xyz.scm (emacs-geiser): Update to 0.21.1.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.16.
|
|
|
|
|
|
|
|
| |
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/packages/mail.scm (crm114)[arguments]: Add -fcommon to CFLAGS.
|
|
|
|
| |
* gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.31.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
* gnu/installer/final.scm (kill-cow-users): Remove it.
|