Skip to content

Commit 417a923

Browse files
Add freetype2 to pkgconf-nixpkgs-map (#1478)
1 parent 8f3eaf3 commit 417a923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pkgconf-nixpkgs-map.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pkgs:
2727
"dl" = []; # provided by glibc
2828
"fftw3" = [ pkgs."fftw" ];
2929
"fftw3f" = [ pkgs."fftwFloat" ];
30+
"freetype2" = [ pkgs."freetype" ];
3031
"gconf" = [ pkgs."GConf" ];
3132
"gconf-2.0" = [ pkgs."GConf" ];
3233
"gdk-2.0" = [ pkgs."gtk2" ];

0 commit comments

Comments
 (0)