[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: castor: Fix the build.
From: |
guix-commits |
Subject: |
01/03: gnu: castor: Fix the build. |
Date: |
Fri, 20 Dec 2024 01:33:46 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit d2abe0da670860451f27bace8ccb0c91e542ed73
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Dec 20 07:28:49 2024 +0200
gnu: castor: Fix the build.
* gnu/packages/web.scm (castor)[arguments]: Add cargo-test-flags.
Change-Id: Id813ad9b2f9ee3ce19c3def014355df92840f90d
---
gnu/packages/web.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3de10a0da7..4029f3b644 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7379,6 +7379,8 @@ file links.")
(add-after 'unpack 'relax-cargo-requirements
(lambda _
(substitute* "Cargo.toml" (("~") "")))))
+ #:cargo-test-flags
+ '(list "--" "--skip=absolute_url::test_make_absolute_just_path")
#:cargo-inputs
`(("rust-ansi-parser" ,rust-ansi-parser-0.6)
("rust-dirs" ,rust-dirs-3)