1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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'';