guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: agg: Don't build examples.


From: Efraim Flashner
Subject: 01/02: gnu: agg: Don't build examples.
Date: Tue, 9 Oct 2018 03:33:33 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 31f45cf7be18d1cfc46a0ae785a3057227c4b185
Author: Efraim Flashner <address@hidden>
Date:   Tue Oct 9 10:31:02 2018 +0300

    gnu: agg: Don't build examples.
    
    * gnu/packages/graphics.scm (agg)[arguments]: Disable building the
    examples.
---
 gnu/packages/graphics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 58c742b..79fd134 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]