traefik: fix build with strict deps

This commit is contained in:
Jörg Thalheim 2020-03-18 09:24:36 +00:00
parent 72f4001e1e
commit c0c7c00f18
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -13,7 +13,7 @@ buildGoPackage rec {
sha256 = "1j3p09j8rpdkp8v4d4mz224ddakkvhzchvccm9qryrqc2fq4022v";
};
buildInputs = [ go-bindata bash ];
nativeBuildInputs = [ go-bindata bash ];
buildPhase = ''
runHook preBuild