mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
geoclue: turn off format hardening
This commit is contained in:
parent
fbe6858cd3
commit
e00052b334
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [dbus glib dbus_glib];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
preConfigure = ''
|
||||
sed -e '/-Werror/d' -i configure
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user