guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gtk+: Pass --with-html-dir=$doc.


From: Ludovic Courtès
Subject: 01/01: gnu: gtk+: Pass --with-html-dir=$doc.
Date: Sun, 12 Apr 2015 12:49:08 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit 260b07a7d0e67bd9a22259192b6e4222e468b0d9
Author: Ludovic Courtès <address@hidden>
Date:   Sun Apr 12 14:45:08 2015 +0200

    gnu: gtk+: Pass --with-html-dir=$doc.
    
    Fixes a regression introduced in 6b1f238.
    
    * gnu/packages/gtk.scm (gtk+)[arguments]: Add #:configure-flags.
---
 gnu/packages/gtk.scm |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index cd36ebf..cd54cfc 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -505,7 +505,12 @@ application suites.")
       ("python-wrapper" ,python-wrapper)
       ("xorg-server" ,xorg-server)))
    (arguments
-    `(#:phases
+    `(;; 47 MiB goes to "out" (24 of which is locale data!), and 26 MiB goes
+      ;; to "doc".
+      #:configure-flags (list (string-append "--with-html-dir="
+                                             (assoc-ref %outputs "doc")
+                                             "/share/gtk-doc/html"))
+      #:phases
       (alist-cons-before
        'configure 'pre-configure
        (lambda _



reply via email to

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