3
0
Fork 0
forked from mirrors/nixpkgs

rPackages.qqconf: add missing FFTW and pkg-config dependencies

This commit is contained in:
Justin Bedo 2022-03-14 13:49:46 +11:00
parent 95d69d32d9
commit e599d1ce98
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -493,6 +493,7 @@ let
HilbertVisGUI = with pkgs; [ pkg-config which ];
textshaping = [ pkgs.pkg-config ];
ragg = [ pkgs.pkg-config ];
qqconf = [ pkgs.pkg-config ];
};
packagesWithBuildInputs = {
@ -649,6 +650,7 @@ let
DropletUtils = [ pkgs.zlib.dev ];
RMariaDB = [ pkgs.libmysqlclient.dev ];
ragg = with pkgs; [ freetype.dev libpng.dev libtiff.dev zlib.dev libjpeg.dev bzip2.dev ];
qqconf = [ pkgs.fftw.dev ];
};
packagesRequiringX = [