From 09f05e820846f339c74850b042dda08e2c88c557 Mon Sep 17 00:00:00 2001 From: msglm Date: Mon, 1 Apr 2024 19:26:41 -0500 Subject: python-timm no longer has checks because taking too long --- rclip.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/rclip.scm b/rclip.scm index bbc2b91..c12a5be 100644 --- a/rclip.scm +++ b/rclip.scm @@ -214,6 +214,7 @@ (list #:phases #~(modify-phases %standard-phases + (delete 'check) ;takes FOREVER for some reason (delete 'sanity-check ;Crashes; #TODO: fix this )))) (inputs (list python-huggingface-hub python-pyyaml -- cgit v1.2.3