mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Remove rust-noise-0.7.
* gnu/packages/crates-io.scm (rust-noise-0.7): Delete variable.
This commit is contained in:
parent
dc1240caea
commit
4de2916d38
1 changed files with 0 additions and 26 deletions
|
@ -37226,32 +37226,6 @@ (define-public rust-notify-5
|
||||||
"Cross-platform filesystem notification library")
|
"Cross-platform filesystem notification library")
|
||||||
(license (list license:cc0 license:artistic2.0))))
|
(license (list license:cc0 license:artistic2.0))))
|
||||||
|
|
||||||
(define-public rust-noise-0.7
|
|
||||||
(package
|
|
||||||
(name "rust-noise")
|
|
||||||
(version "0.7.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "noise" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0hsbw9gpsz8w9msvyvddygagd9wj93hqpg5pxz388laxfkb1s1c2"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-image" ,rust-image-0.23)
|
|
||||||
("rust-rand" ,rust-rand-0.7)
|
|
||||||
("rust-rand-xorshift" ,rust-rand-xorshift-0.2))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-criterion" ,rust-criterion-0.3))))
|
|
||||||
(home-page "https://github.com/razaekel/noise-rs")
|
|
||||||
(synopsis "Procedural noise generation library")
|
|
||||||
(description "This package provides a Rust library to generate smoothly
|
|
||||||
varying noise for textural use and graphical display.")
|
|
||||||
(license (list license:asl2.0 license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-notify-4
|
(define-public rust-notify-4
|
||||||
(package
|
(package
|
||||||
(inherit rust-notify-5)
|
(inherit rust-notify-5)
|
||||||
|
|
Loading…
Reference in a new issue