aboutsummaryrefslogtreecommitdiff
path: root/etc/substitutes
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2021-07-02 12:07:02 +0200
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:42:38 +0200
commit8def9c06e7f2b640be3a4e9d03d0c38b7f8020d2 (patch)
tree8f2b5a7d9233888de743a79b58cf81659296d8b3 /etc/substitutes
parent440986fea34f5df46198c9c650ef2dffdbab3360 (diff)
downloadguix-8def9c06e7f2b640be3a4e9d03d0c38b7f8020d2.tar.gz
guix-8def9c06e7f2b640be3a4e9d03d0c38b7f8020d2.zip
gnu: fontutils: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/fontutils.scm (fontforge): Adjust indentation. [inputs]: Add 'bash-minimal'. Remove labels. (fntsample)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ib3498e8ab1e499db6bc512da31718690e46f90f1
Diffstat (limited to 'etc/substitutes')
0 files changed, 0 insertions, 0 deletions
d27ec'>tests: Adjust tests for new bootstrap Guile.Ludovic Courtès This is a followup to commit 5d6792f ("gnu: bootstrap: Create a wrapper for guile to set the system load path.") * tests/size.scm ("store-profile"): Expect profile of 'bash' bootstrap binary. * tests/gexp.scm ("gexp->derivation #:references-graphs"): Expect GUILE-DRV to depend on 'bash' bootstrap binary. 2015-06-18Add 'guix size'.Ludovic Courtès * guix/scripts/size.scm: New file. * Makefile.am (MODULES): Add it. (SCM_TESTS): Add tests/size.scm. * doc.am (SUBCOMMANDS): Add 'size'. * po/guix/POTFILES.in: Add guix/scripts/size.scm. * tests/size.scm: New file. * doc/guix.texi (Packages with Multiple Outputs): Add xref to "Invoking guix size". (Invoking guix size): New node. (Invoking guix gc): Add index for "closure" and xref to the above. * doc/contributing.texi (Submitting Patches): Use @enumerate for the check list. Add item about 'guix size'.