mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 09:02:46 +00:00
libgit2: build with cmake-3.2
This commit is contained in:
parent
efb4fe269e
commit
70f2112231
|
@ -5728,7 +5728,7 @@ let
|
|||
|
||||
giblib = callPackage ../development/libraries/giblib { };
|
||||
|
||||
libgit2 = callPackage ../development/libraries/git2 { };
|
||||
libgit2 = callPackage ../development/libraries/git2 { cmake = cmake-3_2; };
|
||||
|
||||
glew = callPackage ../development/libraries/glew { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue