about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/mtail/fix-gopath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/monitoring/mtail/fix-gopath.patch')
-rw-r--r--pkgs/servers/monitoring/mtail/fix-gopath.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/servers/monitoring/mtail/fix-gopath.patch b/pkgs/servers/monitoring/mtail/fix-gopath.patch
deleted file mode 100644
index 9421d194a9e5..000000000000
--- a/pkgs/servers/monitoring/mtail/fix-gopath.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/vm/compiler.go b/vm/compiler.go
-index c55266b..a46417c 100644
---- a/vm/compiler.go
-+++ b/vm/compiler.go
-@@ -2,7 +2,7 @@
- // This file is available under the Apache license.
- 
- // Build the parser:
--//go:generate $GOPATH/bin/goyacc -v y.output -o parser.go -p mtail parser.y
-+//go:generate goyacc -v y.output -o parser.go -p mtail parser.y
- 
- package vm
-