* gnu/packages/guile.scm (guile-for-guile-emacs): Update to
e62c0d1b32f625fcbaa733c32a88622846aee905, from
https://codeberg.org/lyrra/guile.
Change-Id: Ic1a48865bfd9ee1201671b1f4b5e3659c084d71f
Signed-off-by: Ian Eure <ian@retrospec.tv>
* gnu/packages/sdl.scm (sdl3): Update to 3.2.8.
[arguments]: Add additional flags for using shared libraries.
[propagated-inputs]: Add all inputs needed by pkg-config at configure time.
[inputs]: Add all other inputs, copied from SDL2.
Change-Id: Ia18dc5867e19ca6c4e265c596d6f769549fe05d8
* gnu/services/syncthing.scm: (syncthing-config-file,
syncthing-folder, syncthing-device, syncthing-folder-device): Rename
fields to avoid abbreviation, boolean values switched to use #t or #f,
numbers no longer provided as strings, config directory moved to
~/.local/state/syncthing
* doc/guix.texi: (syncthing-service-type): Update documentation to
reflect these changes.
Change-Id: I01c059e13658a0d1ad38aaebca3dcb0a268bbdba
This was a dependency for a single package—guile-emacs—which has now been
removed.
* gnu/packages/guile.scm (guile-for-guile-emacs): Delete variable.
Change-Id: I27b82da90db37a40fa5831e453d2ebf0376b6a86
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
guile-emacs appears to be unmaintained, and the website that was hosting its
git repository is no longer active.
* gnu/packages/emacs.scm (guile-emacs): Delete variable.
Change-Id: I949762074acf7d9b8a3b219b26b3848db8220946
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
In <https://issues.guix.gnu.org/63009> it was promised to be pushed to master,
but that didn't seem to have happened. This resolves that promise.
* gnu/system.scm (operating-system-etc-service): Also add a user's
<guix-home>/profile/bin directory to PATH, before <guix-profile>/bin.
Change-Id: Ibd2866153a211585c4981293027544557f8fa06c
* gnu/packages/games.scm (supertuxkart)[arguments]: Fix regexp in
'disable-data-install' phase so that the line in CMakeList.txt that installs
'supertuxkart.desktop' file is not commented out.
Change-Id: I408cdfeb9425c39228d38df4c15aee326e19dc34
Signed-off-by: Eric Bavier <bavier@posteo.net>
* gnu/packages/irc.scm (snuik)[inputs]: Add guile-fibers and guile-gnutls.
[arguments]: Use them in "install-script" phase. Fix snuik wrapper.
Change-Id: I0dbc5d60c3dc6a683f91a4bb9dc5cbee89bba903
* gnu/packages/virtualization.scm (qemu)[arguments]: Don't run the tests
in parallel when building for riscv64-linux. Adjust riscv64's
'disable-some-tests phase to extend a test timeout.
Change-Id: I82e2a59bb74bd2c68ccd2397601b0289f47bdbfe
* gnu/packages/guile-xyz.scm (g-golf-source): New procedure.
(guile-g-golf, g-golf-adw-1-examples)[source]: Use it.
(g-golf-adw-1-examples)[version]: Go back to 0.8.0, where adwaita-1-demo
still supports our version of libadwaita.
Change-Id: I469d1039e859e5dafb0d4ca05a13f6f28ac87c24
Suggested by David Pirotte previously, who had written in private mails that
"unlike the guix synopsis declares, g-golf is not a GI binding for
guile. it (obviously) implement a GI low level binding, but that only
covers 10% of g-golf's code, if not less".
* gnu/packages/guile-xyz.scm (guile-g-golf)[synopsis]: Use proper synopsis.
Change-Id: I96357d7989362b8da3cc256cc4fa47658a5091d4
Environment variable GDK_PIXBUF_MODULE_FILE is no longer set since
4838b7b0e9.
See <https://bugs.gnu.org/76697#10>.
* gnu/packages/guile-xyz.scm (g-golf-adw-1-examples)[arguments]: Actually
use GLIB-OR-GTK-BUILD-SYSTEM’s phases, which set the GDK_PIXBUF_MODULE_FILE
environment variable.
Change-Id: Ib2a7036833360ef265f3a6a368498cf6aabf9b08