unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 56645@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#56645] [PATCH 2/3] gnu: gnuplot: Use G-expressions.
Date: Tue, 19 Jul 2022 16:35:00 +0000	[thread overview]
Message-ID: <20220719163451.108192-2-paul@apatience.com> (raw)
In-Reply-To: <20220719163451.108192-1-paul@apatience.com>

* gnu/packages/maths.scm (gnuplot)[arguments]: Use G-expressions.
---
 gnu/packages/maths.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8bbc0df077..1409fd9cb0 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1134,11 +1134,12 @@ (define-public gnuplot
      (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"))
-                 ;; Plot on a dumb terminal during tests.
-                 #:make-flags '("GNUTERM=dumb")))
+    (arguments
+     (list #:configure-flags
+           #~(list (string-append "--with-texdir=" #$output
+                                  "/texmf-local/tex/latex/gnuplot"))
+           ;; Plot on a dumb terminal during tests.
+           #:make-flags #~'("GNUTERM=dumb")))
     (home-page "http://www.gnuplot.info")
     (synopsis "Command-line driven graphing utility")
     (description "Gnuplot is a portable command-line driven graphing
--
2.37.0






  reply	other threads:[~2022-07-19 16:43 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 ` [bug#56645] [PATCH 1/3] gnu: gnuplot: Remove input labels Paul A. Patience
2022-07-19 16:35   ` Paul A. Patience [this message]
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-2-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).