Skip to content

Commit

Permalink
* index/wi/wisitoken/wisitoken-4.2.0.toml: This should work
Browse files Browse the repository at this point in the history
  • Loading branch information
stephe-ada-guru committed Oct 7, 2023
1 parent 702e6ea commit e331a84
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index/wi/wisitoken/wisitoken-4.2.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ project-files = ["build/wisitoken_alire.gpr", "build/wisitoken_alire_mains.gpr"]
# We use ".exe" extension even on non-Windows, to simplify the makefiles.
executables = ["wisitoken-bnf-generate.exe"]

[[actions]]
# FIXME: it's not clear how to make this Windows-only.
type = "pre-build"
[[actions.'case(os)'.windows]]
type = "post-fetch"
command = ["dos2unix", "memory/s-memory.adb"]

[[depends-on]]
# While wisitoken-bnf-generate can output a Tree-Sitter grammar file,
# it does not use any tree-sitter code, so we have no dependency on
Expand All @@ -35,6 +34,6 @@ gnat = "(>=11 & <2000) | >=2021"


[origin]
commit = "0204c44b70d9dfe249e105fde5783a5be87a6692"
commit = "463d2cbfeac33bc04b714d1b07e8a0dec2ee688e"
url = "git+https://git.savannah.nongnu.org/git/ada-mode.git"

0 comments on commit e331a84

Please sign in to comment.