gnu: qt: Don't build examples.

* gnu/packages/qt.scm (qt)[arguments]: Add flag to not build the examples.
master
Efraim Flashner 2016-08-09 22:12:19 +03:00
parent daa9a9108d
commit 4dd0a8b601
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 4 additions and 0 deletions

View File

@ -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"