Trying to fix geoclue build with fresher GCC

svn path=/nixpkgs/branches/stdenv-updates/; revision=32614
This commit is contained in:
Michael Raskin 2012-02-27 08:18:11 +00:00
parent ec05ab990b
commit c8dc35ac72

View file

@ -30,8 +30,12 @@ rec {
propagatedBuildInputs = [a.dbus a.glib a.dbus_glib];
/* doConfigure should be removed if not needed */
phaseNames = ["doConfigure" "doMakeInstall"];
phaseNames = ["fixConfigure" "doConfigure" "doMakeInstall"];
fixConfigure = a.fullDepEntry ''
sed -e 's@-Werror@@' -i configure
'' ["minInit" "doUnpack"];
meta = {
description = "Geolocation framework and some data providers";
maintainers = with a.lib.maintainers;