summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* substitutes: Reduce negative TTLs.Ludovic Courtès2021-05-16
| | | | | * guix/substitutes.scm (%narinfo-negative-ttl): Change to 15mn. (%narinfo-transient-error-ttl): Halve.
* gnu: mercurial: Patch to make it read HGEXTENSIONPATH.Xinglu Chen2021-05-16
| | | | | | | | | | | | | This will make Mercurial be able to find third-party extensions installed with Guix, without having to set PYTHONPATH. * gnu/packages/patches/mercurial-hg-extension-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch. * gnu/packages/version-control.scm (mercurial)[origin](patches): Apply the patch. [native-search-paths]: Add HGEXTENSIONPATH. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add hg-commitsigs.Xinglu Chen2021-05-16
| | | | | | * gnu/packages/version-control.scm (hg-commitsigs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-orderless: Update to 0.6.Xinglu Chen2021-05-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.6. [native-inputs]: Add texinfo. [arguments]<#:phases>: Install manual.
* gnu: Add julia-msgpack.Efraim Flashner2021-05-16
| | | | * gnu/packages/julia-xyz.scm (julia-msgpack): New variable.
* gnu: Add julia-suppressor.Efraim Flashner2021-05-16
| | | | * gnu/packages/julia-xyz.scm (julia-suppressor): New variable.
* gnu: Add julia-docstringextensions.Efraim Flashner2021-05-16
| | | | * gnu/packages/julia-xyz.scm (julia-docstringextensions): New variable.
* gnu: Add julia-iocapture.Efraim Flashner2021-05-16
| | | | * gnu/packages/julia-xyz.scm (julia-iocapture): New variable.
* gnu: Add julia-zipfile.Efraim Flashner2021-05-16
| | | | * gnu/packages/julia-xyz.scm (julia-zipfile): New variable.
* gnu: Add julia-zlib-jll.Efraim Flashner2021-05-16
| | | | * gnu/packages/julia-xyz.scm (julia-zlib-jll): New variable.
* gnu: Graphviz: Fix CVE-2020-18032.Leo Famulari2021-05-15
| | | | | | | * gnu/packages/patches/graphviz-CVE-2020-18032.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/graphviz.scm (graphviz)[replacement]: New field. (graphviz/fixed): New variable.
* gnu: emacs-wucuo: Fix arguments.Christopher Baines2021-05-15
| | | | | | | | I'm looking at this because the profile-collisions linter crashes for this package, and that currently breaks processing revisions in the Guix Data Service. * gnu/packages/emacs-xyz.scm (emacs-wucuo)[arguments]: Change #tn to #t.
* gnu: re2c: Update to 2.1.1.Sergei Trofimovich2021-05-15
| | | | | | * gnu/packages/re2c.scm (re2c): Update to 2.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mousepad: Update to 0.5.5.Michael Rohleder2021-05-15
| | | | | | * gnu/packages/xfce.scm (mousepad): Update to 0.5.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: sniffio: Update to 1.2.0Sharlatan Hellseher2021-05-15
| | | | Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: sonivox-eas: Update to 1.3.0.Frank Pursel2021-05-15
| | | | | | * gnu/packages/music.scm (sonivox-eas): Update to 1.3.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gcc-8: Update to 8.5.0.Efraim Flashner2021-05-15
| | | | * gnu/packages/gcc.scm (gcc-8): Update to 8.5.0.
* gnu: Add python-graph-tool.Alexandre Hannud Abdo2021-05-15
| | | | | | * gnu/packages/graph.scm (python-graph-tool): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: libcdr: Update to 0.1.7.Marius Bakke2021-05-15
| | | | * gnu/packages/libreoffice.scm (libcdr): Update to 0.1.7.
* gnu: arpack-ng@3.3: Don't use unstable source tarball.Marius Bakke2021-05-15
| | | | | * gnu/packages/maths.scm (arpack-ng-3.3.0)[name, home-page]: Remove. [source]: Switch to GIT-FETCH. Inline uses of NAME and HOME-PAGE.
* gnu: arpack-ng: Update to 3.8.0.Marius Bakke2021-05-15
| | | | | | * gnu/packages/maths.scm (arpack-ng): Update to 3.8.0. [native-inputs]: Add PKG-CONFIG. [inputs]: Add EIGEN.
* gnu: pybind11: Update to 2.6.2.Marius Bakke2021-05-15
| | | | * gnu/packages/python-xyz.scm (pybind11): Update to 2.6.2.
* gnu: wl-clipboard: Don't require helper tools in $PATH.Tobias Geerinckx-Rice2021-05-15
| | | | | | | | * gnu/packages/xdisorg.scm (wl-clipboard)[arguments]: Add a new 'patch-file-names phase. [inputs]: Add coreutils and xdg-utils. Reported by pineapples in #guix.
* gnu: Add vim-solarized.Tissevert2021-05-15
| | | | | | * gnu/packages/vim.scm (vim-solarized): New public variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* tests: Conditionally include tests/go.scm.Maxim Cournoyer2021-05-15
| | | | | | | | | | The Go importer module requires a recent guile-glib; the test should only be run when such requirement is met. * Makefile.am (SCM_TESTS)[HAVE_GUILE_LIB]: Add tests/go.scm only if this condition is met. Reported-by: Chris Marusich <cmmarusich@gmail.com>
* gnu: sbcl-static-dispatch: Update to 0.5.1.Sharlatan Hellseher2021-05-15
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-static-dispatch): Update to 0.5.1. [inputs]: Replace trivia by optima. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: emacs-vertico: Update to 0.9.Nicolas Goaziou2021-05-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.9.
* gnu: emacs-corfu: Update to 0.7.Nicolas Goaziou2021-05-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.7.
* inferior: Support querying package replacements.Christopher Baines2021-05-15
| | | | | | | | I'm looking at this to help with adding support for looking up package replacements to store in the Guix Data Service. * guix/inferior.scm (inferior-package-replacement): New procedure. * tests/inferior.scm ("inferior-package-replacement"): New test.
* gnu: monero-gui: Update to 0.17.2.2.Guillaume Le Vaillant2021-05-15
| | | | | * gnu/packages/finance.scm (monero-gui): Update to 0.17.2.2. [arguments]: Update 'fix-build' phase.
* gnu: bitcoin-unlimited: Update to 1.9.2.0.Guillaume Le Vaillant2021-05-15
| | | | * gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.2.0.
* gnu: sbcl-mito: Update to 0.1-2.2fbfc8a.Guillaume Le Vaillant2021-05-15
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-mito): Update to 0.1-2.2fbfc8a. [inputs]: Remove optima. Add cl-package-locks and trivia.
* gnu: sbcl-dbi: Update to 0.9.5-1.7ba050d.Guillaume Le Vaillant2021-05-15
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 0.9.5-1.7ba050d. [native-inputs]: Add alexandria.
* gnu: sbcl-sxql: Update to 0.1.0-2.acdd183.Sharlatan Hellseher2021-05-15
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-sxql): Update to 0.1.0-2.acdd183. [arguments]: Remove unnecessary '#:test-asd-file'. [inputs]: Add cl-package-locks. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-package-locks.Sharlatan Hellseher2021-05-15
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-package-locks, ecl-cl-package-locks, cl-package-locks): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: komikku: Update to 0.28.1.Leo Prikler2021-05-15
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.28.1.
* gnu: guile-chickadee: Update to 0.7.0.Leo Prikler2021-05-15
| | | | * gnu/packages/game-development.scm (guile-chickadee): Update to 0.7.0.
* gnu: guile-sdl2: Update to 0.6.0.Leo Prikler2021-05-15
| | | | * gnu/packages/sdl.scm (guile-sdl2): Update to 0.6.0.
* gnu: Add interbench.Arun Isaac2021-05-15
| | | | * gnu/packages/benchmark.scm (interbench): New variable.
* gnu: Use gr- prefix for GNU Radio blocks.Guillaume Le Vaillant2021-05-15
| | | | | | | | | | | | | Almost all GNU Radio blocks use "gr-" as prefix, so let's use that. * gnu/packages/radio.scm (gnuradio-osmosdr): Rename to ... (gr-osmosdr): ... this. (gnuradio-osmosdr): Redefine as a deprecated alias. (gnuradio-iqbalance): Rename to ... (gr-iqbal): ... this. (gnuradio-iqbalance): Redefine as a deprecated alias. (gqrx)[inputs]: Replace gnuradio-iqbalance by gr-iqbal. Replace gnuradio-osmosdr by gr-osmosdr.
* gnu: linux-libre 5.4: Update to 5.4.119.Leo Famulari2021-05-14
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.119. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.37.Leo Famulari2021-05-14
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.37. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.11.21.Leo Famulari2021-05-14
| | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.21. (linux-libre-5.11-pristine-source): Update hash.
* gnu: linux-libre 5.12: Update to 5.12.4.Leo Famulari2021-05-14
| | | | | * gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.4. (linux-libre-5.12-pristine-source): Update hash.
* gnu: Add emacs-tshell.Stefan Reichör2021-05-15
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-tshell): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-wucuo.Joseph LaFreniere2021-05-14
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-wucuo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-ledger-mode: Simplify build.Morgan Smith2021-05-14
| | | | | | | | | | | | | * gnu/packages/finance.scm (emacs-ledger-mode) [build-system]: Use emacs-build-system instead of cmake. [arguments]: Remove modules and imported-modules; move patch-path phase to after unpack so that the substitution actually causes a change; remove generate-autoload phase as that's built into the build system; remove patch-site-dir as that only affected cmake things; set #:exclude to '() so we install ledger-test.el. [native-inputs]: Remove emacs-minimal. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* swh: 'lookup-origin-revision' ignores partial visits.Ludovic Courtès2021-05-14
| | | | | * guix/swh.scm (lookup-origin-revision): Filter out visits with a status different from 'full.
* self: Add dependency on Disarchive.Ludovic Courtès2021-05-14
| | | | | | | | | This enables the Disarchive fallback implemented in commit fbc2a52a32ddc664db8ebab420c2e17b1432c744 (on foreign distros). * guix/self.scm (specification->package): Add "disarchive". (compiled-guix): Add DISARCHIVE to DEPENDENCIES in the #:dependencies argument to 'guix-command'.
* gnu: guix: Add dependency on Disarchive.Ludovic Courtès2021-05-14
| | | | | | | | This enables the Disarchive fallback implemented in commit fbc2a52a32ddc664db8ebab420c2e17b1432c744. * gnu/packages/package-management.scm (guix)[inputs]: Add DISARCHIVE. [arguments]: In 'wrap-program' phase, add DISARCHIVE to the search path.