guix-commits
[Top][All Lists]
Advanced

[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."))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]