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
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

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