guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: qtbase: Don't build examples.


From: Efraim Flashner
Subject: 01/02: gnu: qtbase: Don't build examples.
Date: Fri, 3 Jun 2016 12:46:43 +0000 (UTC)

efraim pushed a commit to branch wip-qt
in repository guix.

commit ad8dd9ee3f5b2a05df75d7a7be6b57b998376395
Author: Efraim Flashner <address@hidden>
Date:   Wed May 18 15:15:28 2016 +0300

    gnu: qtbase: Don't build examples.
    
    * gnu/packages/qt.scm (qtbase)[arguments]: Pass '-nomake examples' to
    the configure phase.
---
 gnu/packages/qt.scm |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 10da0a6..5c29dce 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -400,6 +400,10 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
                        "-prefix" out
                        "-opensource"
                        "-confirm-license"
+                       ;; We don't want the examples in the 'out' output, but
+                       ;; the easiest option is to just not build them.
+                       ;; This also saves significant time while building.
+                       "-nomake" "examples"
                        ;; Most "-system-..." are automatic, but some use
                        ;; the bundled copy by default.
                        "-system-sqlite"



reply via email to

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