ngrok-1: fix strict deps build

This commit is contained in:
Jörg Thalheim
2020-03-23 08:14:52 +00:00
parent 676626a03f
commit 5b043ed82b
+1 -1
View File
@@ -16,7 +16,7 @@ buildGoPackage rec {
goDeps = ./deps.nix;
buildInputs = [ go-bindata ];
nativeBuildInputs = [ go-bindata ];
preConfigure = ''
sed -e '/jteeuwen\/go-bindata/d' \