summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: protonvpn-cli: Remove sanity-check phase.base-for-series-11390base-for-series-11389base-for-series-11388base-for-series-11387base-for-series-11386Josselin Poiret2022-02-12
| | | | | * gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Remove sanity-check phase.
* gnu: protonvpn-cli: Do not try to wrap the wrapper.Josselin Poiret2022-02-12
| | | | | | * gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Try to wrap the original program, and not the wrapper, as wrap-program handles that properly.
* gnu: emacs-with-editor: Update to 3.2.0.Nicolas Goaziou2022-02-12
| | | | | * gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.2.0. [arguments]<#:phases>: Use G-expressions.
* gnu: emacs-no-littering: Update to 1.2.5.Nicolas Goaziou2022-02-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.5.
* gnu: emacs-moody: Update to 0.7.1.Nicolas Goaziou2022-02-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.7.1.
* gnu: emacs-keycast: Update to 1.2.0.Nicolas Goaziou2022-02-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.2.0.
* gnu: uBlock Origin: Update to 1.41.2.Marius Bakke2022-02-11
| | | | * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.41.2.
* gnu: ungoogled-chromium: Update to 98.0.4758.80-1.Marius Bakke2022-02-11
| | | | | | | | | | | | | * gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/chromium.scm (%chromium-version): Set to 98.0.4758.80. (arch-patch, %arch-patches): Remove variables. (%guix-patches): Remove accelerated video decode patch which no longer works. (%ungoogled-origin): Update hash. (ungoogled-chromium-snippet): Don't apply %ARCH-PATCHES. (ungoogled-chromium)[source]: Update hash. [arguments]: Remove obsolete #:configure-flags. Adjust substitutions.
* gnu: wxsvg: Update to 1.5.23.Marius Bakke2022-02-11
| | | | * gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.23.
* gnu: re2: Use G-expressions.Marius Bakke2022-02-11
| | | | | * gnu/packages/regex.scm (re2)[arguments]: Rewrite with gexps. Simplify cross-compilation fix by using CXX-FOR-TARGET.
* gnu: re2: Update to 2022-02-01.Marius Bakke2022-02-11
| | | | * gnu/packages/regex.scm (re2): Update to 2022-02-01.
* gnu: rav1e: Remove input labels.Marius Bakke2022-02-11
| | | | * gnu/packages/video.scm (rav1e)[native-inputs]: Remove labels.
* gnu: rav1e: Omit static library.Marius Bakke2022-02-11
| | | | * gnu/packages/video.scm (rav1e)[arguments]: Add phase.
* tests: Adjust pypi test to recent changes.Ludovic Courtès2022-02-11
| | | | | | | This is a followup to 00762a4c4c8ecdd71cccf6afdd87ae68bf9b4964. * tests/pypi.scm ("pypi->guix-package, no wheel"): Guard against 'error?' instead of 'quit'.
* tests: Pass #:guile to 'computed-file' & co.Ludovic Courtès2022-02-11
| | | | | | | | | | | | | | | | | Fixes a regression introduced in af57d1bf6c46f47d82dbc234dde1e16fa8634e9d whereby tests would end up building the world. * guix/gexp.scm (mixed-text-file): Add #:guile parameter and honor it. * tests/gexp.scm ("mixed-text-file"): Pass #:guile to 'mixed-text-file'. ("file-union"): Pass #:guile to 'file-union'. ("lower-object, computed-file"): Pass #:guile to 'computed-file'. ("lower-object, computed-file + grafts"): Likewise. * tests/packages.scm ("origin->derivation, single file with snippet"): Likewise. * tests/profiles.scm ("profile-derivation, ordering & collisions"): Likewise. * guix/tests.scm (test-file): Likewise.
* gnu: ungoogled-chromium: Use 'search-auxiliary-file'.Ludovic Courtès2022-02-11
| | | | | | | | | | | | | Fixes a regression introduced in 076e825dc5d585943ce820a279fffe4af09757fb whereby "guix build ungoogled-chromium" would fail with: canonicalize-path: No such file or directory: "aux-files/chromium/master-preferences.json" * gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Use 'search-auxiliary-file' for "master-preferences.json". For some reason, on Guile 3.0.8, 'local-file' would have its (current-source-directory) expand to #f.
* gnu: emacs-subed: Update to 1.0.3.Jai Vetrivelan2022-02-11
| | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.3. [source]: Use url-fetch. [arguments]: Remove phase CHDIR-SUBED, enable tests. [native-inputs]: Add EMACS-BUTTERCUP. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-desktop-environment: Update to 0.5.0.André A. Gomes2022-02-11
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.5.0. [source]: Update URI. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-markdown-mode: Update to 2.5.Nicolas Goaziou2022-02-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.5.
* gnu: crawl-tiles: Remove input labels.Nicolas Goaziou2022-02-11
| | | | * gnu/packages/games.scm (crawl-tiles)[inputs, native-inputs]: Remove labels.
* gnu: crawl: Use G-epressions.Nicolas Goaziou2022-02-11
| | | | | | * gnu/packages/games.scm (crawl)[arguments]: Use G-expressions. <#:phases>: Remove trailing #T. Remove unnecessary arguments. (crawl-tiles)[arguments]: Use G-expressions.
* gnu: crawl: Remove input labels.Nicolas Goaziou2022-02-11
| | | | * gnu/packages/games.scm (crawl)[native-inputs, inputs]: Remove labels.
* gnu: crawl: Update to 0.28.0.Nicolas Goaziou2022-02-11
| | | | | | * gnu/packages/games.scm (crawl): Update to 0.28.0. [inputs]: Add BASH-MINIMAL. * gnu/packages/patches/crawl-upgrade-saves.patch: Update for 0.28.
* gnu: mutter: Disable timeline tests.Liliana Marie Prikler2022-02-11
| | | | | * gnu/packages/gnome.scm (mutter)[disable-problematic-tests]: Also disable timeline tests.
* gnu: Add emacs-nyan-mode.Liliana Marie Prikler2022-02-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-nyan-mode): New variable.
* gnu: emacs-paren-face: Update to 1.0.8.Nicolas Goaziou2022-02-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.8.
* gnu: lagrange: Update to 1.10.5.Nicolas Goaziou2022-02-11
| | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.10.5.
* gnu: lokke: Build with Guile 3.0.8.Ludovic Courtès2022-02-11
| | | | | | | | * gnu/packages/guile.scm (guile-3.0-for-lokke): Remove. * gnu/packages/patches/guile-3.0.7-psyntax-nil.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/guile-xyz.scm (lokke)[native-inputs]: Replace GUILE-3.0-FOR-LOKKE by GUILE-3.0-LATEST.
* gnu: guile: Add version 3.0.8 as 'guile-3.0-latest'.Ludovic Courtès2022-02-11
| | | | * gnu/packages/guile.scm (guile-3.0-latest): Set to 3.0.8.
* build-system/texlive: Be explicit about #:guile-for-build.Ludovic Courtès2022-02-11
| | | | | | | | This ensures package derivations are not a function of the value of (%guile-for-build). * guix/build-system/texlive.scm (texlive-build): Explicitly pass #:guile-for-build to 'gexp->derivation'.
* gexp: <computed-file> does not honor (%guile-for-build).Ludovic Courtès2022-02-11
| | | | | | | | * guix/gexp.scm (computed-file-compiler): Default to (default-guile). That way, lowering of <computed-file> is not affected by the '%guile-for-build' parameter. (file-union): Add #:guile parameter and honor it. * gnu/packages/ruby.scm (ruby-tzinfo-data): Pass #:guile to 'file-union'.
* gnu: autogen: Fix compilation.Ludovic Courtès2022-02-11
| | | | | * gnu/packages/autogen.scm (autogen)[source]: Add 'modules' and 'snippet'.
* gnu: Remove kicad-i18n.Petr Hodina2022-02-11
| | | | | | | * gnu/packages/engineering.scm (kicad-i18n): Remove variable. i18n is handled directly now in kicad@6.0.0 package source tree. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: kicad: Update to 6.0.1.Petr Hodina2022-02-11
| | | | | | | | | | | | | | | * gnu/packages/engineering.scm (kicad): Update to 6.0.1. Applied guix style command. [native-inputs]: Remove kicad-i18n. Use new syntax. [inputs]: Add bash-minimal, gtk+ and use opencascade-occt instead of opencascade-oce. Use new syntax. [arguments]: Remove phase install-translations. (kicad-doc): Update to 6.0.1. [native-inputs]: Add ruby-asciidoctor. Simplify inputs. (kicad-symbols, kicad-footprints, kicad-packages3d, kicad-templates): Update to 6.0.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: opencascade-occt: Update to 7.6.0.Petr Hodina2022-02-11
| | | | | | | * gnu/packages/maths.scm (opencascade-occt): Update to 7.6.0. [native-inputs]: Add fontconfig. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add r-torch.base-for-series-11385base-for-series-11384base-for-series-11383base-for-series-11381base-for-series-11380base-for-series-11379base-for-series-11378base-for-series-11377base-for-series-11376base-for-series-11375base-for-series-11374Ricardo Wurmus2022-02-11
| | | | * gnu/packages/cran.scm (r-torch): New variable.
* gnu: Add liblantern.Ricardo Wurmus2022-02-11
| | | | * gnu/packages/machine-learning.scm (liblantern): New variable.
* gnu: Add python-pytorch-for-r-torch.Ricardo Wurmus2022-02-11
| | | | | | * gnu/packages/patches/python-pytorch-1.9.0-system-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/machine-learning.scm (python-pytorch-for-r-torch): New variable.
* gnu: python-pytorch: Update to 1.10.2.Ricardo Wurmus2022-02-11
| | | | * gnu/packages/machine-learning.scm (python-pytorch): Update to 1.10.2.
* gnu: Add r-coro.Ricardo Wurmus2022-02-11
| | | | * gnu/packages/cran.scm (r-coro): New variable.
* gnu: Add cl-hamcrest.jgart2022-02-11
| | | | | | | * gnu/packages/lisp-check.scm (cl-hamcrest, ecl-hamcrest, sbcl-hamcrest): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: icedove: Update to 91.6.Jonathan Brielmaier2022-02-11
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 91.6.
* gnu: Add nfiles.Pierre Neidhardt2022-02-11
| | | | * gnu/packages/lisp-xyz.scm (cl-nfiles, ecl-nfiles, sbcl-nfiles): New variables.
* gnu: coq-stdpp: Update to 1.7.0.Julien Lepiller2022-02-11
| | | | * gnu/packages/coq.scm (coq-stdpp): Update to 1.7.0.
* gnu: coq-mathcomp: Update to 1.14.0.Julien Lepiller2022-02-11
| | | | * gnu/packages/coq.scm (coq-mathcomp): Update to 1.14.0.
* gnu: coq: Update to 8.15.0.Julien Lepiller2022-02-11
| | | | | | * gnu/packages/coq.scm (coq): Update to 8.15.0. (coq-equations): Update to 1.3-8.15. * gnu/packages/patches/coq-fix-envvars.patch: Adapt to new version.
* gnu: coq-interval: Update to 4.4.0.Julien Lepiller2022-02-11
| | | | * gnu/packages/coq.scm (coq-interval): Update to 4.4.0.
* gnu: coq-bignums: Update to 8.15.0.Julien Lepiller2022-02-11
| | | | * gnu/packages/coq.scm (coq-bignums): Update to 8.15.0.
* gnu: coq-gappa: Update to 1.5.1.Julien Lepiller2022-02-11
| | | | * gnu/packages/coq.scm (coq-gappa): Update to 1.5.1.
* gnu: coq-flocq: Update to 4.0.0.Julien Lepiller2022-02-11
| | | | * gnu/packages/coq.scm (coq-flocq): Update to 4.0.0.