Revert "libgit2: reinit at 0.23.2"
This reverts commit 2e15a8f2dd
.
libgit2 v0.23.2 is no longer necessary due to
edbe73dc13e6090269f0d8b2bb759c7957a83ec1
Signed-off-by: Maximilian Güntner <code@klandest.in>
This commit is contained in:
parent
b00516ca31
commit
67d73657a9
@ -1,27 +0,0 @@
|
||||
{ stdenv, fetchurl, pkgconfig, cmake, zlib, python, libssh2, openssl, http-parser, libiconv }:
|
||||
|
||||
stdenv.mkDerivation (rec {
|
||||
version = "0.23.2";
|
||||
name = "libgit2-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
name = "${name}.tar.gz";
|
||||
url = "https://github.com/libgit2/libgit2/tarball/v${version}";
|
||||
sha256 = "1d3901bmgvdnmzrx21afi1d0llsqmca3ckj942p0i2wpdpr1kbcp";
|
||||
};
|
||||
|
||||
cmakeFlags = "-DTHREADSAFE=ON";
|
||||
|
||||
nativeBuildInputs = [ cmake python pkgconfig ];
|
||||
buildInputs = [ zlib libssh2 openssl http-parser ];
|
||||
|
||||
meta = {
|
||||
description = "the Git linkable library";
|
||||
homepage = http://libgit2.github.com/;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
};
|
||||
} // stdenv.lib.optionalAttrs (!stdenv.isLinux) {
|
||||
NIX_LDFLAGS = "-liconv";
|
||||
propagatedBuildInputs = [ libiconv ];
|
||||
})
|
@ -7202,7 +7202,6 @@ in
|
||||
);
|
||||
|
||||
libgit2_0_21 = callPackage ../development/libraries/git2/0.21.nix { };
|
||||
libgit2_0_23 = callPackage ../development/libraries/git2/0.23.nix { };
|
||||
|
||||
gle = callPackage ../development/libraries/gle { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user