morph: fix strict deps build
This commit is contained in:
parent
5b043ed82b
commit
4be2b7e826
@ -14,8 +14,7 @@ buildGoPackage rec {
|
|||||||
goPackagePath = "github.com/dbcdk/morph";
|
goPackagePath = "github.com/dbcdk/morph";
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper go-bindata ];
|
||||||
buildInputs = [ go-bindata ];
|
|
||||||
|
|
||||||
buildFlagsArray = ''
|
buildFlagsArray = ''
|
||||||
-ldflags=
|
-ldflags=
|
||||||
|
Loading…
Reference in New Issue
Block a user