~ruther/guix-local

ref: be4be235d22167fca8bb563b6bc92f1e4aa31e19 guix-local/gnu/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch -rw-r--r-- 617 bytes
be4be235 — Sharlatan Hellseher gnu: imgp: Update to 2.9-0.00b2b52. 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Don't check whether gnuplot is present in $PATH, because we know it is.

diff --git a/eazy-gnuplot.asd b/eazy-gnuplot.asd
index 7b1c09b..4657cd6 100644
--- a/eazy-gnuplot.asd
+++ b/eazy-gnuplot.asd
@@ -37,7 +37,4 @@
                                :fill-pointer t)))
           (setf (fill-pointer seq) (read-sequence seq stream))
           seq)))
-  :perform (load-op :before (op c)
-                    (unless (zerop (nth-value 2 (uiop:run-program "which gnuplot" :ignore-error-status t)))
-                      (warn "Could not find GNUPLOT in $PATH")))
   :in-order-to ((test-op (test-op eazy-gnuplot.test))))