qalculate-gtk: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 16:16:52 +00:00
parent 147d861d92
commit c572cc5159

View file

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0b986x5yny9vrzgxlbyg80b23mxylxv2zz8ppd9svhva6vi8xsm4";
};
hardening_format = false;
nativeBuildInputs = [ intltool pkgconfig ];
buildInputs = [ libqalculate gtk gnome2.libglade gnome2.libgnome gnome2.scrollkeeper ];