summaryrefslogtreecommitdiff
path: root/gnu/packages/pretty-print.scm
diff options
context:
space:
mode:
authorVincent Legoll <[email protected]>2020-04-04 12:08:07 +0200
committerMathieu Othacehe <[email protected]>2020-04-04 12:45:36 +0200
commit6e834bdd9fc201fa6da2ee2d5b1ae77088eec90a (patch)
tree8a2449a08999722510f7c090710142edd1d1ad39 /gnu/packages/pretty-print.scm
parentdd233e4dfa705c9824c39eb7ce02aa7b25b1c9a5 (diff)
gnu: a2ps: Make some inputs native.
* gnu/packages/pretty-print.scm (a2ps)[inputs]: Move groff from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <[email protected]>
Diffstat (limited to 'gnu/packages/pretty-print.scm')
-rw-r--r--gnu/packages/pretty-print.scm3
1 files changed, 2 insertions, 1 deletions
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 <[email protected]>
;;; Copyright © 2019 Meiyo Peng <[email protected]>
;;; Copyright © 2020 Paul Garlick <[email protected]>
+;;; Copyright © 2020 Vincent Legoll <[email protected]>
;;;
;;; 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