nixpkgs gdk_pixbuf is now gdk-pixbuf (#1398)

This commit is contained in:
Hamish Mackenzie 2022-03-12 21:25:18 +13:00 committed by GitHub
parent 6fce9ef514
commit c5fa3f4a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ pkgs:
"gconf-2.0" = [ pkgs."GConf" ];
"gdk-2.0" = [ pkgs."gtk2" ];
"gdk-3.0" = [ pkgs."gtk3" ];
"gdk-pixbuf-2.0" = [ pkgs."gdk_pixbuf" ];
"gdk-pixbuf-2.0" = [ (pkgs."gdk-pixbuf" or pkgs."gdk_pixbuf") ];
"gdk-x11-2.0" = [ pkgs."gdk_x11" ];
"gdk-x11-3.0" = [ pkgs."gtk3" ];
"gio-2.0" = [ pkgs."glib" ];