gnu: rust@1.19: Don't make public.
* gnu/packages/rust.scm (rust@1.19): Don't make it a public variable.
This commit is contained in:
parent
97dd1b154b
commit
4f963b6f29
|
@ -167,7 +167,7 @@ in turn be used to build the final Rust.")
|
|||
(snippet '(begin (delete-file-recursively "src/llvm") #t))
|
||||
(patches (map search-patch patches))))
|
||||
|
||||
(define-public rust-1.19
|
||||
(define rust-1.19
|
||||
(package
|
||||
(name "rust")
|
||||
(version "1.19.0")
|
||||
|
|
Loading…
Reference in New Issue