Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

blsd: fix cross-compilation

+2 -1
+2 -1
pkgs/tools/misc/blsd/default.nix
··· 15 16 goDeps = ./deps.nix; 17 18 - nativeBuildInputs = [ pkgconfig libgit2 ]; 19 20 meta = with stdenv.lib; { 21 homepage = https://github.com/junegunn/blsd;
··· 15 16 goDeps = ./deps.nix; 17 18 + nativeBuildInputs = [ pkgconfig ]; 19 + buildInputs = [ libgit2 ]; 20 21 meta = with stdenv.lib; { 22 homepage = https://github.com/junegunn/blsd;