nixpkgs-suyu/pkgs/servers/monitoring/mtail/fix-gopath.patch

14 lines
368 B
Diff
Raw Normal View History

2017-11-03 21:02:21 +01:00
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