forked from mirrors/nixpkgs
glib-2.30: add passthru.gioModuleDir
svn path=/nixpkgs/trunk/; revision=30295
This commit is contained in:
parent
27ecfa843a
commit
b01ac075d5
|
@ -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'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue