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)))) 'get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/libtool-skip-tests2.patch
AgeCommit message (Expand)Author
2022-05-28gnu: libtool and libltdl: Update to 2.4.7....* gnu/packages/autotools.scm (libtool, libltdl): Update to 2.4.7. [arguments]: Remove trailing #t from phases. Remove unnecessary file field from find-files. (libltdl)[arguments]: Remove trailing #t. * gnu/packages/patches/libtool-skip-tests2.patch: Update patch. Efraim Flashner
2022-01-11gnu: libtool: Skip the nopic tests on riscv....* gnu/packages/patches/libtool-skip-tests2.patch: Adjust to add riscv to skipped nopic tests. Efraim Flashner