mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ (define* (rust-source version hash #:key (patches '()))
|
|||
(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 a new issue