guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: a2ps: Make some inputs native.


From: guix-commits
Subject: 01/04: gnu: a2ps: Make some inputs native.
Date: Sat, 4 Apr 2020 06:46:00 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 6e834bdd9fc201fa6da2ee2d5b1ae77088eec90a
Author: Vincent Legoll <address@hidden>
AuthorDate: Sat Apr 4 12:08:07 2020 +0200

    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 <address@hidden>
---
 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 18e5576..f7655c3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]