~ruther/guix-local

4dd0a8b60170863a789b2a645e07e6f0fbda06e0 — Efraim Flashner 9 years ago daa9a91
gnu: qt: Don't build examples.

* gnu/packages/qt.scm (qt)[arguments]: Add flag to not build the examples.
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/qt.scm
M gnu/packages/qt.scm => gnu/packages/qt.scm +4 -0
@@ 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"