Merge pull request #292892 from b-rodrigues/fix_vapour

rPackages.vapour: fix build
This commit is contained in:
Weijia Wang 2024-03-08 20:44:16 +01:00 committed by GitHub
commit 8750dfaebc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -514,6 +514,7 @@ let
textshaping = [ pkgs.pkg-config ];
ragg = [ pkgs.pkg-config ];
qqconf = [ pkgs.pkg-config ];
vapour = [ pkgs.pkg-config ];
};
packagesWithBuildInputs = {
@ -660,6 +661,7 @@ let
ijtiff = [ pkgs.libtiff ];
ragg = with pkgs; [ freetype.dev libpng.dev libtiff.dev zlib.dev libjpeg.dev bzip2.dev ];
qqconf = [ pkgs.fftw.dev ];
vapour = with pkgs; [ proj.dev gdal ];
};
packagesRequiringX = [