Revert "libgit2: 0.26.6 → 0.27.7"
This reverts commitcc50638176because it breaks cargo (again, seefca4fbeba9): $ cargo build Updating crates.io index Segmentation fault
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{ stdenv, buildGo19Package, fetchFromGitHub, curl, libgit2, ncurses, pkgconfig, readline }:
|
||||
{ stdenv, buildGo19Package, fetchFromGitHub, curl, libgit2_0_27, ncurses, pkgconfig, readline }:
|
||||
let
|
||||
version = "0.3.1";
|
||||
in
|
||||
buildGo19Package {
|
||||
name = "grv-${version}";
|
||||
|
||||
buildInputs = [ ncurses readline curl libgit2 ];
|
||||
buildInputs = [ ncurses readline curl libgit2_0_27 ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
goPackagePath = "github.com/rgburke/grv";
|
||||
|
||||
Reference in New Issue
Block a user