unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: 27657@debbugs.gnu.org
Subject: [bug#27657] [PATCH] gnu: graphviz: Remove unnecessary inputs.
Date: Fri, 14 Jul 2017 17:07:49 +0530	[thread overview]
Message-ID: <23e983c2.AEUAMzEY_PkAAAAAAAAAAAPUoLsAAAACwQwAAAAAAAW9WABZaK0o@mailjet.com> (raw)
In-Reply-To: <81625ecf.AEMAM5Q5T1QAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZZUFu@mailjet.com>

* gnu/packages/graphviz.scm (graphviz)[inputs]: Remove libxrender, libx11,
libxaw, expat, libjpeg, libpng.
Move guile and swig to native-inputs.
[native-inputs]: Remove bison.
---
 gnu/packages/graphviz.scm | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 6724ba6d7..c758a63b2 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -80,23 +80,17 @@
                                            "/libgv_guile.so"))
                #t))))))
     (inputs
-     `(("libXrender" ,libxrender)
-       ("libX11" ,libx11)
-       ("gts" ,gts)
+     `(("gts" ,gts)
        ("gd" ,gd)                                 ; FIXME: Our GD is too old
-       ("guile" ,guile-2.0)                       ;Guile bindings
-       ("swig" ,swig)
        ("pango" ,pango)
        ("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
        ("libltdl" ,libltdl)
-       ("libXaw" ,libxaw)
-       ("expat" ,expat)
-       ("libjpeg" ,libjpeg)
-       ("libpng" ,libpng)))
+       ("libXaw" ,libxaw)))
     (native-inputs
-     `(("bison" ,bison)
-       ("pkg-config" ,pkg-config)))
+     `(("guile" ,guile-2.0)                       ;Guile bindings
+       ("pkg-config" ,pkg-config)
+       ("swig" ,swig)))
     (outputs '("out" "doc"))                      ; 5 MiB of html + pdfs
     (home-page "http://www.graphviz.org/")
     (synopsis "Graph visualization software")
-- 
2.12.2


  parent reply	other threads:[~2017-07-14 11:39 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-11 21:21 [bug#27657] [PATCH] gnu: graphviz: Update to 2.40.1 Arun Isaac
     [not found] ` <handler.27657.B.149980812621470.ack@debbugs.gnu.org>
2017-07-11 21:34   ` [bug#27657] Acknowledgement ([PATCH] gnu: graphviz: Update to 2.40.1.) Arun Isaac
2017-07-11 22:02     ` Tobias Geerinckx-Rice
2017-07-11 22:07     ` Marius Bakke
2017-07-12 14:32       ` Arun Isaac
2017-07-11 21:52 ` [bug#27657] [PATCH] gnu: graphviz: Update to 2.40.1 Marius Bakke
2017-07-12 12:19   ` Ludovic Courtès
2017-07-12 14:44     ` Arun Isaac
     [not found]     ` <6e577250.AEQAM_HdOgAAAAAAAAAAAAOzWv8AAAACwQwAAAAAAAW9WABZZjXO@mailjet.com>
2017-07-12 20:48       ` Ludovic Courtès
2017-07-14 11:15     ` Arun Isaac
2017-07-14 13:58       ` Leo Famulari
2017-07-14 14:16         ` Arun Isaac
2017-07-12 14:41   ` Arun Isaac
2017-07-12 14:25 ` [bug#27657] [PATCH 1/3] gnu: graphviz: Use modify-phases Arun Isaac
2017-07-12 20:07   ` Marius Bakke
2017-07-14 11:37 ` Arun Isaac [this message]
2017-07-17  9:31   ` [bug#27657] [PATCH] gnu: graphviz: Remove unnecessary inputs Ludovic Courtès
2017-07-20  1:38     ` Arun Isaac
     [not found]     ` <cc8cb77c.ADkAACVAtRsAAAAAAAAAAAOzWv8AAAACwQwAAAAAAAW9WABZcAmW@mailjet.com>
2017-07-20  8:32       ` Ludovic Courtès
2017-07-20  1:35 ` [bug#27657] [PATCH] gnu: wayland: Improve fix-graphviz phase Arun Isaac
2017-07-20  8:34   ` Ludovic Courtès
2017-07-20 14:13     ` bug#27657: " Arun Isaac

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=23e983c2.AEUAMzEY_PkAAAAAAAAAAAPUoLsAAAACwQwAAAAAAAW9WABZaK0o@mailjet.com \
    --to=arunisaac@systemreboot.net \
    --cc=27657@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).