GNU bug report logs -
#56645
[PATCH 0/3] gnu: gnuplot: Update package style and bump version to 5.4.4.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Tue, 19 Jul 2022 16:34:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 56645 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 2 years and 330 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.