gnu: agg: Don't build examples.
* gnu/packages/graphics.scm (agg)[arguments]: Disable building the examples.
This commit is contained in:
parent
07b0662754
commit
31f45cf7be
@ -705,7 +705,8 @@ and understanding different BRDFs (and other component functions).")
|
|||||||
(list (string-append "--x-includes=" (assoc-ref %build-inputs "libx11")
|
(list (string-append "--x-includes=" (assoc-ref %build-inputs "libx11")
|
||||||
"/include")
|
"/include")
|
||||||
(string-append "--x-libraries=" (assoc-ref %build-inputs "libx11")
|
(string-append "--x-libraries=" (assoc-ref %build-inputs "libx11")
|
||||||
"/lib"))
|
"/lib")
|
||||||
|
"--disable-examples")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'autoreconf
|
(add-after 'unpack 'autoreconf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user