GNU bug report logs -
#25537
gtksourceview-2 has xorg-server and shared-mime-info as inputs rather than native-inputs (they are just required for tests)
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#25537: gtksourceview-2 has xorg-server and shared-mime-info as inputs rather than native-inputs (they are just required for tests)
which was filed against the guix package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 25537 <at> debbugs.gnu.org.
--
25537: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25537
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Danny Milosavljevic <dannym <at> 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!
[Message part 3 (message/rfc822, inline)]
(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...
This bug report was last modified 8 years and 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.