gnu: agg: Don't build examples.

* gnu/packages/graphics.scm (agg)[arguments]: Disable building the
examples.
master
Efraim Flashner 2018-10-09 10:31:02 +03:00
parent 07b0662754
commit 31f45cf7be
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -705,7 +705,8 @@ and understanding different BRDFs (and other component functions).")
(list (string-append "--x-includes=" (assoc-ref %build-inputs "libx11")
"/include")
(string-append "--x-libraries=" (assoc-ref %build-inputs "libx11")
"/lib"))
"/lib")
"--disable-examples")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autoreconf