diff options
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 |