all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Why is die "doc" output downloaded when building this package?
@ 2016-11-05 17:03 Hartmut Goebel
  2016-11-05 21:53 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Hartmut Goebel @ 2016-11-05 17:03 UTC (permalink / raw)
  To: help-guix

Hi,

when building this package, qt-4.8.7-doc (the doc-output of qt-4.7.8)
will be downloaded. I do not understand why.

  (package
    (name "automoc4")
    (version "0.9.88")
    (source (origin
      (method url-fetch)
      (uri (string-append
            "http://download.kde.org/stable/" name "/" version "/"
            name "-" version ".tar.xz"))
      (sha256
       (base32
          "0jackvg0bdjg797qlbbyf9syylm0qjs55mllhn11vqjsq3s1ch93"))))
    (build-system cmake-build-system)
    (arguments
     `(#:tests? #f))
    (inputs
     `(("qt-4" ,qt-4)))
    (home-page "http://kde.org/")
    (synopsis "")
    (description "")
    (license
license:gpl3+))                                                                             



-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

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

end of thread, other threads:[~2017-01-25 10:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-05 17:03 Why is die "doc" output downloaded when building this package? Hartmut Goebel
2016-11-05 21:53 ` Ludovic Courtès
2016-11-06 15:25   ` Hartmut Goebel
2017-01-25 10:12   ` bug#24886: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.