mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03: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