nixpkgs/pkgs/development/tools/language-servers/verible/remove-unused-deps.patch
Henner Zeller 7349690c86 verible: 0.0-2472-ga80124e1 -> 0.0.2821
Upgrade to latest version, with the language server now
building a symbol table and provide 'go-to-definition' feature.

Cleaned the version number to only contain tag number + commit-count
and leave out the git-hash; This results in a more common way
version numbers usually look like.

The version number is derived from the git tag used to check out
the particular revision from git.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
2023-02-02 22:54:41 -08:00

23 lines
790 B
Diff

diff --git a/WORKSPACE b/WORKSPACE
index ad16b3a1..52b66703 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -81,17 +81,6 @@ load("@com_github_google_rules_install//:setup.bzl", "install_rules_setup")
install_rules_setup()
-# Need to load before rules_flex/rules_bison to make sure
-# win_flex_bison is the chosen toolchain on Windows
-load("//bazel:win_flex_bison.bzl", "win_flex_configure")
-
-win_flex_configure(
- name = "win_flex_bison",
- sha256 = "8d324b62be33604b2c45ad1dd34ab93d722534448f55a16ca7292de32b6ac135",
- # bison 3.8.2, flex 2.6.4
- url = "https://github.com/lexxmark/winflexbison/releases/download/v2.5.25/win_flex_bison-2.5.25.zip",
-)
-
http_archive(
name = "rules_m4",
sha256 = "b0309baacfd1b736ed82dc2bb27b0ec38455a31a3d5d20f8d05e831ebeef1a8e",