[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
272/311: gnu: Remove rust-src-1.64.
From: |
guix-commits |
Subject: |
272/311: gnu: Remove rust-src-1.64. |
Date: |
Sat, 28 Oct 2023 16:39:36 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 6e90f11abd223a4b670306055846b14883e69ab8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Oct 28 10:02:23 2023 +0300
gnu: Remove rust-src-1.64.
* gnu/packages/rust.scm (rust-src-1.64): Remove variable.
Change-Id: I88f7ebed18e478f3982cad3c8586cff64dada1bb
---
gnu/packages/rust.scm | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index aef59fe3c2..d72d6b2e51 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -54,7 +54,6 @@
#: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 @@ safety and thread safety guarantees.")
(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."))))
- 210/311: gnu: rust-color-print-proc-macro-0.3: Update to 0.3.5., (continued)
- 210/311: gnu: rust-color-print-proc-macro-0.3: Update to 0.3.5., guix-commits, 2023/10/28
- 212/311: gnu: rust-matches-0.1: Update to 0.1.10., guix-commits, 2023/10/28
- 224/311: gnu: rust-snapbox-macros-0.3: Update to 0.3.6., guix-commits, 2023/10/28
- 234/311: gnu: rust-toml-test-harness-0.4: Update to 0.4.8., guix-commits, 2023/10/28
- 246/311: gnu: Add rust-color-spantrace-0.2., guix-commits, 2023/10/28
- 253/311: gnu: rust-num-bigint-dig-0.8: Update to 0.8.4., guix-commits, 2023/10/28
- 255/311: gnu: rust-num-complex-0.4: Update to 0.4.4., guix-commits, 2023/10/28
- 260/311: gnu: rust-num-integer-0.1: Update to 0.1.45., guix-commits, 2023/10/28
- 263/311: gnu: Add rust-powerfmt-0.2., guix-commits, 2023/10/28
- 264/311: gnu: rust-relative-path-1: Update to 1.9.0., guix-commits, 2023/10/28
- 272/311: gnu: Remove rust-src-1.64.,
guix-commits <=
- 282/311: gnu: Remove rust-tectonic-bridge-core-0.1., guix-commits, 2023/10/28
- 284/311: gnu: rust-tectonic-bridge-freetype2-0.2: Build package., guix-commits, 2023/10/28
- 285/311: gnu: rust-tectonic-bridge-graphite2-0.2: Update to 0.2.2., guix-commits, 2023/10/28
- 289/311: gnu: rust-tectonic-cfg-support-0.1: Update to 0.1.4., guix-commits, 2023/10/28
- 293/311: gnu: rust-tectonic-engine-spx2html-0.1: Build package., guix-commits, 2023/10/28
- 297/311: gnu: rust-tectonic-geturl-0.3: Update to 0.3.2., guix-commits, 2023/10/28
- 226/311: gnu: rust-string-cache-0.8: Update to 0.8.7., guix-commits, 2023/10/28
- 270/311: gnu: Add rust-ui-test-0.7., guix-commits, 2023/10/28
- 276/311: gnu: Remove rust-trybuild-1.0.19., guix-commits, 2023/10/28
- 229/311: gnu: Add rust-terminal-size-0.3., guix-commits, 2023/10/28