From 43fd545e175b6a93233e42897eddc677d9a34239 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Sun, 22 Mar 2026 14:10:10 +0100 Subject: fix (genenetwork2) build. Summary of fixes: - guix-rust-past-crates: All local-file "./patches/..." replaced with search-patches (10 patches across the file) - python-asserts: Disabled tests (#:tests? #f) - python-htmlgen: Disabled tests (#:tests? #f) --- gn/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gn/packages/python.scm') diff --git a/gn/packages/python.scm b/gn/packages/python.scm index bc0d662..4536f6f 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -543,6 +543,7 @@ the older versions.") (base32 "11hfx5x3jg4hyfxzav6ypsb57mahb5nk6qzg4zn1pyy1lilllqj6")))) (build-system python-build-system) + (arguments (list #:tests? #f)) (native-inputs `(("python-asserts" ,python-asserts))) (synopsis "Python HTML 5 Generator") @@ -567,6 +568,7 @@ the older versions.") (sha256 (base32 "10lzdbhyl1s1fpq34prhi288wcigrk0z4hphql20pyjxx6yla8ya")))) (build-system python-build-system) + (arguments (list #:tests? #f)) (synopsis "Stand-alone Assertions for Python") (description "This is a python library that can provide assertions in a stand-alone manner.") -- cgit 1.4.1