summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-10-23 12:24:41 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-10-24 10:46:30 +0300
commit1f6981d33220a0c13a4b3453c31d10a0d6369c31 (patch)
tree0d806daee36890dce97765ea149631e7897257d8 /gnu/packages
parent8e323ba9864c6176ce43fc42755af739c8b19dff (diff)
downloadguix-1f6981d33220a0c13a4b3453c31d10a0d6369c31.tar.gz
gnu: Remove rust-syn-test-suite-0.
* gnu/packages/crates-io.scm (rust-syn-test-suite-0): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/crates-io.scm18
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cb9b0ce4b1..69e49be171 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -58785,24 +58785,6 @@ browsers.")
     (license (list license:expat
                    license:asl2.0))))
 
-(define-public rust-syn-test-suite-0
-  (package
-    (name "rust-syn-test-suite")
-    (version "0.0.0+test")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "syn-test-suite" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "1d9ffrbgci1qjdcpvgrsg3sh24qdsdh66zcsvn5prrk05ycn3mm0"))))
-    (build-system cargo-build-system)
-    (home-page "https://github.com/dtolnay/syn")
-    (synopsis "Test suite of the syn crate")
-    (description "This package provides the test suite of the syn crate.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-syn-1
   (package
     (name "rust-syn")