* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-7.42e474f.
[arguments]{phases}(fix-paths): Use search-input-file procedure.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
The need for this use case appeared when attempting to install Guix on a truly
minimal image made with Buildroot, which lacked enough GNU components that I
had to extract a guix pack to /gnu before attempting installation, which would
then refuse to proceed because of the existing /gnu.
* etc/guix-install.sh: Document environment variables.
(sys_create_store) [GUIX_ALLOW_OVERWRITE]: Skip pre-existing installation
checks and output a warning. Extract the tarball directly to /.
* gnu/packages/bioinformatics.scm (fastqc): Update to 0.11.9.
[source]: Fetch via git; delete bundled jar files.
[arguments]: Also patch .classpath file in 'fix-dependencies; fix patching of
reference to java in fastqc wrapper; override CLASSPATH.
This broke with the changes to openscenegraph in
629a5936a6.
* gnu/packages/graphics.scm (openmw-openscenegraph)[arguments]: Handle
#:configure-flags from openscenegraph as a gexp.
* gnu/packages/crates-io.scm (rust-structopt): Update to 0.3.26.
[arguments]: Add rust-paw-1 to cargo-inputs. Add cargo development inputs.
Add phases to fix rust-clap-2 version and remove lints feature.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Output is identical. This just feels moar correct.
* gnu/packages/gnome-xyz.scm (papirus-icon-theme)[arguments]: Run the
'halve-inode-consumption phase before the 'install one.
This follows up on commit aed385e18e.
* gnu/packages/gnome-xyz.scm (papirus-icon-theme)[arguments]: Replace
READLINK with CANONICALIZE-PATH to resolve symlink chains.
This addresses an apparent upstream hash change, which was actually our
own fault: the Guix package underspecified the version as ‘3’ instead of
‘3.0.0’, hence treating the ‘v3’ *branch* as a tag.
Guix's hash for ‘3’ never matched upstream's ‘3.0.0’ release, so upgrade
straight to ‘3.0.1’.
* gnu/packages/golang.scm (go-gopkg-in-yaml-v3): Update to 3.0.1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Includes fixes for CVE-2023-0767, CVE-2023-25728, CVE-2023-25729,
CVE-2023-25730, CVE-2023-25732, CVE-2023-25734, CVE-2023-25735,
CVE-2023-25737, CVE-2023-25738, CVE-2023-25739, CVE-2023-25742,
CVE-2023-25743, CVE-2023-25744, and CVE-2023-25746.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
Remove the dependency on the Perl 'rename' program.
* gnu/packages/patches/icecat-makeicecat.patch: Update to apply cleanly.
The previously specified changeset didn't match what was in the
manifest (browser/locales/l10n-changesets.json) of the upstream source.
* gnu/packages/gnuzilla.scm (all-mozilla-locales) [ach]: Update revision and
hash.
Modified-by: Mark H Weaver <mhw@netris.org>
* gnu/packages/graphics.scm (fgallery): Update to 1.9.1.
[arguments]: Use new Makefile in install phase.
[inputs]: Add bash-minimal for wrap-program. Use new style.
[source,home-page]: "http" -> "https".
This goes towards <https://issues.guix.gnu.org/issue/53289>.
* gnu/packages/kde-frameworks.scm (kdewebkit): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu/packages/patches/onionshare-cli-async-mode.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tor.scm (onionshare): Update to 2.6.
[source]: Use patch.
[inputs]: Add xdg-utils. Move xvfb-run, used for tests, to ...
[native-inputs]: here.
[arguments]: Run tests. Add "absolutize" phase for xdg-open.