help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why is die "doc" output downloaded when building this package?


From: Hartmut Goebel
Subject: Why is die "doc" output downloaded when building this package?
Date: Sat, 5 Nov 2016 18:03:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

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          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |




reply via email to

[Prev in Thread] Current Thread [Next in Thread]