From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: 71204@debbugs.gnu.org
Subject: [bug#71204] [PATCH 1/2] gnu: guix: Add imagemagick, perl and use full graphviz.
Date: Sun, 26 May 2024 15:46:45 +0800 [thread overview]
Message-ID: <87ikz1nhga.fsf@iscas.ac.cn> (raw)
In-Reply-To: <570f7c8fffe33eb297ee1ff6f018aeb8e3264c54.1716697564.git.maxim.cournoyer@gmail.com> (Maxim Cournoyer's message of "Sun, 26 May 2024 04:26:16 +0000")
[-- Attachment #1: Type: text/plain, Size: 1493 bytes --]
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> This makes it possible to run 'make distcheck' in a 'guix shell -D guix'
I think maybe should add them to manifest.scm? And just 'guix shell' or
'guix shell -m manifest.scm'?
> environment.
>
> * gnu/packages/package-management.scm (guix)
> [native-inputs]: Replace graphviz-minimal with graphviz. Add imagemagick and
> perl.
>
> Change-Id: Ie400c622d8fc77108df29c03e11f36159d6f6238
> ---
> gnu/packages/package-management.scm | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
> index 862de9f942..2f1434d5be 100644
> --- a/gnu/packages/package-management.scm
> +++ b/gnu/packages/package-management.scm
> @@ -490,8 +490,10 @@ (define-public guix
> ("automake" ,automake)
> ("gettext" ,gettext-minimal)
> ("texinfo" ,texinfo)
> - ("graphviz" ,graphviz-minimal)
> + ("graphviz" ,graphviz) ;non-minimal for PDF support
> ("font-ghostscript" ,font-ghostscript) ;fonts for 'dot'
> + ("imagemagick" ,imagemagick) ;for 'make dist'
> + ("perl" ,perl) ;for 'make dist'
> ("help2man" ,help2man)
> ("po4a" ,po4a-minimal)))
> (inputs
>
> base-commit: 77771036f0970083c146b709d792d128f4235125
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2024-05-26 7:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-26 4:26 [bug#71204] [PATCH 1/2] gnu: guix: Add imagemagick, perl and use full graphviz Maxim Cournoyer
2024-05-26 7:46 ` Zheng Junjie [this message]
2024-05-26 12:09 ` Maxim Cournoyer
2024-05-27 10:59 ` Zheng Junjie
2024-06-24 2:58 ` bug#71204: " Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ikz1nhga.fsf@iscas.ac.cn \
--to=zhengjunjie@iscas.ac.cn \
--cc=71204@debbugs.gnu.org \
--cc=maxim.cournoyer@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).