yoda: fix build after #28029
This commit is contained in:
parent
f303ee29cc
commit
842f1af65e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue