diff options
Diffstat (limited to 'arunisaac/meetfree.scm')
| -rw-r--r-- | arunisaac/meetfree.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arunisaac/meetfree.scm b/arunisaac/meetfree.scm index 510c2d0..a1cea37 100644 --- a/arunisaac/meetfree.scm +++ b/arunisaac/meetfree.scm @@ -55,7 +55,8 @@ (base32 "1plgdlhnij79awxqvlfdfhgq4xaqy9hkgw35sy273f3s1377w0lm")))) (build-system pyproject-build-system) (arguments - (list #:phases + (list #:tests? #f + #:phases #~(modify-phases %standard-phases (add-after 'unpack 'relax-tzdata-dependency (lambda _ |
