guix-commits
[Top][All Lists]
Advanced

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

162/193: gnu: Remove rust-syntect-3.


From: guix-commits
Subject: 162/193: gnu: Remove rust-syntect-3.
Date: Mon, 24 Oct 2022 03:52:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6330e3f60fe33cc5ad7e534db91d8bfd59551735
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:57:17 2022 +0300

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d36a3c28b4..1d86ef1feb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -59146,36 +59146,6 @@ standard library.")
 intelligence using Sublime Text's grammars.")
     (license license:expat)))
 
-(define-public rust-syntect-3
-  (package
-    (inherit rust-syntect-4)
-    (name "rust-syntect")
-    (version "3.3.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "syntect" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1f6qn1yy15b0hq9h6q1rikqnm3lh56ic6bq3ywsmdsjy8ni9splm"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-plist" ,rust-plist-0.4)
-        ("rust-yaml-rust" ,rust-yaml-rust-0.4)
-        ("rust-regex-syntax" ,rust-regex-syntax-0.6)
-        ("rust-serde" ,rust-serde-1)
-        ("rust-serde-derive" ,rust-serde-derive-1)
-        ("rust-flate2" ,rust-flate2-1)
-        ("rust-serde-json" ,rust-serde-json-1)
-        ("rust-fnv" ,rust-fnv-1)
-        ("rust-bitflags" ,rust-bitflags-1)
-        ("rust-lazycell" ,rust-lazycell-1)
-        ("rust-bincode" ,rust-bincode-1)
-        ("rust-lazy-static" ,rust-lazy-static-1)
-        ("rust-walkdir" ,rust-walkdir-2)
-        ("rust-onig" ,rust-onig-5))))))
-
 (define-public rust-syntex-0.58
  (package
    (name "rust-syntex")



reply via email to

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