mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
blsd: fix cross-compilation
This commit is contained in:
parent
7f2c30f851
commit
2f4037f62b
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ buildGoPackage rec {
|
|||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
nativeBuildInputs = [ pkgconfig libgit2 ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libgit2 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/junegunn/blsd;
|
||||
|
|
Loading…
Reference in a new issue