* gnu/packages/cran.scm (r-leaflet): Update to 2.2.0.
[source]: Do not delete jquery.min.js, because it is no longer included.
[arguments]: Adjust minification accordingly.
[native-inputs]: Remove js-jquery.
[propagated-inputs]: Remove r-base64enc and r-markdown; add r-jquerylib and
r-xfun.
The UNCHANGED? comparison would always yield #FALSE, because we have been
comparing lists of strings with lists of symbols.
* guix/upstream.scm (update-package-inputs): Convert string labels to symbols
before comparison.
* gnu/packages/maths.scm (hdf4)[source]: Update to 4.2.16-2. Drop patches
that do not apply any more.
[arguments]: Drop configure flag related to libtirpc. Add configure flag
to build xdr library and drop unneeded substitutions.
* gnu/packages/patches/hdf4-architectures.patch,
gnu/packages/patches/hdf4-tirpc.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Unregister patches.
* gnu/packages/terminals.scm (libvterm): Update to 0.3.3.
[source]: Use launchpad.net url.
[arguments]: Use CC-FOR-TARGET.
Signed-off-by: Christopher Baines <mail@cbaines.net>
This also fixes test failures preventing the package from building.
* gnu/packages/python-xyz.scm (python-qtsass): Update to 0.4.0, fix build.
[native-inputs]: Add python-flaky.
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/python-xyz.scm (python-libsass): Update to 0.22.0.
[phases]: Add new phase 'silent-failing-tests and disable 2 failing
tests to complete build.
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/lua.scm (emilua): Update to 0.4.3.
[source]: Remove recursive? and replace with inputs.
[arguments]: Update style, add patch phase, enable tests and enable some more
features.
[native-inputs]: Add gperf, gawk and xdd.
[inputs]: Add emilua-http and trial-protocol as origin is no longer recursive,
also add serd, sord, libcap and liburing.
Signed-off-by: Christopher Baines <mail@cbaines.net>
As this provides suspendable soft/custom ports, which I'd like to use.
* gnu/packages/package-management.scm (nar-herder)[native-inputs,inputs]: Use
guile-next.
As I don't think attempting to build for the Hurd is useful.
* gnu/packages/heads.scm (make-linux-libre-headers*): Remove i586-gnu from
supported-systems.
Fixes <https://issues.guix.gnu.org/58697>.
* guix/gnu-maintenance.scm (import-html-updatable-release): Update doc.
<expand-uri>: New nested procedure. Apply it to the origin URI.
Reported-by: kiasoc5 <kiasoc5@disroot.org>
* gnu/packages/emacs-xyz.scm (emacs-php-mode)[source, home-page]: Update
URL and factorize it.
Co-authored-by: Piotr Kwiecinski <piokwiecinski@gmail.com>
Previously a command like the following one would fail to display the
expected man page:
guix shell yelp coreutils -C \
--expose=/tmp/.X11-unix --expose=/run/user \
--expose=/var/run/dbus --expose=/etc/machine-id -E ^DISPLAY -- \
/bin/sh -c \
'export MANPATH=$GUIX_ENVIRONMENT/share/man; echo $MANPATH; yelp man:ls'
* gnu/packages/gnome.scm (yelp)[arguments]: New field.
[inputs]: Add ‘man-db’ and ‘groff-minimal’.
Reported-by: Luis Felipe <sirgazil@zoho.com>