Age | Commit message (Expand) | Author |
2021-05-18 | gnu: fc-host-tools: Update to 15....* gnu/packages/embedded.scm (fc-host-tools): Update to 15.
[description]: Add fc-simint.
[arguments]<#:phases>[patch-installation-paths]: Add files.
| Danny Milosavljevic |
2021-05-18 | gnu: cl-common-lisp-jupyter: Update to 0.1.0-3.ba9f0e7....* gnu/packages/lisp-xyz.scm (sbcl-common-lisp-jupyter): Update to
0.1.0-3.ba9f0e7.
[inputs]: Add dissect, replace jsown by shasht.
[license]: The license is expat/MIT, not zlib.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-05-18 | gnu: Add cl-shasht....* gnu/packages/lisp-xyz.scm (sbcl-shasht, ecl-shasht, cl-shasht): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-05-17 | gnu: disarchive: Fix build when cross-compiling....This follows commit 0b1f70d1a7, which inadvertently broke the build of Guix
for i586-pc-gnu (Hurd).
* gnu/packages/patches/disarchive-cross-compilation.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/backup.scm (disarchive)[source]: Apply it.
[phases]{delete-configure}: New phase.
[native-inputs]: Add guile-3.0 and guile-gcrypt.
| Maxim Cournoyer |
2021-05-17 | gnu: opendht: Add Python bindings, tools....* gnu/packages/networking.scm (opendht)
[outputs]: Add tools and debug outputs.
[native-inputs]: Add python and python-cython.
[imported-modules, modules, phases]: New arguments.
[configure-flags]: Disable static compilation. Enable Python support and the
tools.
[synopsis]: Update synopsis.
[description]: Expound description.
| Maxim Cournoyer |
2021-05-17 | gnu: opendht: Update to 2.2.0rc7....* gnu/packages/networking.scm (opendht): Update to 2.2.0rc7.
| Maxim Cournoyer |
2021-05-17 | gnu: Add python-tappy....* gnu/packages/python-check.scm (python-tappy): New variable.
| Raghav Gururajan |
2021-05-17 | gnu: Remove unneeded import....* gnu/packages/hurd.scm: Remove unneeded (gnu build hurd-boot) that was
pulling in (system base compile).
| Ludovic Courtès |
2021-05-17 | gnu: PostgreSQL 9: Update to 9.6.22 [fixes CVE-2021-{32027,32028,32029}]....* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.22.
| Leo Famulari |
2021-05-17 | gnu: PostgreSQL 10: Update to 10.17 [fixes CVE-2021-{32027,32028,32029}]....* gnu/packages/databases.scm (postgresql-10): Update to 10.17.
| Leo Famulari |
2021-05-17 | gnu: PostgreSQL 11: Update to 11.12 [fixes CVE-2021-{32027,32028,32029}]....* gnu/packages/databases.scm (postgresql-11): Update to 11.12.
| Leo Famulari |
2021-05-17 | gnu: PostgreSQL: Update to 13.3 [fixes CVE-2021-{32027,32028,32029}]....* gnu/packages/databases.scm (postgresql-13)[replacement]: Use postgresql-13.3.
(postgresql-13.2): Replace with ...
(postgresql-13.3): ... new variable.
| Leo Famulari |
2021-05-17 | gnu: emacs-libyaml: Adjust to changes in emacs-build-system....* gnu/packages/emacs-xyz.scm (emacs-libyaml)[#:phases]: Move
‘substitute-libyaml-core-path’ after ‘unpack’.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| Fredrik Salomonsson |
2021-05-17 | gnu: pigx-chipseq: Update to 0.0.52....* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.52.
| Ricardo Wurmus |
2021-05-17 | gnu: Add cl-typesetting....* gnu/packages/lisp-xyz.scm (sbcl-cl-typesetting, ecl-cl-typesetting,
cl-typesetting): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-05-17 | gnu: ecl-xmls: Disable tests....Upstream doesn't have a test suite adapted for ECL.
* gnu/packages/lisp-xyz.scm (ecl-xmls)[arguments]: Disable tests.
| Guillaume Le Vaillant |
2021-05-17 | gnu: cl-pdf: Update to 2.0.0-1.dbafd62....* gnu/packages/lisp-xyz.scm (sbcl-cl-pdf): Update to 2.0.0-1.dbafd62.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-05-17 | gnu: tsukundere: Update to 0.3.0....* gnu/packages/game-development.scm (tsukundere): Update to 0.3.0.
[patch-command]: Patch path to guile. Construct load paths directly from
inputs.
[propagated-inputs]: Remove.
[inputs]: Add guile and guile-sdl2.
| Leo Prikler |
2021-05-16 | gnu: mercurial: Patch to make it read HGEXTENSIONPATH....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>
| Xinglu Chen |
2021-05-16 | gnu: Add hg-commitsigs....* gnu/packages/version-control.scm (hg-commitsigs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-05-16 | gnu: emacs-orderless: Update to 0.6....* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.6.
[native-inputs]: Add texinfo.
[arguments]<#:phases>: Install manual.
| Xinglu Chen |
2021-05-16 | gnu: Add julia-msgpack....* gnu/packages/julia-xyz.scm (julia-msgpack): New variable.
| Efraim Flashner |
2021-05-16 | gnu: Add julia-suppressor....* gnu/packages/julia-xyz.scm (julia-suppressor): New variable.
| Efraim Flashner |
2021-05-16 | gnu: Add julia-docstringextensions....* gnu/packages/julia-xyz.scm (julia-docstringextensions): New variable.
| Efraim Flashner |
2021-05-16 | gnu: Add julia-iocapture....* gnu/packages/julia-xyz.scm (julia-iocapture): New variable.
| Efraim Flashner |
2021-05-16 | gnu: Add julia-zipfile....* gnu/packages/julia-xyz.scm (julia-zipfile): New variable.
| Efraim Flashner |
2021-05-16 | gnu: Add julia-zlib-jll....* gnu/packages/julia-xyz.scm (julia-zlib-jll): New variable.
| Efraim Flashner |
2021-05-15 | gnu: Graphviz: Fix CVE-2020-18032....* 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.
| Leo Famulari |
2021-05-15 | gnu: emacs-wucuo: Fix arguments....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.
| Christopher Baines |
2021-05-15 | gnu: re2c: Update to 2.1.1....* gnu/packages/re2c.scm (re2c): Update to 2.1.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sergei Trofimovich |
2021-05-15 | gnu: mousepad: Update to 0.5.5....* gnu/packages/xfce.scm (mousepad): Update to 0.5.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Michael Rohleder |
2021-05-15 | gnu: sniffio: Update to 1.2.0...Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2021-05-15 | gnu: sonivox-eas: Update to 1.3.0....* gnu/packages/music.scm (sonivox-eas): Update to 1.3.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Frank Pursel |
2021-05-15 | gnu: gcc-8: Update to 8.5.0....* gnu/packages/gcc.scm (gcc-8): Update to 8.5.0.
| Efraim Flashner |
2021-05-15 | gnu: Add python-graph-tool....* gnu/packages/graph.scm (python-graph-tool): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Alexandre Hannud Abdo |
2021-05-15 | gnu: libcdr: Update to 0.1.7....* gnu/packages/libreoffice.scm (libcdr): Update to 0.1.7.
| Marius Bakke |
2021-05-15 | gnu: arpack-ng@3.3: Don't use unstable source tarball....* 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.
| Marius Bakke |
2021-05-15 | gnu: arpack-ng: Update to 3.8.0....* gnu/packages/maths.scm (arpack-ng): Update to 3.8.0.
[native-inputs]: Add PKG-CONFIG.
[inputs]: Add EIGEN.
| Marius Bakke |
2021-05-15 | gnu: pybind11: Update to 2.6.2....* gnu/packages/python-xyz.scm (pybind11): Update to 2.6.2.
| Marius Bakke |
2021-05-15 | gnu: wl-clipboard: Don't require helper tools in $PATH....* 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.
| Tobias Geerinckx-Rice |
2021-05-15 | gnu: Add vim-solarized....* gnu/packages/vim.scm (vim-solarized): New public variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Tissevert |
2021-05-15 | gnu: sbcl-static-dispatch: Update to 0.5.1....* 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>
| Sharlatan Hellseher |
2021-05-15 | gnu: emacs-vertico: Update to 0.9....* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.9.
| Nicolas Goaziou |
2021-05-15 | gnu: emacs-corfu: Update to 0.7....* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.7.
| Nicolas Goaziou |
2021-05-15 | gnu: monero-gui: Update to 0.17.2.2....* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.2.
[arguments]: Update 'fix-build' phase.
| Guillaume Le Vaillant |
2021-05-15 | gnu: bitcoin-unlimited: Update to 1.9.2.0....* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.2.0.
| Guillaume Le Vaillant |
2021-05-15 | gnu: sbcl-mito: Update to 0.1-2.2fbfc8a....* gnu/packages/lisp-xyz.scm (sbcl-mito): Update to 0.1-2.2fbfc8a.
[inputs]: Remove optima. Add cl-package-locks and trivia.
| Guillaume Le Vaillant |
2021-05-15 | gnu: sbcl-dbi: Update to 0.9.5-1.7ba050d....* gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 0.9.5-1.7ba050d.
[native-inputs]: Add alexandria.
| Guillaume Le Vaillant |
2021-05-15 | gnu: sbcl-sxql: Update to 0.1.0-2.acdd183....* 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>
| Sharlatan Hellseher |
2021-05-15 | gnu: Add cl-package-locks....* 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>
| Sharlatan Hellseher |