* gnu/packages/mail.scm (perl-email-abstract): Update to 3.010.
Change-Id: I9363b26a89952b1c5f3643b27b47bd3f34723eae
Signed-off-by: Steve George <steve@futurile.net>
* gnu/packages/mail.scm (claws-mail): Update to 4.3.1.
Change-Id: I364119a726fe60e2bdc7a2a443784bae608a1730
Signed-off-by: Steve George <steve@futurile.net>
* gnu/packages/mail.scm (notifymuch): Use G-expressions.
[version]: Apply GIT-VERSION procedure.
[build-system]: Use pyproject.
[arguments] <tests?>: Visibly disable missing tests.
[native-inputs]: Add python-setuptools and python-wheel.
[description]: Start from a new line and fix fill column indentation.
Change-Id: I1077ce3fb6e36ed1927bcc2733e7b2816bb81c48
* gnu/packages/mail.scm (afew) [build-system]: Use pyproject.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.
[description]: Start from a new line, fix fill collum indentation.
Change-Id: I011588d9c1de7d200a32d30f0cb11f558da257e2
* gnu/packages/mail.scm (python-notmuch): Use G-expressions.
[build-system]: Use pyproject.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I2090c421691d0872e5f05bcb82d80fcb99e79df0
guix/build/po.go is not installed and this speeds up convert-xref.scm when
cross-compiling for a host with incompatible guile bytecode.
Fixes: guix/guix#141
* Makefile.am (guile-compilation-rule): Parameterize the host variable.
(make-core-go,make-packages*-go, make-system-go,make-cli-go): Compile for the
host triplet.
(guix/build/po.go): Compile for the build triplet.
Change-Id: I9bad5f7743dd736a2958fb8ae8dd0ee8efc190ec
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/databases.scm (dicedb): As it's a final command, move all
propagated inputs to native-inputs and sort them alphabetically.
[description]: Fix fill column indentation.
Change-Id: Iad0a063653af8d554356631b36c4e9a94cf3849a
* gnu/packages/gtk.scm (gtk)[arguments]: When building for riscv64-linux
adjust the 'patch phase to skip some tests.
Change-Id: Ie5e590b042a96fee44c6fb0d0874175274c3e30a
Fix a problem that caused an "unable to set working directory: no such file
or directory (os error 2)" error before every login prompt.
The reason for this is that greetd starts agreety as the "greeter" user.
The working directory for the newly created process is, by default,
"/home/greeter", which does not exist (per our instructions).
* gnu/services/base.scm (greetd-accounts)[home-directory]: Set to /var/empty
[shell]: Set to /sbin/nologin.
Change-Id: I6d971968e8b6a7825c261d4695caf0dd70127e5d
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
python-build-system is no longer in use in this module but
pyproject-build-system misses PYPI-URI symbol yet, this change load
just it.
* gnu/packages/algebra.scm: Load just PYPI-URI from python-build-system.
Change-Id: Ic394f3ea3e9e068abc108fe2280582c855819cdf
* gnu/packages/algebra.scm (python-flint) [build-system]: Use pyproject.
[arguments] <test-flags>: Provide "--pyargs=flint" to test against
installed library.
[native-inputs]: Add meson-python, pkg-config and python-pytest.
[home-page]: Move above synopsis.
[description]: Fix fill column indentation.
Change-Id: I04f6d46da26b5979fa2637bd911012dc13a1ee4a
And related packages tuxpaint-stamps and tuxpaint-config.
* gnu/packages/games.scm (tuxpaint): Update to 0.9.34.
[native-inputs]: Add imagemagick.
[inputs]: Add libimagequant and pango. Use SDL2.
[arguments]: Use gexps.
[home-page]: Replace with redirection.
(tuxpaint-stamps): Update to 2024.10.25. Use copy-build-system.
(tuxpaint-config): Update to 0.0.25.
[native-inputs]: Add pkg-config.
[inputs]: Add libunibreak and pango.
* gnu/packages/patches/tuxpaint-stamps-path.patch: Adapt to latest source.
Change-Id: I815b4982226bc6533c45074869d6bac1d0b4fbf9
Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu/packages/maths.scm (nlopt): Update to 2.10.0.
[arguments]<#:configure-flags>: Turn on building tests.
Change-Id: I78106ae3379b2cb3c896dcc1314da966fcd0b9a9
Signed-off-by: Andreas Enge <andreas@enge.fr>
This is a follow-up to 233bd8aa14382c3fb2d49368b53800b7c2fbd983 where
this addition was forgotten.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/packages/emacs-build.scm.
Change-Id: I6574a5e1856cf771f7dc22b12c9fa5376ff8b047
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Some extempore code (libs/contrib/rtmidi.xtm specifically) depend on
rtmidi, this patch adds it to package inputs and hardcodes the soname
path.
* gnu/packages/music.scm (extempore)[inputs]: Add rtmidi-4.0.
[arguments]<hardcode-contrib-lib-paths>: New phase.
Change-Id: I16e055a68d48c813fb54dd55f686be102a0850af
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>