mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
f408ccd262
commit
b543cbcf45
1 changed files with 0 additions and 24 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue