yoda: fix build after #28029

This commit is contained in:
Orivej Desh 2018-05-29 15:22:48 +00:00
parent f303ee29cc
commit 842f1af65e
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
done
'';
hardeningDisable = [ "format" ];
meta = {
description = "Provides small set of data analysis (specifically histogramming) classes";
license = stdenv.lib.licenses.gpl2;