about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--loftix/bugs.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/loftix/bugs.scm b/loftix/bugs.scm
index f46ecfd..9400ecc 100644
--- a/loftix/bugs.scm
+++ b/loftix/bugs.scm
@@ -270,14 +270,18 @@
                  (add-before 'configure 'set-env
                    (lambda _
                      (use-modules (loftix transform))
-                     (append-env "LDFLAGS" "-static" #f))))))))
+                     (append-env "LDFLAGS" "-static" #f))))))
+          ((#:tests? _ #f)
+           #f)))
        ((gnu)
         (substitute-keyword-arguments (package-arguments base)
           ((#:make-flags flags #~'())
            (with-imported-modules '((loftix transform))
              #~((@ (loftix transform) append-make-flag)
                 #$flags
-                '(("LDFLAGS" "-static")))))))))))
+                '(("LDFLAGS" "-static")))))
+          ((#:tests? _ #f)
+           #f)))))))
 
 (define-public jasper-static-1.900.5 (static jasper-1.900.5))
 (define-public jasper-static-1.900.3 (static jasper-1.900.3))