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)))) me='id' value='041a12c46b77094c3a89276cf55d9cf1f68fb9a3'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/authentication.scm
AgeCommit message (Expand)Author
2021-05-06gnu: oath-toolkit: Build libpskc and pskctool....* gnu/packages/authentication.scm (oath-toolkit)[arguments]: Add "--enable-pskc" and "--with-xmlsec-crypto-engine=openssl" to #:configure-flags. [native-inputs]: Add libltdl. [inputs]: Add openssl and xmlsec-openssl. [description]: Document the two new features. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Simon Josefsson via Guix-patches via
2021-05-03gnu: oath-toolkit: Update to 2.6.7....* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.7. Tobias Geerinckx-Rice
2021-03-04gnu: oath-toolkit: Update to 2.6.6....* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.6. Tobias Geerinckx-Rice