1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 18:12:46 +00:00
nixpkgs/pkgs/servers/monitoring/mtail/fix-gopath.patch

14 lines
368 B
Diff
Raw Normal View History

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