From 4dd0a8b60170863a789b2a645e07e6f0fbda06e0 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 9 Aug 2016 22:12:19 +0300 Subject: 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 7bba05cbb8..a35c33724a 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" -- cgit v1.2.3