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)))) 66652'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)Author
2019-11-09doc: Mention value /var to localstatedir option....zimoun
2019-09-04doc: Update 'README'....Ludovic Courtès
2019-01-09build: Require Guile 2.2....Ludovic Courtès
2018-12-02Make Guile-JSON a required dependency....Eric Bavier
2018-11-23Update Guile-SQLite3 URL everywhere....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-06-27doc: Specify Guile-SQLite3 minimum version....Ludovic Courtès
2018-06-14build: Require Guile-SQLite3....Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13....Ludovic Courtès
2018-01-07doc: Mark zlib as mandatory, libbz2 as optional....Ludovic Courtès
2018-01-01doc: Update requirements in 'README'....Mathieu Lirzin
2017-09-25README: Replace http:// with https:// where applicable.Marius Bakke