3
0
Fork 0
forked from mirrors/nixpkgs

glib-2.30: add passthru.gioModuleDir

svn path=/nixpkgs/trunk/; revision=30295
This commit is contained in:
Yury G. Kudryashov 2011-11-07 16:48:34 +00:00
parent 27ecfa843a
commit b01ac075d5

View file

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ zlib libffi ];
passthru.gioModuleDir = "lib/gio/modules";
# glib buildsystem fails to find python, thus hardcodes python2.4 in #!
postInstall = ''rm -rvf $out/share/gtk-doc'';