Liliana Marie Prikler
72d43df66d
gnu: python2-renpy: Do not delete non-existing file.
...
* gnu/packages/game-development.scm (python2-renpy)[build]: Don't delete
renpy/__init__.pyc, it is no longer being built. Adjust comment accordingly.
2022-01-15 09:41:59 +01:00
Liliana Marie Prikler
87ad9d283c
gnu: python-future: Fix sanity check.
...
* gnu/packages/python-xyz.scm (python-future): Exclude winreg and tkinter from
sanity check.
2022-01-15 09:41:58 +01:00
Vagrant Cascadian
757a7978dd
gnu: trytond-*: Fix grammar.
...
* 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.
2022-01-14 20:54:25 -08:00
Vagrant Cascadian
3c43f2b4f5
gnu: julia-bioalignments: Fix spelling.
...
* gnu/packages/julia-xyz.scm (julia-bioalignments)[synopsis,description]: Fix
spelling of "alignment".
2022-01-14 18:23:37 -08:00
Vagrant Cascadian
604d80bb8d
gnu: gnome-shell-extension-jiggle: Fix spelling.
...
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle)[synopsis]: Fix
spelling of "enlargement".
2022-01-14 18:23:33 -08:00
Vagrant Cascadian
b4882ff752
gnu: clojure-tools-gitlibs: Fix spelling.
...
* gnu/packages/clojure.scm (clojure-tools-gitlibs)[synopsis]: Fix spelling of
"programmatically".
2022-01-14 18:23:17 -08:00
Maxim Cournoyer
056935506b
gnu: jami-gnome: Fix version string.
...
* gnu/packages/jami.scm (jami-gnome)[phases]{fix-version-string}: New phase.
2022-01-14 17:36:13 -05:00
Maxim Cournoyer
bd872a6f75
gnu: jami: Fix version string.
...
* gnu/packages/jami.scm (jami)[phases]{fix-version-string}: New phase.
2022-01-14 17:36:13 -05:00
Maxim Cournoyer
9d5f14751f
gnu: jami: Fix crash on exit.
...
* 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.
2022-01-14 17:36:12 -05:00
Nicolas Goaziou
459d5187d9
gnu: emacs-org-roam: Use G-expressions.
...
* gnu/packages/emacs-xyz.scm (emacs-org-roam)[arguments]: Use G-expressions.
2022-01-14 23:15:16 +01:00
Nicolas Goaziou
058cafb1ee
gnu: emacs-org-roam: Remove trailing #T from phases.
...
* gnu/packages/emacs-xyz.scm (emacs-org-roam)[arguments]<#:phases>: Remove
trailing #T.
2022-01-14 23:12:03 +01:00
Nicolas Goaziou
5f9a59f0da
gnu: emacs-org-roam: Update to 2.2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.0.
2022-01-14 23:11:29 +01:00
Nicolas Goaziou
f9b41203c2
gnu: emacs-spacemacs-theme: Update to 0.2.
...
* gnu/packages/emacs-xyz.scm (emacs-spacemacs-theme): Update to 0.2.
2022-01-14 23:06:31 +01:00
Nicolas Goaziou
a9e4526246
gnu: toutenclic: Remove trailing #T from phases.
...
* gnu/packages/education.scm (toutenclic)[arguments]<#:phases>: Remove
trailing #T.
2022-01-14 22:56:45 +01:00
Nicolas Goaziou
d1096ef115
gnu: toutenclic: Use archived source.
...
* gnu/packages/education.scm (toutenclic)[source]: Use archive.org mirror.
2022-01-14 22:53:46 +01:00
Ludovic Courtès
3969dc4596
gnu: dia: Fix build.
...
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.
2022-01-14 22:39:24 +01:00
Ludovic Courtès
e7ad192de0
gremlin: Adjust tests for i686 and beyond.
...
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.
2022-01-14 22:39:24 +01:00
Ludovic Courtès
d87a1ba6b8
compile: Disable cross-module inlining and related features.
...
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.
2022-01-14 22:39:24 +01:00
Ludovic Courtès
b0aab0f255
doc: Update "guix shell -D -f" example to new input style.
...
* doc/environment-gdb.scm: Change to use 'modify-inputs'.
2022-01-14 22:39:24 +01:00
kiasoc5
aebddd4936
gnu: flatpak: Update to 1.12.3 [security fixes].
...
* 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>
2022-01-14 19:22:10 +00:00
Guix Together
564d4e1b3c
gnu: Add myrddin.
...
* 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>
2022-01-14 22:14:56 +01:00
jgart
5d9d1d9a7d
gnu: Add lukesmithxyz-st.
...
* gnu/packages/suckless.scm (lukesmithxyz-st): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-14 21:47:42 +01:00
Petr Hodina
36f4745dc1
gnu: Add oauth2l.
...
* gnu/packages/authentication.scm (oauth2l): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-14 21:39:15 +01:00
Vinicius Monego
354426bbcb
gnu: orange: Update to 3.31.1.
...
* 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>
2022-01-14 21:30:00 +01:00
Vinicius Monego
f7b6bc9d88
gnu: python-orange-widget-base: Update to 4.16.1.
...
* 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>
2022-01-14 21:30:00 +01:00
Vinicius Monego
b678f1f8b9
gnu: python-orange-canvas-core: Update to 0.1.24.
...
* 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>
2022-01-14 21:30:00 +01:00
Vinicius Monego
169b306e48
gnu: python-qtconsole: Enable tests.
...
* 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>
2022-01-14 21:30:00 +01:00
Vinicius Monego
ea5b61dbf4
gnu: python-qtconsole: Update to 4.7.7.
...
* 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>
2022-01-14 21:29:59 +01:00
Vinicius Monego
2522ea38a3
gnu: python-opentsne: Update to 0.6.1.
...
* 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.
2022-01-14 21:29:59 +01:00
Vinicius Monego
0848b5595c
gnu: python-pynndescent: Update to 0.5.5.
...
* 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>
2022-01-14 21:29:58 +01:00
Vinicius Monego
8fdd984f9c
gnu: python-pytest-pycodestyle: Update to 2.2.0.
...
* gnu/packages/python-check.scm (python-pytest-pycodestyle): Update to 2.2.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-14 21:29:58 +01:00
Vinicius Monego
6aa5d54a1c
gnu: Add python-pytest-pydocstyle.
...
* gnu/packages/python-check.scm (python-pytest-pydocstyle): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-14 21:29:51 +01:00
Vinicius Monego
4835fefe62
gnu: python-qasync: Update to 0.22.0.
...
* 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>
2022-01-14 21:25:40 +01:00
Vinicius Monego
40731e2d4e
gnu: python-anyqt: Update to 0.0.13.
...
* 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>
2022-01-14 21:25:09 +01:00
Nicolas Goaziou
db068aaa14
gnu: emacs-geiser: Update to 0.21.1.
...
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.21.1.
2022-01-14 21:21:53 +01:00
Nicolas Goaziou
f0bf4332aa
gnu: emacs-auctex: Update to 13.0.16.
...
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.16.
2022-01-14 21:16:43 +01:00
Leo Famulari
873fda504c
gnu: Calibre: Fix a build failure with recent zeroconf.
...
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.
2022-01-14 14:45:17 -05:00
Arun Isaac
3a555a93a9
gnu: crm114: Pass -fcommon to compiler.
...
* gnu/packages/mail.scm (crm114)[arguments]: Add -fcommon to CFLAGS.
2022-01-14 19:58:46 +05:30
Mathieu Othacehe
9d0d4b331d
system: locale: Use only the current glibc.
...
* gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.31.
2022-01-14 14:29:20 +01:00
Mathieu Othacehe
e92723452d
installer: Install the locale before mounting the cow-store.
...
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.
2022-01-14 14:29:19 +01:00
Mathieu Othacehe
0c9693d8b3
installer: Do not set the locale in run-command.
...
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.
2022-01-14 14:29:15 +01:00
Mathieu Othacehe
7c923e6cf4
installer: Remove an unused procedure.
...
* gnu/installer/final.scm (kill-cow-users): Remove it.
2022-01-14 14:29:12 +01:00
Mathieu Othacehe
ee897e5f51
installer: Check if ci.guix.gnu.org can be reached.
...
* gnu/installer.scm (installer-program): Add gnutls extension.
* gnu/installer/newt/network.scm (wait-service-online): Check if the CI server
can be reached.
2022-01-14 14:29:08 +01:00
Mathieu Othacehe
c6910baf36
installer: Ignore small devices.
...
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.
2022-01-14 14:29:08 +01:00
Nicolas Goaziou
5c5d9e5a32
gnu: telescope: Remove input labels.
...
* gnu/packages/web-browsers.scm (telescope)[native-inputs]: Remove input
labels.
2022-01-14 13:20:18 +01:00
cage
053ace770f
gnu: telescope: Update to 0.7.
...
* gnu/packages/web-browsers.scm (telescope): Update to 0.7.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-14 13:18:39 +01:00
Danny Milosavljevic
923dcc3597
gnu: iverilog: Update to 11.0.
...
* gnu/packages/fpga.scm (iverilog): Update to 11.0.
[arguments]: Add make-flags.
2022-01-14 12:59:33 +01:00
Mathieu Othacehe
0233583aa4
system: vm: Change the writable image name.
...
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Change it.
2022-01-14 12:26:07 +01:00
Mathieu Othacehe
2d12ec724e
scripts: system: Rationalize persistency.
...
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.
2022-01-14 12:26:07 +01:00
jgart
3dbb7112d4
gnu: Add git-interactive-rebase-tool.
...
* gnu/packages/rust-apps.scm (git-interactive-rebase-tool): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-14 10:55:43 +01:00