From 241efa432e41cf60cbaea5f467c0218deb82febe Mon Sep 17 00:00:00 2001 From: Fredrik Salomonsson Date: Sun, 31 Jan 2021 13:26:49 -0800 Subject: Add installcheck to make sure the pinentry-rofi script works --- guix.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index 496840e..ca24c4f 100644 --- a/guix.scm +++ b/guix.scm @@ -57,7 +57,10 @@ (wrap-program (string-append bin "pinentry-rofi") (list "PATH" ":" 'prefix `(,rofi-bin))) - #t)))))))) + #t))))) + (add-after 'compress-documentation 'installcheck + (lambda* rest + (invoke "make" "installcheck")))))) (native-inputs `(("autoconf" ,autoconf) ("autoconf-archive" ,autoconf-archive) -- cgit