all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: help-guix@gnu.org
Subject: Why is die "doc" output downloaded when building this package?
Date: Sat, 5 Nov 2016 18:03:28 +0100	[thread overview]
Message-ID: <e8b061e0-9a62-a65e-4051-33152c3c1516@crazy-compilers.com> (raw)

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 |

             reply	other threads:[~2016-11-05 17:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-05 17:03 Hartmut Goebel [this message]
2016-11-05 21:53 ` Why is die "doc" output downloaded when building this package? Ludovic Courtès
2016-11-06 15:25   ` Hartmut Goebel
2017-01-25 10:12   ` bug#24886: " Ludovic Courtès

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e8b061e0-9a62-a65e-4051-33152c3c1516@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=help-guix@gnu.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 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.