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:
Jean-Pierre De Jesus DIAZ 2022-08-10 12:09:36 +00:00 committed by Efraim Flashner
parent cddbc0ba26
commit 1b35e7ce34
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11629,7 +11629,6 @@ (define-public rust-cassowary-0.3
(sha256
(base32 "0lvanj0gsk6pc1chqrh4k5k0vi1rfbgzmsk46dwy3nmrqyw711nz"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/dylanede/cassowary-rs")
(synopsis
"Implementation of the Cassowary linear constraint solving algorithm")