Add freetype2 to pkgconf-nixpkgs-map (#1478)

This commit is contained in:
Daniel Firth 2022-05-23 09:05:51 +00:00 committed by GitHub
parent 8f3eaf3c46
commit 417a923a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ pkgs:
"dl" = []; # provided by glibc
"fftw3" = [ pkgs."fftw" ];
"fftw3f" = [ pkgs."fftwFloat" ];
"freetype2" = [ pkgs."freetype" ];
"gconf" = [ pkgs."GConf" ];
"gconf-2.0" = [ pkgs."GConf" ];
"gdk-2.0" = [ pkgs."gtk2" ];