~ruther/guix-local

65dcfb3f — Maxim Cournoyer 2 years ago
.dir-locals: Streamline Geiser configuration.

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>
28b22c45 — Tobias Geerinckx-Rice 2 years ago
gnu: Register ruby-nokogiri.patch.

This follows up on commit e8975697782c0ea10ce278a3304032b4cc60f81c.

* gnu/local.mk (dist_patch_DATA): Add ruby-nokogiri.patch.

Reported by acrow in #guix.
6113e052 — Maxim Cournoyer 2 years ago
gnu: gmime: Update home-page URL.

* gnu/packages/mail.scm (gmime) [home-page]: Update URL.
c14c25b4 — Hilton Chain 2 years ago
gnu: go-github-com-tdewolff-minify-v2: Regenerate hash.

* 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>
d3e12a02 — Hilton Chain 2 years ago
gnu: go-github-com-tdewolff-parse-v2: Regenerate hash.

* 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>
e90b54ee — Hilton Chain 2 years ago
gnu: Add go-github-com-tdewolff-hasher.

* gnu/packages/golang.scm (go-github-com-tdewolff-hasher): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
e99279aa — Hilton Chain 2 years ago
gnu: Add go-github-com-cespare-mph.

* gnu/packages/golang.scm (go-github-com-cespare-mph): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
701041aa — Hilton Chain 2 years ago
gnu: Add go-github-com-dgryski-go-mph.

* gnu/packages/golang.scm (go-github-com-dgryski-go-mph): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
83064e26 — Hilton Chain 2 years ago
gnu: Add go-github-com-dgryski-go-metro.

* gnu/packages/golang.scm (go-github-com-dgryski-go-metro): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
315eeb91 — Sughosha 2 years ago
gnu: zrythm: Enable rtaudio.

* gnu/packages/music.scm (zrythm)[#:configure-flags]: Add
"-Drtaudio=enabled".
[inputs]: Add rtaudio.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
3c2b892d — Sughosha 2 years ago
gnu: rtaudio: Update to 5.2.0.

* gnu/packages/audio.scm (rtaudio): Update to 5.2.0.
[#:phases]: Delete argument.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
87dab3e3 — Maxim Cournoyer 2 years ago
gnu-maintenance: Do not error when there are no candidates.

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.
0aec2c10 — Maxim Cournoyer 2 years ago
gnu: gst-plugins-bad: Remove the svt-hevc input.

* gnu/packages/gstreamer.scm (gst-plugins-bad)
[inputs]: Remove svt-hevc; add comment.
f8e3e02b — Zheng Junjie 2 years ago
gnu: libndp: Fix cross-compile.

* 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>
2d6c4e71 — Rémi Teissier 2 years ago
gnu: gambit-c: Update to 4.9.5.

* gnu/packages/scheme.scm (gambit-c): Update to 4.9.5.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
d7e9df2b — 宋文武 2 years ago
gnu: gmime: Remove version 2.6.23.

* gnu/packages/mail.scm (gmime-2.6): Remove package.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
a7abe497 — fanquake 2 years ago
gnu: bear: Update to 3.1.3.

* gnu/packages/build-tools.scm (bear): Update to 3.1.3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
354d8cc9 — fanquake 2 years ago
gnu: ccache: Update to 4.8.3.

* gnu/packages/ccache.scm (ccache): Update to 4.8.3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2ee9abe8 — Maxim Cournoyer 2 years ago
gnu: qemu: Update to 8.1.0.

* 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>
73958f7f — Aleksandr Vityazev 2 years ago
doc: Fix typo.

* doc/guix.texi (VNC Services): Fix typo.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Next