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
1 changed files with 2 additions and 1 deletions
|
@ -705,7 +705,8 @@ (define-public agg
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue