Merge pull request #316640 from b-rodrigues/fix_spheretesselation

rPackages.sphereTessellation: fixed build
This commit is contained in:
Justin Bedő 2024-06-03 10:55:08 +10:00 committed by GitHub
commit af0b09fcde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -572,6 +572,7 @@ let
qspray = [ pkgs.pkg-config ];
ratioOfQsprays = [ pkgs.pkg-config ];
symbolicQspray = [ pkgs.pkg-config ];
sphereTessellation = [ pkgs.pkg-config ];
vapour = [ pkgs.pkg-config ];
};
@ -770,6 +771,7 @@ let
qspray = with pkgs; [ gmp.dev mpfr.dev ];
ratioOfQsprays = with pkgs; [ gmp.dev mpfr.dev ];
symbolicQspray = with pkgs; [ gmp.dev mpfr.dev ];
sphereTessellation = with pkgs; [ gmp.dev mpfr.dev ];
vapour = with pkgs; [ proj.dev gdal ];
MedianaDesigner = [ pkgs.zlib.dev ];
ChemmineOB = [ pkgs.eigen ];