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)))) a5a8e06c17d55a1772fa7f4529b5eff'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ci.scm
AgeCommit message (Expand)Author
2022-01-11services: laminar: Set LAMINAR_BIND_RPC environment variable....Earlier, the bind-rpc field of <laminar-configuration> was not used at all. This was a bug. * gnu/services/ci.scm (laminar-shepherd-service): Use bind-rpc to set LAMINAR_BIND_RPC environment variable. Arun Isaac
2021-06-10services: laminar: Create parent directory for unix socket....* gnu/services/ci.scm (laminar-activation): New function. (laminar-service-type): Extend activation-service-type with laminar-activation. Arun Isaac
2021-04-09services: Add Laminar....* gnu/services/ci.scm: New file. * gnu/tests/ci.scm: New file. * doc/guix.texi (Laminar): Document the Laminar service. Christopher Baines