mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Remove rust-src-1.64.
* gnu/packages/rust.scm (rust-src-1.64): Remove variable. Change-Id: I88f7ebed18e478f3982cad3c8586cff64dada1bb
This commit is contained in:
parent
ed41b6db71
commit
845091073d
1 changed files with 0 additions and 19 deletions
|
@ -54,7 +54,6 @@ (define-module (gnu packages rust)
|
|||
#:use-module (gnu packages tls)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (guix build-system cargo)
|
||||
#:use-module (guix build-system copy)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix git-download)
|
||||
|
@ -1038,21 +1037,3 @@ (define-public rust
|
|||
(native-inputs (cons* `("gdb" ,gdb/pinned)
|
||||
`("procps" ,procps)
|
||||
(package-native-inputs base-rust))))))
|
||||
|
||||
(define-public rust-src-1.64
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit rust-1.64)
|
||||
(name "rust-src")
|
||||
(build-system copy-build-system)
|
||||
(native-inputs '())
|
||||
(inputs '())
|
||||
(native-search-paths '())
|
||||
(outputs '("out"))
|
||||
(arguments
|
||||
`(#:install-plan
|
||||
'(("library" "lib/rustlib/src/rust/library")
|
||||
("src" "lib/rustlib/src/rust/src"))))
|
||||
(synopsis "Source code for the Rust standard library")
|
||||
(description "This package provide source code for the Rust standard
|
||||
library, only use by rust-analyzer, make rust-analyzer out of the box."))))
|
||||
|
|
Loading…
Reference in a new issue