gnu: rust-netlib-src-0.7: Remove package.

* gnu/packages/crates-io.scm (rust-netlib-src-0.7): Remove package.
This commit is contained in:
Efraim Flashner 2020-10-05 13:38:01 +03:00
parent f408ccd262
commit b543cbcf45
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -13556,30 +13556,6 @@ (define-public rust-net2-0.2
(license (list license:asl2.0
license:expat))))
(define-public rust-netlib-src-0.7
(package
(name "rust-netlib-src")
(version "0.7.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "netlib-src" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"112hwfw1zzdj10h3j213xxqjrq38iygb3nb3ijay65ycmrg819s4"))))
(build-system cargo-build-system)
;(inputs
; `(("gfortran:lib" ,gfortran "lib")
; ("lapack" ,lapack)))
(home-page "https://github.com/blas-lapack-rs/netlib-src")
(synopsis "Source of BLAS and LAPACK via Netlib")
(description
"The package provides a source of BLAS and LAPACK via Netlib.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))
(define-public rust-nettle-7
(package
(name "rust-nettle")