unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob ccc9c09fb9103e83a118b2ded01ea88af2051278 617 bytes (raw)
name: packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch 	 # note: path name is non-authoritative(*)

 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))))

debug log:

solving ccc9c09fb9103e83a118b2ded01ea88af2051278 ...
found ccc9c09fb9103e83a118b2ded01ea88af2051278 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).