3
0
Fork 0
forked from mirrors/nixpkgs

skydns: fixed typo

This commit is contained in:
Pascal Wittmann 2015-05-19 20:30:49 +02:00
parent b28d29ba0b
commit d811c6cf41

View file

@ -15,7 +15,7 @@ buildGoPackage rec {
sha256 = "1bnc9r22kwvmn1bgz7zaidkjqm7pmw99bn5n87r76vcrd7n2a9pd";
};
buildInputs = with goPackages; [ go-etcd rcrowley.go-metrics influxdb-go go-systemd go-log dns stathat osext etcd ];
buildInputs = with goPackages; [ go-etcd rcrowley.go-metrics influxdb go-systemd go-log dns stathat osext etcd ];
dontInstallSrc = true;
subPackages = [ "." ];