* gnu/packages/package-management.scm (flatpak): Substitute a marker in
icon-validator/validate-icon.c for the store location.
* gnu/packages/patches/flatpak-fix-icon-validation.patch: Bind the guix
store during flatpak-validate-icon invocation in sandbox mode, along
with a few environment variables necessary for image format detection.
Change-Id: I15dfdd0ecadc57ed383e2985c1c3caa36be4a1de
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/package-management.scm (conda): Improve package style.
[build-system]: Move to pyproject-build-system.
[arguments]<#:test-flags>: Use field instead of check phase
replacement.
<#:phases>: Remove check phase replacement. Improve use of format in
phase do-not-use-python-root-as-prefix. Use gexp. Put phase init
after phase create-entrypoints.
Change-Id: Id1affbf8f80fae2882e4c8a88b1e817cf49a5c00
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Also adds python-setuptools and python-wheel to relevant packages,
either to native-inputs or to propagated inputs if the pkg_resources
Python module is loaded at runtime.
* guix/build-system/pyproject.scm (default-python): Default to
python-sans-pip-wrapper.
Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
* gnu/packages/package-management.scm (guix-jupyter): Update to 0.3.0.
[arguments]: Remove ‘define-home’ phase, which is no longer needed.
Change-Id: I18e0897caf6e9ad0bc7d410f2011fad031cecb7e
It has no effect, probably due to the '+' in the pattern not being escaped.
We also don't want to refer to /var/guix/profiles/per-user/root/bin/guix
anymore, which may not exist (for Guix System users that have never ran 'guix
pull' has root). The 'guix' command used is that specified via the build
system, which is $(bindir)/guix.
* gnu/packages/package-management.scm (guix-daemon) [phases]: Delete
change-default-guix phase.
Change-Id: If4703334f34aac3486ff655af7d8d4c2ccf0a0eb
This reverts 0fda048652, instead moving
the dependencies needed for ‘make dist’ to ‘manifest.scm’.
Removing this extra dependencies make it simpler to build the ‘guix’
package in particular on less-capable systems like i586-gnu.
* gnu/packages/package-management.scm (guix)[native-inputs]: Remove
IMAGEMAGICK and PERL. Use GRAPHVIZ-MINIMAL instead of GRAPHVIZ.
* manifest.scm: Use the full-blown ‘graphviz’ package; add ‘imagemagick’
and ‘perl’.
Reported-by: Janneke Nieuwenhuizen <janneke@gnu.org>
Change-Id: Ia9d05c699e3cc2f9a9235a67f8ec840c26b66a82
This fixes building guix-ru.info when building (for the Hurd)
guix.ru.texi:3489: @node `??????????????????????' previously defined
guix.ru.texi:2535: here is the previous definition as @node
make[2]: *** [Makefile:5287: doc/guix.ru.info] Error 1
and building guix-zn-CN.info when building (for the Hurd)
guix.zh_CN.texi:651: @node `??????' previously defined
guix.zh_CN.texi:522: here is the previous definition as @node
make[2]: *** [Makefile:5352: doc/guix.zh_CN.info] Error 1
and building guix-cookbook.ko when building (for the Hurd)
guix-cookbook.ko.texi:781: @node `??????' previously defined
guix-cookbook.ko.texi:522: here is the previous definition as @node
make[2]: *** [Makefile:5549: doc/guix-cookbook.ko.info] Error 1
* gnu/packages/package-management.scm (guix)[native-inputs]: Add
libc-utf8-locales-for-target.
Change-Id: I561b4da84b31b343e515559feb90d773b1cf440a
This is a follow-up to commit
7f917fefab
gnu: guix: Add guile-semver.
It fixes
[ 10%] LOAD guix/import/crate.scm
Failed to autoload semver-range-contains? in (semver ranges):
;;; no code for module (semver ranges)
;;; Failed to autoload semver-range-contains? in (semver ranges):
;;; no code for module (semver ranges)
[..]
make[2]: Leaving directory '/tmp/guix-build-guix-1.4.0-16.aeb4943.drv-0/source'
make[1]: *** [Makefile:6146: all-recursive] Error 1
* gnu/packages/package-management.scm (guix)[native-inputs]: Add guile-semver.
Change-Id: I5cce0f1912e4d9810fcffb3e549c57d5ba68e31b
Until now users would have to cargo cult or inspect the private
%default-modules variable of (guix build-systems gnu) to discover which
modules to include when extending the used modules via the #:modules argument.
The renaming was automated via the command:
$ git grep -l %gnu-build-system-modules
| xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i
* guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to...
(%default-gnu-imported-modules): ... this.
(%default-modules): Rename to...
(%default-gnu-modules): ... this. Export.
(dist-package, gnu-build, gnu-cross-build): Adjust accordingly.
Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
* gnu/packages/patches/flatpak-fix-fonts-icons.patch: New patch.
* gnu/packages/package-management.scm(flatpak): Use it.
* gnu/local.mk(dist_patch_DATA): Register it.
Change-Id: I0359d0d9bf10120a8b784c910c50d0e4a9b7a616
This makes it possible to run 'make distcheck' in a 'guix shell -D guix'
environment.
* gnu/packages/package-management.scm (guix)
[native-inputs]: Replace graphviz-minimal with graphviz. Add imagemagick and
perl.
Change-Id: Ie400c622d8fc77108df29c03e11f36159d6f6238