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";
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ go-bindata ];
|
||||
nativeBuildInputs = [ makeWrapper go-bindata ];
|
||||
|
||||
buildFlagsArray = ''
|
||||
-ldflags=
|
||||
|
Loading…
Reference in New Issue
Block a user