[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40391] [PATCH 1/6] gnu: a2ps: Make some inputs native.
From: |
Vincent Legoll |
Subject: |
[bug#40391] [PATCH 1/6] gnu: a2ps: Make some inputs native. |
Date: |
Thu, 2 Apr 2020 21:15:28 +0200 |
* gnu/packages/pretty-print.scm (a2ps)[inputs]: Move groff from here...
[native-inputs]: ...to here.
---
gnu/packages/pretty-print.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 18e557611e..f7655c3535 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2019 Meiyo Peng <address@hidden>
;;; Copyright © 2020 Paul Garlick <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -71,11 +72,11 @@
(build-system gnu-build-system)
(inputs
`(("psutils" ,psutils)
- ("groff" ,groff)
("gv" ,gv)
("imagemagick" ,imagemagick)))
(native-inputs
`(("gperf" ,gperf)
+ ("groff" ,groff)
("perl" ,perl)))
(arguments
'(#:phases
--
2.26.0
- [bug#40391] [PATCH 0/6] Make some more inputs native., Vincent Legoll, 2020/04/02
- [bug#40391] [PATCH 1/6] gnu: a2ps: Make some inputs native.,
Vincent Legoll <=
- [bug#40391] [PATCH 3/6] gnu: gdb: Make some inputs native., Vincent Legoll, 2020/04/02
- [bug#40391] [PATCH 6/6] gnu: dico: Make some inputs native., Vincent Legoll, 2020/04/02
- [bug#40391] [PATCH 5/6] gnu: ell: Make some inputs native., Vincent Legoll, 2020/04/02
- [bug#40391] [PATCH 2/6] gnu: ibus: Make some inputs native., Vincent Legoll, 2020/04/02
- [bug#40391] [PATCH 4/6] gnu: c-reduce: Make some inputs native., Vincent Legoll, 2020/04/02
- [bug#40391] bad indent, Vincent Legoll, 2020/04/03
- [bug#40391] [PATCH 0/6] Make some more inputs native., Mathieu Othacehe, 2020/04/04