3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: agg: Don't build examples.

* gnu/packages/graphics.scm (agg)[arguments]: Disable building the
examples.
This commit is contained in:
Efraim Flashner 2018-10-09 10:31:02 +03:00
parent 07b0662754
commit 31f45cf7be
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

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