summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-07gnu: Add python-fasttext.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-fasttext): New variable.
2023-09-07gnu: Add fasttext.Ricardo Wurmus
* gnu/packages/machine-learning.scm (fasttext): New variable.
2023-09-07gnu: lighttpd: Update to 1.4.71.André Batista
* gnu/packages/web.scm (lighttpd): Update to 1.4.71. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-07gnu: yggdrasil: Update to 0.4.7.Artyom V. Poptsov
* gnu/packages/networking.scm (yggdrasil): Update to 0.4.7. [arguments]: Use G-expressions. Set the package build name and version. Use go-1.20. [propagated-inputs]: Add go-golang-org-x-tools, go-github-com-olekukonko-tablewriter and go-github-com-mattn-go-colorable. * gnu/packages/patches/yggdrasil-extra-config.patch: Don't use deprecated "ioutil". Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-07gnu: go-github-com-arceliar-ironwood: Update to ↵Artyom V. Poptsov
0.0.0-20221115123222-ec61cea2f439. * gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to 0.0.0-20221115123222-ec61cea2f439. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-07gnu: python-duckdb: Update to 0.8.1.Greg Hogan
* gnu/packages/python-xyz.scm (python-duckdb): Update to 0.8.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-07gnu: fmt-10: Update to 10.1.1.Greg Hogan
* gnu/packages/pretty-print.scm (fmt-10): Update to 10.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-07gnu: emacs-consult-eglot: Update 0.2.0-0.db9d41c.Kabelo M'sobomvu Moiloa
* gnu/packages/emacs-xyz.scm (emacs-consult-eglot): Update 0.2.0-0.db9d41c. Signed-off-by: Andrew Tropin <andrew@trop.in> Co-authored-by: Andrew Tropin <andrew@trop.in>
2023-09-07gnu: Add emacs-org-ql-dynamic-agenda.Nicolas Graves
* gnu/packages/emacs-xyz.scm (emacs-org-ql-dynamic-agenda): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-07gnu: Add emacs-org-dynamic-agenda.Nicolas Graves
* gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-07gnu: Add emacs-flymake-guile.Distopico
* gnu/packages/emacs-xyz.scm (emacs-flymake-guile): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-06gnu: Add erlang-lfe.Tim Johann
* gnu/packages/erlang.scm (erlang-lfe): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: Add csmith.Olivier Dion
* gnu/packages/linux.scm (csmith): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-07gnu: julia-prettytables: Update to 2.1.2.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-prettytables): Update to 2.1.2. [arguments]: Rename custom phase 'skip-color-tests to 'skip-tests-manipulating-terminal-display and skip some more tests. [propagated-inputs]: Add julia-offsetarrays, julia-stringmanipulation.
2023-09-07gnu: Add julia-stringmanipulation.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-stringmanipulation): New variable.
2023-09-06guix: packages: Support package/inherit by package-field-location.Simon Tournier
Fixes <https://issues.guix.gnu.org/65236>. * guix/packages.scm (package-field-location): Add package/inherit case. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reported-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06.dir-locals: Streamline Geiser configuration.Maxim Cournoyer
Geiser now has support locating the project root and adding it to the load path without external help; leverage it. * .dir-locals.el [nil]: Remove obsolete Geiser configuration. Set the geiser-repl-per-project-p variable to t. * doc/contributing.texi (The Perfect Setup): No longer mention explicitly setting the geiser-guile-load-path; instead mention the effect of the .dir-locals.el file. Reported-by: Wolf <wolf@wolfsden.cz>
2023-09-03gnu: Register ruby-nokogiri.patch.Tobias Geerinckx-Rice
This follows up on commit e8975697782c0ea10ce278a3304032b4cc60f81c. * gnu/local.mk (dist_patch_DATA): Add ruby-nokogiri.patch. Reported by acrow in #guix.
2023-09-06gnu: gmime: Update home-page URL.Maxim Cournoyer
* gnu/packages/mail.scm (gmime) [home-page]: Update URL.
2023-09-06gnu: go-github-com-tdewolff-minify-v2: Regenerate hash.Hilton Chain
* gnu/packages/golang.scm (go-github-com-tdewolff-minify-v2)[#:phases]: Add phase 'regenerate-hash. [native-inputs]: Add go-github-com-tdewolff-hasher. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: go-github-com-tdewolff-parse-v2: Regenerate hash.Hilton Chain
* gnu/packages/golang.scm (go-github-com-tdewolff-parse-v2)[#:phases]: Add phase 'regenerate-hash. [native-inputs]: Add go-github-com-tdewolff-hasher. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: Add go-github-com-tdewolff-hasher.Hilton Chain
* gnu/packages/golang.scm (go-github-com-tdewolff-hasher): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: Add go-github-com-cespare-mph.Hilton Chain
* gnu/packages/golang.scm (go-github-com-cespare-mph): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: Add go-github-com-dgryski-go-mph.Hilton Chain
* gnu/packages/golang.scm (go-github-com-dgryski-go-mph): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: Add go-github-com-dgryski-go-metro.Hilton Chain
* gnu/packages/golang.scm (go-github-com-dgryski-go-metro): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: zrythm: Enable rtaudio.Sughosha
* gnu/packages/music.scm (zrythm)[#:configure-flags]: Add "-Drtaudio=enabled". [inputs]: Add rtaudio. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: rtaudio: Update to 5.2.0.Sughosha
* gnu/packages/audio.scm (rtaudio): Update to 5.2.0. [#:phases]: Delete argument. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu-maintenance: Do not error when there are no candidates.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/65773>. * guix/gnu-maintenance.scm (rewrite-url): Do not error when there are no candidates. This may well be possible, depending on the site.
2023-09-06gnu: gst-plugins-bad: Remove the svt-hevc input.Maxim Cournoyer
* gnu/packages/gstreamer.scm (gst-plugins-bad) [inputs]: Remove svt-hevc; add comment.
2023-09-06gnu: libndp: Fix cross-compile.Zheng Junjie
* gnu/packages/networking.scm (libndp) [native-inputs]: When cross-compile add pkg-config, libtool, gettext-minimal, autoconf, automake. [arguments]: When cross-compile, add phase to fix rpl_malloc undefined references. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: gambit-c: Update to 4.9.5.Rémi Teissier
* gnu/packages/scheme.scm (gambit-c): Update to 4.9.5. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: gmime: Remove version 2.6.23.宋文武
* gnu/packages/mail.scm (gmime-2.6): Remove package. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: bear: Update to 3.1.3.fanquake
* gnu/packages/build-tools.scm (bear): Update to 3.1.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: ccache: Update to 4.8.3.fanquake
* gnu/packages/ccache.scm (ccache): Update to 4.8.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: qemu: Update to 8.1.0.Maxim Cournoyer
* gnu/packages/virtualization.scm (qemu): Update to 8.1.0. [source] <patches>: Replace qemu-disable-aarch64-migration-test.patch with qemu-disable-some-qtests-tests.patch. <snippet>: Adjust for dtc relocation and meson and sgabios removal. [arguments] <configure-flags>: Remove --meson flag. Remove sgabios from the --firmwarepath value. <phases>: Adjust replace-firmwares and delete-firmwares phases for sgabios removal. [inputs]: Remove sgabios. (qemu-minimal): Use package/inherit, which is more appropriate for a package variant. [arguments]: New disable-extra-tests phase. * gnu/packages/patches/qemu-disable-aarch64-migration-test.patch: Delete file. * gnu/packages/patches/qemu-disable-some-qtests-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Reviewed-by: Kaelyn <kaelyn.alexi@protonmail.com>
2023-09-05doc: Fix typo.Aleksandr Vityazev
* doc/guix.texi (VNC Services): Fix typo. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: libusb-compat: Specify the absolute file name for libusb.nathan
Refine the fix for loading libusb correctly. * gnu/packages/libusb.scm (libusb) [arguments] <configure-flags>: New LIBUSB_1_0_SONAME flag. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05git: Fix typo in reference-available? comment.Maxim Cournoyer
* guix/git.scm (reference-available?): Fix typo.
2023-09-05time-machine: Also validate the reference from a channels file.Maxim Cournoyer
* guix/scripts/time-machine.scm (guix-time-machine) <validate-guix-channel>: Update doc. Fall-back to use the Guix channel reference when REF is #f. Reported-by: Simon Tournier <zimon.toutoune@gmail.com> Co-authored-by: Simon Tournier <zimon.toutoune@gmail.com>
2023-09-05Revert "guix: git: Avoid touching the network unless needed in ↵Maxim Cournoyer
'reference-available?'." This reverts commit a789dd58656d5f7f1b8edf790d77753fc71670af, which broke e.g.: guix time-machine -C <(echo %default-channels) -- describe Add an explanatory comment as suggested. Reported-by: Ludovic Courtès <ludo@gnu.org>
2023-09-05gnu: python-skia-pathops: Update to 0.8.0.Nicolas Graves
* gnu/packages/fontutils.scm (python-skia-pathops): Update to 0.8.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: skia: Update to 112.0.6d0b938.Nicolas Graves
* gnu/packages/graphics.scm (skia): Update to 112.0.6d0b938. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: skia: Update to 110.0.0f3fb7a.Nicolas Graves
* gnu/packages/graphics.scm (skia): Update to 110.0.0f3fb7a. [arguments](build-phases): Disable newly introduced libraries wuffs (general performance) and perfetto (running performance tests). Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu-maintenance: Do not crash on refresh when origin URI is a list.Maxim Cournoyer
Updating the simh package would fail with: ice-9/boot-9.scm:1685:16: In procedure raise-exception: In procedure string-prefix?: Wrong type argument in position 2 (expecting string): ("http://simh.trailing-edge.com/sources/simhv312-4.zip" "http://simh.trailing-edge.com/sources/archive/simhv312-4.zip") This is because it expects a scalar value, but lists are allowed for URIs. * guix/gnu-maintenance.scm (import-html-updatable-release): Check that URI is a string before checking if it has the mirror:// prefix.
2023-09-05gnu: ardour: Build locales.Denys Nykula
The TRANSLATORS file in the Ardour source says the i18n waf phase is optional between the build and install phases. * gnu/packages/audio.scm (ardour)[#:phases] Add build-i18n. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: arcan-wayland: Deprecate in favor of arcan.Ahmad Draidi
* gnu/packages/arcan.scm (arcan-wayland): Rewrite as a deprecated alias for arcan. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: arcan: Restyle format.Ahmad Draidi
* gnu/packages/arcan.scm (arcan): Run 'guix style' over the package and manually break some long lines. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: arcan: Use new style arguments.Ahmad Draidi
* gnu/packages/arcan.scm (arcan)[arguments]: Use new style arguments. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: arcan: Fix paths handling.Ahmad Draidi
This patch removes the wrapper and the propagated environment variables (through 'native-search-paths') and instead patches the paths inside the source code. This fixes path handling, which seems to be broken now. It also allows us to use 'setuid', which is required for some features, and lets the app use its internal path handling criteria, which some dependent apps expect. * gnu/packages/arcan.scm (arcan): Fix paths handling. [arguments]: Add 'patch-paths' phase. Remove 'wrap-program' phase. [native-search-paths]: Remove. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: arcan: Build all features.Ahmad Draidi
* gnu/packages/arcan.scm (arcan): Build all features. [arguments]: Use #:configure-flags "-DBUILD_PRESET=everything" to build all features, and "-DDISTR_TAG='Guix'" to tag the builds. [synopsis]: Remove '(egl-dri)' since it indicates a specific feature. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>