unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: iyzsong@member.fsf.org (宋文武)
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 25537-done@debbugs.gnu.org
Subject: bug#25537: gtksourceview-2 has xorg-server and shared-mime-info as inputs rather than native-inputs (they are just required for tests)
Date: Sat, 28 Jan 2017 11:37:06 +0800	[thread overview]
Message-ID: <87inozn9ct.fsf@member.fsf.org> (raw)
In-Reply-To: <20170125232049.0c8aca99@scratchpost.org> (Danny Milosavljevic's message of "Wed, 25 Jan 2017 23:20:49 +0100")

Danny Milosavljevic <dannym@scratchpost.org> writes:

> (define-public gtksourceview-2
>   (package
>     (name "gtksourceview")
>     (version "2.10.5") ; This is the last version which builds against gtk+2
>     (source (origin
>               (method url-fetch)
>               (uri (string-append "mirror://gnome/sources/" name "/"
>                                   (version-major+minor version)  "/"
>                                   name "-" version ".tar.bz2"))
>               (sha256
>                (base32
>                 "07hrabhpl6n8ajz10s0d960jdwndxs87szxyn428mpxi8cvpg1f5"))))
>     (build-system gnu-build-system)
>     (inputs
>      `(("gtk" ,gtk+-2)
>        ;; These two are needed only to allow the tests to run successfully.
>        ("xorg-server" ,xorg-server) ;  <====================== ?!
>        ("shared-mime-info" ,shared-mime-info))) ;  <====================== ?!
>     (native-inputs
>      `(("intltool" ,intltool)
>        ("glib" ,glib "bin")             ; for glib-genmarshal, etc.
>        ("pkg-config" ,pkg-config)))
>
> Why?
>
> Also, gtksourceview (without -2) doesn't. Weird...

Well i guess it's just being unnoticed, fixed in commit bd05ea41b.

Thank you!

      reply	other threads:[~2017-01-28  3:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-25 22:20 bug#25537: gtksourceview-2 has xorg-server and shared-mime-info as inputs rather than native-inputs (they are just required for tests) Danny Milosavljevic
2017-01-28  3:37 ` 宋文武 [this message]

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=87inozn9ct.fsf@member.fsf.org \
    --to=iyzsong@member.fsf.org \
    --cc=25537-done@debbugs.gnu.org \
    --cc=dannym@scratchpost.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).