Age | Commit message (Collapse) | Author |
|
This fixes a bug whereby the Guix importer considers files like .f.* to be
Fortran files.
The expression "\\.f(90|95)?" would match a lot of files containing ".f"
although they are not Fortran files. Instead we should only consider files
with this *suffix*.
* guix/import/cran.scm (directory-needs-fortran?): Only check for suffixes.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/audio.scm (audacity)[native-inputs]: Replace python-2 with
python.
|
|
* gnu/packages/engineering.scm (radare2-for-cutter): New variable. Version 5.0.0.
(cutter)[inputs]: Move from radare2 to radare2-for-cutter.
|
|
* gnu/packages/guile-xyz.scm (guile-cbor): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/import/hackage.scm (hackage-recursive-import): Add the VERSION key.
Make REPO a key.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This reduces allocations and bit twiddling in the loop.
* guix/serialization.scm (write-literal-strings): New macro.
(write-file-tree): Use it in lieu of 'write-string' calls where applicable.
|
|
Fixes <https://bugs.gnu.org/46826>.
Reported by cage <cage-dev@twistfold.it>.
* guix/scripts/environment.scm (guix-environment): Move 'manifest'
definition before expression.
|
|
* gnu/packages/gps.scm (gama)[source]: Adjust snippet to also remove
generated PDFs.
|
|
* gnu/packages/gps.scm (gama): Update to 2.14.
|
|
* gnu/packages/engineering.scm (radare2): Update to 5.1.1.
|
|
* gnu/packages/node.scm (node): Update to 10.24.0.
|
|
* gnu/packages/admin.scm (ansible): Update to 2.9.18.
|
|
* gnu/packages/telephony.scm (mumble): Update to 1.3.4.
[source]: Use GitHub releases as tarballs stopped being distributed through
'mumble.info'.
|
|
* gnu/packages/web.scm (stunnel): Update to 5.58.
|
|
* gnu/packages/python-xyz.scm (python-pysaml2): Update to 6.5.1.
|
|
* gnu/packages/syndication.scm (quiterss):
[source]: Use git-fetch instead of autogenerated GitHub tarball. Remove
trailing whitespace.
|
|
* gnu/packages/syndication.scm (quiterss): New variable.
|
|
TALOS-2020-1222 has yet to be disclosed and has no known CVE number.
TALOS-2020-1223 has CVE-2020-28599 assigned.
* gnu/packages/engineering.scm (openscad): Update to 2021.01.
[patches]: Remove. Boost 1.72 is supported now upstream.
[arguments]: In replacement 'check phase, disable some tests requiring
experimental "lazy-union" feature. Also disable PDF-related tests requiring
ghostscript and failing either way.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/patches/openscad-parser-boost-1.72.patch: Ditto.
|
|
* gnu/packages/ruby.scm (ruby-jekyll-seo-tag): New variable.
Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
|
|
* gnu/packages/ruby.scm (ruby-jekyll-sitemap): New variable.
Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
|
|
* gnu/packages/ruby.scm (ruby-jekyll-feed): New variable.
Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
|
|
* gnu/services/guix.scm (guix-build-coordinator-agent-dynamic-auth,
guix-build-coordinator-agent-dynamic-auth?,
guix-build-coordinator-agent-dynamic-auth-agent-name,
guix-build-coordinator-agent-dynamic-auth-token): New procedures.
(guix-build-coordinator-agent-shepherd-services): Handle new dynamic auth
record.
* doc/guix.texi (Guix Build Coordinator): Document the new dynamic auth
record.
|
|
A new authentication approach has been added to the coordinator, so to better
represent the options, this commit changes the configuration to accept
different records, each for different authentication approaches.
* gnu/services/guix.scm (guix-build-coordinator-agent-configuration-uuid,
guix-build-coordinator-agent-configuration-password,
guix-build-coordinator-agent-configuration-password-file): Removed
procedures.
(guix-build-coordinator-agent-password-auth,
guix-build-coordinator-agent-password-auth?,
guix-build-coordinator-agent-password-auth-uuid,
guix-build-coordinator-agent-password-auth-password,
guix-build-coordinator-agent-password-file-auth,
guix-build-coordinator-agent-password-file-auth?,
guix-build-coordinator-agent-password-file-auth-uuid,
guix-build-coordinator-agent-password-file-auth-password-file): New
procedures.
(guix-build-coordinator-agent-shepherd-services): Adjust to handle the
authentication field and it's possible record values.
* doc/guix.texi (Guix Build Coordinator): Update documentation.
|
|
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-20.1f79fc3.
|
|
* etc/news.scm: Add a Dutch translation.
|
|
* etc/news.scm: Add entry.
|
|
* gnu/packages/linux.scm (linux-libre-with-bpf): Update to 5.11.2.
|
|
* gnu/packages/linux.scm (linux-libre-version, linux-libre-pristine-source,
linux-libre-source, linux-libre): Update to 5.11.2.
|
|
* gnu/packages/lua.scm (emilua)[source]: Add file-name field.
|
|
Fixes OVE-20210203-0001, OVE-20210206-0001, OVE-20210207-0001,
OVE-20210205-0001, and OVE-20210222-0001.
* gnu/packages/tor.scm (privoxy): Update to 3.0.32.
|
|
* gnu/packages/audio.scm (wavpack)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/games.scm (unknown-horizons)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/emulators.scm (unicorn)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/audio.scm (twolame)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/fontutils.scm (teckit)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/maths.scm (slepc)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/algebra.scm (singular)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-pangocairo-0.9)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-pango-sys-0.10)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-pango-0.9)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-gtk-sys-0.9)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-gtk-0.8)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-gobject-sys-0.10)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-glib-sys-0.10)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-glib-macros-0.10)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-glib-0.10)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-gio-sys-0.10)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-gio-0.9)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-gdk-sys-0.10)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/crates-gtk.scm (rust-gdk-pixbuf-sys-0.10)[home-page]: Use HTTPS URI.
|