mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
rPackages.git2r: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
d87803c1b8
commit
d1a61e2ef9
@@ -635,13 +635,7 @@ let
|
||||
gdtools = [ pkgs.pkg-config ];
|
||||
gert = [ pkgs.pkg-config ];
|
||||
gglinedensity = [ pkgs.cargo ];
|
||||
git2r = with pkgs; [
|
||||
zlib.dev
|
||||
openssl.dev
|
||||
libssh2.dev
|
||||
libgit2
|
||||
pkg-config
|
||||
];
|
||||
git2r = [ pkgs.pkg-config ];
|
||||
glpkAPI = with pkgs; [
|
||||
gmp
|
||||
glpk
|
||||
@@ -1305,6 +1299,7 @@ let
|
||||
gert = [ pkgs.libgit2 ];
|
||||
gfilogisreg = [ pkgs.gmp.dev ];
|
||||
ggiraph = [ pkgs.libpng ];
|
||||
git2r = [ pkgs.libgit2 ];
|
||||
gmp = [ pkgs.gmp ];
|
||||
gpg = [ pkgs.gpgme ];
|
||||
gpuMagic = [ pkgs.ocl-icd ];
|
||||
|
||||
Reference in New Issue
Block a user