GNU bug report logs -
#53315
[PATCH 000/150] gnu: Add alfis
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-rustc-version-0.3): Inherit from rust-rustc-version-0.4.
---
gnu/packages/crates-io.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a26893eddb..d1f9ccb64b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47306,6 +47306,7 @@ (define-public rust-rustc-version-0.4
(define-public rust-rustc-version-0.3
(package
+ (inherit rust-rustc-version-0.4)
(name "rust-rustc-version")
(version "0.3.3")
(source
@@ -47315,17 +47316,10 @@ (define-public rust-rustc-version-0.3
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1vjmw7xcdri0spsf24mkpwpph853wrbqppihhw061i2igh4f5pzh"))))
- (build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
- (("rust-semver" ,rust-semver-0.11))))
- (home-page "https://github.com/djc/rustc-version-rs")
- (synopsis "Library for querying the version of an installed rustc compiler")
- (description
- "This package provides a library for querying the version of an installed
-rustc compiler.")
- (license (list license:expat license:asl2.0))))
+ (("rust-semver" ,rust-semver-0.11))))))
(define-public rust-rustc-version-0.2
(package
--
2.34.0
--
Aleksandr Vityazev
This bug report was last modified 3 years and 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.