Fix tarball

This commit is contained in:
Shea Levy
2015-05-20 14:09:15 -04:00
parent 824da827ac
commit e3ed4b590b
3 changed files with 3 additions and 3 deletions
@@ -17,7 +17,7 @@ buildGoPackage rec {
buildInputs = [
goPackages.glog
goPackages.protobuf
goPackages.fsnotify
goPackages.fsnotify.v1
goPackages.httprouter
goPackages.prometheus.client_golang
goPackages.pushover
@@ -13,7 +13,7 @@ goPackages.buildGoPackage rec {
};
buildInputs = with goPackages; [
fsnotify
fsnotify.v1
prometheus.client_golang
];