Trying to fix geoclue build with fresher GCC
svn path=/nixpkgs/branches/stdenv-updates/; revision=32614
This commit is contained in:
parent
ec05ab990b
commit
c8dc35ac72
|
@ -30,7 +30,11 @@ rec {
|
||||||
propagatedBuildInputs = [a.dbus a.glib a.dbus_glib];
|
propagatedBuildInputs = [a.dbus a.glib a.dbus_glib];
|
||||||
|
|
||||||
/* doConfigure should be removed if not needed */
|
/* 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 = {
|
meta = {
|
||||||
description = "Geolocation framework and some data providers";
|
description = "Geolocation framework and some data providers";
|
||||||
|
|
Loading…
Reference in New Issue