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,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;
|
||||
|
Loading…
Reference in New Issue
Block a user