From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Subject: [PATCH 11/11] gnu: at-spi2-core: Move html documentation to 'doc' output. Date: Wed, 8 Apr 2015 11:34:34 +0800 Message-ID: <1428464074-9794-11-git-send-email-iyzsong@gmail.com> References: <1428464074-9794-1-git-send-email-iyzsong@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfglP-0008I0-1B for guix-devel@gnu.org; Tue, 07 Apr 2015 23:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfglO-0002gj-AH for guix-devel@gnu.org; Tue, 07 Apr 2015 23:34:50 -0400 Received: from mail-pd0-x22d.google.com ([2607:f8b0:400e:c02::22d]:35330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfglO-0002gb-37 for guix-devel@gnu.org; Tue, 07 Apr 2015 23:34:50 -0400 Received: by pddn5 with SMTP id n5so100442783pdd.2 for ; Tue, 07 Apr 2015 20:34:49 -0700 (PDT) In-Reply-To: <1428464074-9794-1-git-send-email-iyzsong@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/gtk.scm (at-spi2-core)[outputs]: New field. [arguments]: Add #:configure-flags. --- gnu/packages/gtk.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index a7c11e5..57a7d9b 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -348,8 +348,13 @@ in the GNOME project.") (base32 "1l3l39mw23zyjlcqidvkyqlr4gwbhplzw2hcv3qvn6p8ikxpf2qw")))) (build-system gnu-build-system) + (outputs '("out" "doc")) (arguments '(#:make-flags '("CC=gcc") ; for g-ir-scanner + #:configure-flags + (list (string-append "--with-html-dir=" + (assoc-ref %outputs "doc") + "/share/gtk-doc/html")) #:phases (modify-phases %standard-phases (replace check -- 2.2.1