traefik: fix build with strict deps
This commit is contained in:
parent
72f4001e1e
commit
c0c7c00f18
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ buildGoPackage rec {
|
|||
sha256 = "1j3p09j8rpdkp8v4d4mz224ddakkvhzchvccm9qryrqc2fq4022v";
|
||||
};
|
||||
|
||||
buildInputs = [ go-bindata bash ];
|
||||
nativeBuildInputs = [ go-bindata bash ];
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
|
Loading…
Reference in a new issue