diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
commit | 6e346987463085e53f224350a85729f5a3ad0e43 (patch) | |
tree | b54a13d37b772ad517fbcbe89f0c2f46ad218f87 /rclip.scm | |
parent | b522fba5dbdb08b62c81b4cb702abbb3e6eaa8d8 (diff) | |
download | guix-techchud-6e346987463085e53f224350a85729f5a3ad0e43.tar.gz guix-techchud-6e346987463085e53f224350a85729f5a3ad0e43.tar.bz2 guix-techchud-6e346987463085e53f224350a85729f5a3ad0e43.zip |
python-timm no longer has checks because taking too long
Diffstat (limited to 'rclip.scm')
-rw-r--r-- | rclip.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |