pkgsrc-WIP-changes archive

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

rust-analyzer: depend on rust-src -- works now!



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sat Nov 27 14:49:41 2021 +0100
Changeset:	2fc4a3a7cbbff0bbc0d3ea5ee011eff357c8631b

Modified Files:
	rust-analyzer/Makefile
Removed Files:
	rust-analyzer/TODO

Log Message:
rust-analyzer: depend on rust-src -- works now!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2fc4a3a7cbbff0bbc0d3ea5ee011eff357c8631b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust-analyzer/Makefile | 2 ++
 rust-analyzer/TODO     | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/rust-analyzer/Makefile b/rust-analyzer/Makefile
index c674887d31..d130989451 100644
--- a/rust-analyzer/Makefile
+++ b/rust-analyzer/Makefile
@@ -12,6 +12,8 @@ HOMEPAGE=	https://github.com/rust-analyzer/rust-analyzer/
 COMMENT=	Rust compiler front-end for IDEs
 LICENSE=	apache-2.0
 
+DEPENDS+=	rust-src-[0-9]*:../../wip/rust-src
+
 WRKSRC=			${WRKDIR}/${DISTNAME}
 
 INSTALLATION_DIRS=	bin
diff --git a/rust-analyzer/TODO b/rust-analyzer/TODO
deleted file mode 100644
index f2ffb81dc9..0000000000
--- a/rust-analyzer/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Needs rust with rust-src enabled, which is not the case as of 2021/11/25.


Home | Main Index | Thread Index | Old Index