mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
ngrok-1: fix strict deps build
This commit is contained in:
parent
676626a03f
commit
5b043ed82b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ buildGoPackage rec {
|
|||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
buildInputs = [ go-bindata ];
|
||||
nativeBuildInputs = [ go-bindata ];
|
||||
|
||||
preConfigure = ''
|
||||
sed -e '/jteeuwen\/go-bindata/d' \
|
||||
|
|
Loading…
Reference in a new issue