3
0
Fork 0
forked from mirrors/nixpkgs

geoclue: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-11 00:30:51 +00:00
parent fbe6858cd3
commit e00052b334

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [dbus glib dbus_glib];
hardening_format = false;
preConfigure = ''
sed -e '/-Werror/d' -i configure
'';