unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 40391@debbugs.gnu.org
Cc: Vincent Legoll <vincent.legoll@gmail.com>
Subject: [bug#40391] [PATCH 1/6] gnu: a2ps: Make some inputs native.
Date: Thu,  2 Apr 2020 21:15:28 +0200	[thread overview]
Message-ID: <20200402191533.7517-1-vincent.legoll@gmail.com> (raw)
In-Reply-To: <CAEwRq=oKJ1DCoPSysnYX2N_i==y460d-xry1s9v+beRpfRTF6A@mail.gmail.com>

* 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 <me@tobias.gr>
 ;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
 ;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;;
 ;;; 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

  reply	other threads:[~2020-04-02 19:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-02 19:14 [bug#40391] [PATCH 0/6] Make some more inputs native Vincent Legoll
2020-04-02 19:15 ` Vincent Legoll [this message]
2020-04-02 19:15   ` [bug#40391] [PATCH 2/6] gnu: ibus: Make some " Vincent Legoll
2020-04-02 19:15   ` [bug#40391] [PATCH 3/6] gnu: gdb: " Vincent Legoll
2020-04-02 19:15   ` [bug#40391] [PATCH 4/6] gnu: c-reduce: " Vincent Legoll
2020-04-02 19:15   ` [bug#40391] [PATCH 5/6] gnu: ell: " Vincent Legoll
2020-04-02 19:15   ` [bug#40391] [PATCH 6/6] gnu: dico: " Vincent Legoll
2020-04-03 18:01 ` [bug#40391] bad indent Vincent Legoll
2020-04-04 10:51 ` [bug#40391] [PATCH 0/6] Make some more inputs native Mathieu Othacehe
2020-04-04 16:01   ` Vincent Legoll
2020-04-04 17:51     ` Vincent Legoll

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=20200402191533.7517-1-vincent.legoll@gmail.com \
    --to=vincent.legoll@gmail.com \
    --cc=40391@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).