ngrok-1: fix strict deps build

This commit is contained in:
Jörg Thalheim
2020-03-17 23:23:50 +00:00
parent 676626a03f
commit 5b043ed82b

View File

@@ -16,7 +16,7 @@ buildGoPackage rec {
goDeps = ./deps.nix;
buildInputs = [ go-bindata ];
nativeBuildInputs = [ go-bindata ];
preConfigure = ''
sed -e '/jteeuwen\/go-bindata/d' \