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)))) 12ed88b10d21d27473861340144cc2e98d3b2ca'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/globals.hh
AgeCommit message (Expand)Author
2019-09-08daemon: Remove 'NIX_LIBEXEC_DIR'....Ludovic Courtès
2019-09-08daemon: Run 'guix substitute' directly and assume a single substituter....Ludovic Courtès
2019-09-08daemon: Invoke 'guix gc --list-busy' instead of 'list-runtime-roots'....Ludovic Courtès
2019-02-04daemon: Remove unused 'NIX_DATA_DIR' environment variable....Ludovic Courtès
2018-10-15daemon: Support multiplexed build output....Ludovic Courtès
2018-10-02daemon: Remove unused 'Settings' fields....Ludovic Courtès
2018-03-30daemon: Remove dead code....Ludovic Courtès
2018-01-07daemon: Make libbz2 an optional dependency....Ludovic Courtès
2018-01-07daemon: Add gzip log compression....Ludovic Courtès