packages: crates-io: Remove upstreamed packages

main
Luis Guilherme Coelho 2024-07-24 21:06:51 -03:00
parent 87bc9c9b17
commit 429efd3394
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 0 additions and 95 deletions

View File

@ -223,29 +223,6 @@ diff.")
(license (list license:asl2.0
license:expat))))
(define-public rust-file-id-0.2
(package
(name "rust-file-id")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "file-id" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1jdg9xq830hghzrqkbnx8nda58a7z6mh8b6vlg5mj87v4l2ji135"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-windows-sys" ,rust-windows-sys-0.48))))
(home-page "https://github.com/notify-rs/notify")
(synopsis "Utility for reading inode numbers (Linux, MacOS) and file IDs
(Windows.)")
(description "Utility for reading inode numbers (Linux, MacOS) and file IDs
(Windows.)")
(license (list license:asl2.0
license:expat))))
(define-public rust-filetime-0.2
(package
(name "rust-filetime")
@ -551,57 +528,6 @@ and `RwLock' types. It is compatible with `no_std'.")
(license (list license:asl2.0
license:expat))))
(define-public rust-lsp-types-0.95
(package
(name "rust-lsp-types")
(version "0.95.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "lsp-types" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1139mg0hcxw45q12hzq0y73nbjw40h6b39idwj7kxxsf6l8ik30m"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-bitflags" ,rust-bitflags-1)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-serde-repr" ,rust-serde-repr-0.1)
("rust-url" ,rust-url-2))))
(home-page "https://github.com/gluon-lang/lsp-types")
(synopsis "Types for interaction with a language server.")
(description "This package provides types useful for interacting with a
language server (LSP).")
(license license:expat)))
(define-public rust-notify-debouncer-full-0.3
(package
(name "rust-notify-debouncer-full")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "notify-debouncer-full" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0m31ad5wv0lhrncn6qqk4zmryf0fl9h1j9kzrx89p2rlkjsxmxa9"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
("rust-file-id" ,rust-file-id-0.2)
("rust-log" ,rust-log-0.4)
("rust-notify" ,rust-notify-6)
("rust-parking-lot" ,rust-parking-lot-0.12)
("rust-walkdir" ,rust-walkdir-2))))
(home-page "https://github.com/notify-rs/notify")
(synopsis "Notify event debouncer optimized for ease of use.")
(description "Notify event debouncer optimized for ease of use.")
(license (list license:asl2.0
license:expat))))
(define-public rust-parking-lot-core-0.9
(package
(name "rust-parking-lot-core")
@ -860,27 +786,6 @@ items on the stack.")
(license (list license:expat
license:asl2.0))))
(define-public rust-str-indices-0.4
(package
(name "rust-str-indices")
(version "0.4.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "str_indices" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0p6kggjax1mx0niq22dsm5xq2jvg6l4nyrm8a6f0138yaav7qmg9"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/cessen/str_indices.")
(synopsis "Count and convert between different indexing schemes on utf8
string slices.")
(description "Count and convert between different indexing schemes on utf8
string slices.")
(license (list license:expat
license:asl2.0))))
(define-public rust-thiserror-impl-1
(package
(name "rust-thiserror-impl")