mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
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 ];
|
propagatedBuildInputs = [ zlib libffi ];
|
||||||
|
|
||||||
|
passthru.gioModuleDir = "lib/gio/modules";
|
||||||
|
|
||||||
# glib buildsystem fails to find python, thus hardcodes python2.4 in #!
|
# glib buildsystem fails to find python, thus hardcodes python2.4 in #!
|
||||||
postInstall = ''rm -rvf $out/share/gtk-doc'';
|
postInstall = ''rm -rvf $out/share/gtk-doc'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue