gnu: rust-string-cache-shared-0.3: Don't skip build.

* gnu/packages/crates-io.scm (rust-string-cache-shared-0.3)[arguments]:
Don't skip build.
This commit is contained in:
Efraim Flashner 2020-03-01 10:24:11 +02:00
parent bb5bc8270e
commit c9f97083f0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -16674,7 +16674,6 @@ developed as part of the Servo project.")
(base32
"1z7dpdix1m42x6ddshdcpjf91ml9mhvnskmiv5kd8hcpq0dlv25i"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/servo/string-cache")
(synopsis "Code share between string_cache and string_cache_codegen")
(description