no more goPackages
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
# This file was generated by go2nix.
|
||||
{ stdenv, lib, goPackages, fetchgit, fetchhg, fetchbzr, fetchsvn }:
|
||||
|
||||
with goPackages;
|
||||
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "skydns-${version}";
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"github.com/miekg/dns",
|
||||
"github.com/prometheus/client_golang",
|
||||
"github.com/prometheus/client_model",
|
||||
"bitbucket.org/ww/goautoneg",
|
||||
"github.com/prometheus/common",
|
||||
"github.com/prometheus/procfs",
|
||||
"github.com/coreos/go-systemd",
|
||||
|
||||
Reference in New Issue
Block a user