3
0
Fork 0
forked from mirrors/nixpkgs

gdk_pixbuf: export moduleDir

This commit is contained in:
Jan Tojnar 2018-03-27 16:23:21 +02:00
parent 6bf47e0d77
commit e375bd4a9e
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -52,6 +52,9 @@ stdenv.mkDerivation rec {
packageName = pname; packageName = pname;
attrPath = "gdk_pixbuf"; attrPath = "gdk_pixbuf";
}; };
# gdk_pixbuf_moduledir variable from gdk-pixbuf-2.0.pc
moduleDir = "lib/gdk-pixbuf-2.0/2.10.0/loaders";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {