mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
rPackages.qqconf: add missing FFTW and pkg-config dependencies
This commit is contained in:
parent
95d69d32d9
commit
e599d1ce98
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user