From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Why is die "doc" output downloaded when building this package? Date: Sat, 5 Nov 2016 18:03:28 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c34NT-0003kh-4A for help-guix@gnu.org; Sat, 05 Nov 2016 13:03:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c34NQ-0000s4-1Y for help-guix@gnu.org; Sat, 05 Nov 2016 13:03:35 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:44873) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c34NP-0000qg-S1 for help-guix@gnu.org; Sat, 05 Nov 2016 13:03:31 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3tB4m21Z7Gz3hj05 for ; Sat, 5 Nov 2016 18:03:30 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3tB4m20WhDzvmwP for ; Sat, 5 Nov 2016 18:03:30 +0100 (CET) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id BpgjPr9V93da for ; Sat, 5 Nov 2016 18:03:28 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-141-142.dynamic.mnet-online.de [188.174.141.142]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sat, 5 Nov 2016 18:03:28 +0100 (CET) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 279CB60108 for ; Sat, 5 Nov 2016 18:03:28 +0100 (CET) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org 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 |