gnu: rust-cassowary-0.3: Allow build.
* gnu/packages/crates-io.scm (rust-cassowary-0.3)[arguments]: Remove `#:skip-build? #t'. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: Id793a012da325f7debee0eb66ff51f57421daca7
This commit is contained in:
parent
cddbc0ba26
commit
1b35e7ce34
1 changed files with 0 additions and 1 deletions
|
@ -11629,7 +11629,6 @@ parsing with Serde.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lvanj0gsk6pc1chqrh4k5k0vi1rfbgzmsk46dwy3nmrqyw711nz"))))
|
(base32 "0lvanj0gsk6pc1chqrh4k5k0vi1rfbgzmsk46dwy3nmrqyw711nz"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments `(#:skip-build? #t))
|
|
||||||
(home-page "https://github.com/dylanede/cassowary-rs")
|
(home-page "https://github.com/dylanede/cassowary-rs")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Implementation of the Cassowary linear constraint solving algorithm")
|
"Implementation of the Cassowary linear constraint solving algorithm")
|
||||||
|
|
Reference in a new issue