forked from mirrors/nixpkgs
gdk_pixbuf: export moduleDir
This commit is contained in:
parent
6bf47e0d77
commit
e375bd4a9e
|
@ -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; {
|
||||||
|
|
Loading…
Reference in a new issue