guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

152/193: gnu: Remove rust-surf-1.


From: guix-commits
Subject: 152/193: gnu: Remove rust-surf-1.
Date: Mon, 24 Oct 2022 03:52:19 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit db3141eabb46c0416f991181e7c85b329cece83c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:55:20 2022 +0300

    gnu: Remove rust-surf-1.
    
    * gnu/packages/crates-io.scm (rust-surf-1): Delete variable.
---
 gnu/packages/crates-io.scm | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a3358fe5f1..d895479b31 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -58647,42 +58647,6 @@ alike.  It's completely modular, and built directly 
for @code{async/await}.")
 values without proliferating generics.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-surf-1
-  (package
-    (inherit rust-surf-2)
-    (name "rust-surf")
-    (version "1.0.3")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "surf" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1kksp41r5w7pwv1bj8pq5cngny24flq4mybxyhbfycx8z04806kl"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-futures-preview" ,rust-futures-preview-0.3)
-        ("rust-http" ,rust-http-0.1)
-        ("rust-hyper" ,rust-hyper-0.12)
-        ("rust-hyper-tls" ,rust-hyper-tls-0.3)
-        ("rust-isahc" ,rust-isahc-0.7)
-        ("rust-js-sys" ,rust-js-sys-0.3)
-        ("rust-log" ,rust-log-0.4)
-        ("rust-mime" ,rust-mime-0.3)
-        ("rust-mime-guess" ,rust-mime-guess-2)
-        ("rust-native-tls" ,rust-native-tls-0.2)
-        ("rust-runtime" ,rust-runtime-0.3)
-        ("rust-runtime-raw" ,rust-runtime-raw-0.3)
-        ("rust-runtime-tokio" ,rust-runtime-tokio-0.3)
-        ("rust-serde" ,rust-serde-1)
-        ("rust-serde-json" ,rust-serde-json-1)
-        ("rust-serde-urlencoded" ,rust-serde-urlencoded-0.6)
-        ("rust-url" ,rust-url-2)
-        ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
-        ("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.3)
-        ("rust-web-sys" ,rust-web-sys-0.3))))))
-
 (define-public rust-sval-1
   (package
     (name "rust-sval")



reply via email to

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