mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Simplify tree-sitter-plantuml.
* gnu/packages/tree-sitter.scm (tree-sitter-plantuml): Remove custom get-cleanup-snippet. Change-Id: Ibbcf50457d2ed20e75a896e432441a0929e134d0 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
af54bba287
commit
a63061cc57
1 changed files with 2 additions and 3 deletions
|
|
@ -1338,14 +1338,13 @@ which will be used as a snippet in origin."
|
|||
#:repository-url "https://github.com/Decodetalkers/tree_sitter_plantuml"
|
||||
#:commit commit
|
||||
#:get-cleanup-snippet
|
||||
(lambda _
|
||||
(lambda (grammar-directories)
|
||||
#~(begin
|
||||
(use-modules (guix build utils))
|
||||
(substitute* "grammar.js"
|
||||
(("u\\{\\[0-9a-fA-F\\]\\+\\}")
|
||||
"u\\{[0-9a-fA-F]+\\}"))
|
||||
(delete-file "binding.gyp")
|
||||
(delete-file-recursively "bindings"))))))
|
||||
#$(tree-sitter-delete-generated-files grammar-directories))))))
|
||||
|
||||
(define-public tree-sitter-po
|
||||
(let ((version "0.0.1")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue