tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
blsd: fix cross-compilation
Jörg Thalheim
7 years ago
2f4037f6
7f2c30f8
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
blsd
default.nix
+2
-1
pkgs/tools/misc/blsd/default.nix
···
15
15
16
16
goDeps = ./deps.nix;
17
17
18
18
-
nativeBuildInputs = [ pkgconfig libgit2 ];
18
18
+
nativeBuildInputs = [ pkgconfig ];
19
19
+
buildInputs = [ libgit2 ];
19
20
20
21
meta = with stdenv.lib; {
21
22
homepage = https://github.com/junegunn/blsd;