summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* import: stackage: Use 'define-json-mapping'.Ludovic Courtès2021-10-02
| | | | | | | | | | | | | | | | | * guix/import/stackage.scm (<stackage-lts>, <snapshot>) (<stackage-package>): New record types and JSON mappings. (lts-info-packages, stackage-package-name) (stackage-package-version): Remove. (lts-package-version): Rename 'pkgs-info' to 'packages'; assume 'packages' is a list of <stackage-package>. (stackage->guix-package): Use 'stackage-lts-packages' instead of 'lts-info-packages'. Rename 'packages-info' to 'packages'. (latest-lts-release): Likewise. (stackage-package?): Rename to... (stackage-lts-package?): ... this. Adjust to new API. (%stackage-updater)[pred]: Update accordingly. * tests/lint.scm ("haskell-stackage"): Add "snapshot" entry in JSON snippet.
* gnu: linux-libre 5.4: Update to 5.4.150.Leo Famulari2021-10-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.150. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.70.Leo Famulari2021-10-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.70. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.14.9.Leo Famulari2021-10-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.9. (linux-libre-5.14-pristine-source): Update hash.
* gnu: sdl-ttf: Update to 2.0.11.1.宋文武2021-10-02
| | | | * gnu/packages/sdl.scm (sdl-ttf): Update to 2.0.11.1.
* gnu: ungoogled-chromium: Update to 94.0.4606.71-1.Marius Bakke2021-10-02
| | | | | | | | | | | | * gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 94. (arch-patch, %arch-revision, %arch-patches): New variables. (%chromium-version): Set to 94.0.4606.71. (%ungoogled-revision, %ungoogled-origin): Update to 94.0.4606.71-1. (ungoogled-chromium-snippet): Apply %ARCH-PATCHES. (ungoogled-chromium)[version]: Use %UNGOOGLED-REVISION if it matches %CHROMIUM-VERSION, otherwise use a "-0" suffix. [arguments]: Adjust renamed configure flag. [inputs]: Change from HARFBUZZ to HARFBUZZ-3.0.
* gnu: uBlock Origin: Update to 1.38.2.Marius Bakke2021-10-02
| | | | * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.38.2.
* gnu: harfbuzz: Add 3.0.Marius Bakke2021-10-02
| | | | * gnu/packages/gtk.scm (harfbuzz-3.0): New public variable.
* gnu: zfs: Update to 2.1.1.Kaelyn Takata2021-10-02
| | | | | | | * gnu/packages/file-systems.scm (zfs): Update to 2.1.1. [arguments]: Do not return #t from custom phases. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: komikku: Update to 0.34.1.Liliana Marie Prikler2021-10-02
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.34.1.
* gnu: gnuradio: Add missing input for gr_filter_design tool.Guillaume Le Vaillant2021-10-02
| | | | * gnu/packages/radio.scm (gnuradio)[inputs]: Add python-pyqtgraph.
* gnu: Move libgme to audio.scm.Leo Prikler2021-10-02
| | | | | | | * gnu/packages/music.scm (libgme): Move from here... * gnu/packages/audio.scm (libgme): ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add hwinfo.Raghav Gururajan2021-10-01
| | | | | | * gnu/packages/hardware.scm (hwinfo): New variable. Co-authored-by: Petr Hodina <phodina@protonmail.com>
* gnu: Add libx86emu.Raghav Gururajan2021-10-01
| | | | | | | * gnu/packages/virtualization.scm (libx86emu): New variable. Co-authored-by: Petr Hodina <phodina@protonmail.com> Co-authored-by: Vincent Legoll <vincent.legoll@gmail.com>
* po: Update POTFILES.in.Julien Lepiller2021-10-01
| | | | | * po/guix/POTFILES.in: Add missing files that contain messages to be translated.
* installer: Fix typo in docstrings.Tobias Geerinckx-Rice2021-10-01
| | | | | | * gnu/packages/gnu/installer/parted.scm (force-user-partitions-formatting, format-user-partitions): Fix ‘formating’ docstring typo.
* gnu: emacs-filladapt: Fix typo in description.Tobias Geerinckx-Rice2021-10-01
| | | | | * gnu/packages/emacs-xyz.scm (emacs-filladapt)[description]: Fix ‘funtions’ typo.
* gnu: rtl8812au-aircrack-ng-linux-module: Inherit from rtl8821ce-linux-module.Tobias Geerinckx-Rice2021-10-01
| | | | | * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Inherit from the rtl8821ce-linux-module package and remove duplicate fields.
* gnu: rtl8821ce-linux-module: Honour PARALLEL-BUILD?.Tobias Geerinckx-Rice2021-10-01
| | | | | * gnu/packages/linux.scm (rtl8821ce-linux-module)[arguments]: Spawn multiple build make jobs if requested.
* gnu: rtl8821ce-linux-module: Prepare for cross-compilation.Tobias Geerinckx-Rice2021-10-01
| | | | | * gnu/packages/linux.scm (rtl8821ce-linux-module)[arguments]: Use CC-FOR-TARGET.
* build-system: linux-module: Don't explicitly return #t from phases.Tobias Geerinckx-Rice2021-10-01
| | | | * guix/build-system/linux-module.scm (configure): Remove explicit #t return value.
* build-system: linux-module: Build and install in parallel.Tobias Geerinckx-Rice2021-10-01
| | | | | | | | * guix/build-system/linux-module.scm (linux-module-build) (guix/build-system/linux-module.scm): Accept the PARALLEL-BUILD? keyword and pass it on to the builder. * guix/build/linux-module-build-system.scm (build, install): Capture and honour it.
* gnu: proot: Update to 5.2.0-alpha-0.a70023a and fix version string.Maxim Cournoyer2021-10-01
| | | | | | | | | | | | * gnu/packages/linux.scm (proot): Update to 5.2.0-alpha-0.a70023a. [tests?]: Reinstate tests for the aarch64-linux architecture. [phases]{patch-sources}: Reinstate the test-ssssssss.c test, fixed upstream. Set the VERSION Make variable, which is normally derived from invoking git. Delete the new test-docker.sh test file. Delete the known-to-be-failing test-cdd39012.sh and test-d92b57ca.sh test files. {check}: No longer set the PROOT_NO_SECCOMP environment variable as the upstream issue appears to have been resolved. [native-inputs]: Use the current coreutils package.
* gnu: Add guile-pipe.jgart2021-10-01
| | | | | | * gnu/packages/guile-xyz.scm (guile-pipe): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add python-pytest-exploratory.Maxim Cournoyer2021-10-01
| | | | * gnu/packages/python-check.scm (python-pytest-exploratory): New variable.
* build: Don’t delete ‘guix-gc.timer’ file.Xinglu Chen2021-10-01
| | | | | | | | | Without this invoking ‘make clean’ would remove ‘guix-gc.timer’, and ‘make’ would fail with. make[2]: *** No rule to make target 'etc/guix-gc.timer', needed by 'all-am'. Stop. * nix/local.mk (nodist_systemdservice_DATA): Remove ‘guix-gc.timer’.
* gnu: emacs-treemacs: Update to 2.9.1.Nicolas Goaziou2021-10-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.1.
* gnu: emacs-parseedn: Update to 1.0.4.Nicolas Goaziou2021-10-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.0.4.
* gnu: emacs-parseclj: Update to 1.0.4.Nicolas Goaziou2021-10-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.4.
* gnu: emacs-crdt: Update to 0.2.6.Nicolas Goaziou2021-10-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.2.6.
* gnu: emacs-counsel-etags: Update to 1.10.0.Nicolas Goaziou2021-10-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.10.0.
* gnu: emacs-a: Update to 1.0.0.Nicolas Goaziou2021-10-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-a): Update to 1.0.0.
* gnu: emacs-org-contrib: Update description.Nicolas Goaziou2021-10-01
| | | | | * gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update description according to new repository.
* gnu: emacs-org: Update to 9.5.Nicolas Goaziou2021-10-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.
* gnu: emacs-org-contrib: Update to 0.2.Nicolas Goaziou2021-10-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.2.
* gnu: emacs-tramp: Update to 2.5.1.3.Nicolas Goaziou2021-10-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.1.3.
* gnu: av-98: Set 'upstream-name' property.Xinglu Chen2021-09-30
| | | | | | * gnu/packages/web-browsers.scm (av-98)[properties]: Set ‘upstream-name’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* import: pypi: Honor the 'upstream-name' package property.Xinglu Chen2021-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, when a PyPI package had a “-” followed by one or more digits in its name, e.g., “AV-98”, the importer would interpret “98” as the version of the package and thus mistake the “AV-98” package for the “av” package on PyPI. $ ./pre-inst-env guix refresh av-98 following redirection to `https://pypi.org/pypi/av/json'... /home/yoctocell/src/guix/gnu/packages/web-browsers.scm:914:13: av-98 would be upgraded from 1.0.1 to 8.0.3 Setting the ‘upstream-name’ property to “AV-98” would solve the problem. $ ./pre-inst-env guix refresh av-98 /home/yoctocell/src/guix/gnu/packages/web-browsers.scm:914:13: 1.0.1 is already the latest version of av-98 * guix/import/pypi.scm (guix-package->pypi-name): Honor ‘upstream-name’ property. (make-pypi-sexp): Set ‘upstream-name’ property when appropriate. * tests/pypi.scm (test-json): Rename to ... (test-json-1): ... this. (test-json-2): New variable ("guix-package->pypi-name, honor 'upstream-name'"): New test. ("pypi->guix-package, package name contains \"-\" followed by digits"): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove python-py-bcrypt.Vinicius Monego2021-09-30
| | | | | | | * gnu/packages/python-crypto.scm (python-py-bcrypt, python2-py-bcrypt): Remove variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-passlib: Use python-bcrypt.Vinicius Monego2021-09-30
| | | | | | | | | | | py-bcrypt is unmaintained and support will be dropped in passlib 1.8. The recommended option is bcrypt. * gnu/packages/python-crypto.scm (python-passlib)[propagated-inputs]: Remove python-py-bcrypt. Add python-bcrypt. [arguments]<#:phases>: Don't return #t. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove python2-passlib.Vinicius Monego2021-09-30
| | | | | | * gnu/packages/python-crypto.scm (python2-passlib): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: grokmirror: Update to 2.0.11.Xinglu Chen2021-09-30
| | | | | | | * gnu/packages/version-control.scm (grokmirror): Update to 2.0.11. [arguments]<#:phases>: Don’t return #t. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* discovery: Hide Guile warnings when loading modules.Ludovic Courtès2021-09-30
| | | | | | Fixes <https://issues.guix.gnu.org/43747>. * guix/discovery.scm (scheme-modules): Parameterize 'current-warning-port'.
* packages: Factorize and document 'computed-origin-method'.zimoun2021-09-30
| | | | | | | | | | | | The 'computed-origin-method' had been introduced to work around limitations of the 'snippet' mechanism. The procedure was duplicated, which made it hard to automatically detect packages using it. * guix/packages.scm (computed-origin-method): Move procedure from... * gnu/packages/gnuzilla.scm: ...here and... * gnu/packages/gnuzilla.scm: ...there. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: komikku: Update to 0.34.0.Liliana Marie Prikler2021-09-30
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.34.0.
* gnu: Add python-pytest-repeat.Maxim Cournoyer2021-09-30
| | | | * gnu/packages/python-check.scm (python-pytest-repeat): New variable.
* gnu: Add julia-documenter.Efraim Flashner2021-09-30
| | | | | | | | | These four variables are added in the same commit to avoid a cyclic dependency. * gnu/packages/julia-xyz.scm (julia-documenter, julia-documentermarkdown, julia-documentertools): New variables. (julia-documenter-bootstrap): New hidden variable.
* gnu: Add julia-sass.Efraim Flashner2021-09-30
| | | | * gnu/packages/julia-xyz.scm (julia-sass): New variable.
* gnu: Add julia-libsass-jll.Efraim Flashner2021-09-30
| | | | * gnu/packages/julia-jll.scm (julia-libsass-jll): New variable.
* gnu: Add julia-ansicoloredprinters.Efraim Flashner2021-09-30
| | | | * gnu/packages/julia-xyz.scm (julia-ansicoloredprinters): New variable.