mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Remove rust-nasm-rs-0.1.
* gnu/packages/crates-io.scm (rust-nasm-rs-0.1): Delete variable.
This commit is contained in:
parent
58529b8327
commit
426bb5c1ec
1 changed files with 0 additions and 20 deletions
|
@ -35022,26 +35022,6 @@ (define-public rust-nasm-rs-0.2
|
||||||
(description "Run NASM during your Cargo build.")
|
(description "Run NASM during your Cargo build.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-nasm-rs-0.1
|
|
||||||
(package
|
|
||||||
(inherit rust-nasm-rs-0.2)
|
|
||||||
(name "rust-nasm-rs")
|
|
||||||
(version "0.1.7")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "nasm-rs" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0r34hiy1pc0aksrfc02zsl0zyw33i9yi7kyx8l214l7nm0mzm97y"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-rayon" ,rust-rayon-1))))))
|
|
||||||
|
|
||||||
(define-public rust-nalgebra-0.29
|
(define-public rust-nalgebra-0.29
|
||||||
(package
|
(package
|
||||||
(name "rust-nalgebra")
|
(name "rust-nalgebra")
|
||||||
|
|
Loading…
Reference in a new issue