guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: qt: Don't build examples.


From: Efraim Flashner
Subject: 03/03: gnu: qt: Don't build examples.
Date: Wed, 10 Aug 2016 09:13:30 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 4dd0a8b60170863a789b2a645e07e6f0fbda06e0
Author: Efraim Flashner <address@hidden>
Date:   Tue Aug 9 22:12:19 2016 +0300

    gnu: qt: Don't build examples.
    
    * gnu/packages/qt.scm (qt)[arguments]: Add flag to not build the examples.
---
 gnu/packages/qt.scm |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 7bba05c..a35c337 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -175,6 +175,10 @@
                        "-prefix" out
                        "-opensource"
                        "-confirm-license"
+                       ;; Do not build examples; if desired, these could go
+                       ;; into a separate output, but for the time being, we
+                       ;; prefer to save the space and build time.
+                       "-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]