unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#25537: gtksourceview-2 has xorg-server and shared-mime-info as inputs rather than native-inputs (they are just required for tests)
@ 2017-01-25 22:20 Danny Milosavljevic
  2017-01-28  3:37 ` 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2017-01-25 22:20 UTC (permalink / raw)
  To: 25537

(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...

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#25537: gtksourceview-2 has xorg-server and shared-mime-info as inputs rather than native-inputs (they are just required for tests)
  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 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2017-01-28  3:37 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 25537-done

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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-28  3:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` 宋文武

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).