From: "Paul A. Patience" <paul@apatience.com>
To: 56645@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#56645] [PATCH 1/3] gnu: gnuplot: Remove input labels.
Date: Tue, 19 Jul 2022 16:34:56 +0000 [thread overview]
Message-ID: <20220719163451.108192-1-paul@apatience.com> (raw)
In-Reply-To: <20220719163238.107704-1-paul@apatience.com>
* gnu/packages/maths.scm (gnuplot)[inputs]: Move below native-inputs and
sort.
[native-inputs]: Remove labels.
---
gnu/packages/maths.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6a84f47468..8bbc0df077 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1130,10 +1130,10 @@ (define-public gnuplot
(sha256
(base32 "112dplskbkdbaqi935m2xlk1xsw8s5l568wm7xad75hgp6x9py2i"))))
(build-system gnu-build-system)
- (inputs (list readline cairo pango gd lua))
(native-inputs
- `(("pkg-config" ,pkg-config)
- ("texlive" ,texlive-tiny)))
+ (list pkg-config texlive-tiny))
+ (inputs
+ (list cairo gd lua pango readline))
(arguments `(#:configure-flags (list (string-append
"--with-texdir=" %output
"/texmf-local/tex/latex/gnuplot"))
--
2.37.0
next prev parent reply other threads:[~2022-07-19 16:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-19 16:32 [bug#56645] [PATCH 0/3] gnu: gnuplot: Update package style and bump version to 5.4.4 Paul A. Patience
2022-07-19 16:34 ` Paul A. Patience [this message]
2022-07-19 16:35 ` [bug#56645] [PATCH 2/3] gnu: gnuplot: Use G-expressions Paul A. Patience
2022-07-19 16:35 ` [bug#56645] [PATCH 3/3] gnu: gnuplot: Update to 5.4.4 Paul A. Patience
2022-08-02 18:11 ` bug#56645: [PATCH 0/3] gnu: gnuplot: Update package style and bump version " Efraim Flashner
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=20220719163451.108192-1-paul@apatience.com \
--to=paul@apatience.com \
--cc=56645@debbugs.gnu.org \
/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).