yacas: no format hardening

This commit is contained in:
Robin Gloster 2016-02-07 22:51:21 +00:00
parent 7c206e8c4c
commit 5808bfb977

View File

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "1dmafm3w0lm5w211nwkfzaid1rvvmgskz7k4500pjhgdczi5sd78"; sha256 = "1dmafm3w0lm5w211nwkfzaid1rvvmgskz7k4500pjhgdczi5sd78";
}; };
hardening_format = false;
# Perl is only for the documentation # Perl is only for the documentation
nativeBuildInputs = [ perl ]; nativeBuildInputs = [ perl ];
@ -32,7 +34,7 @@ stdenv.mkDerivation rec {
''; '';
}; };
meta = { meta = {
description = "Easy to use, general purpose Computer Algebra System"; description = "Easy to use, general purpose Computer Algebra System";
homepage = http://yacas.sourceforge.net/; homepage = http://yacas.sourceforge.net/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;