feedgnuplot: fix build

feedgnuplot has no devdoc.
This commit is contained in:
Mitsuhiro Nakamura 2018-08-19 23:34:30 +09:00
parent 1a08bcf198
commit 9e2755b7b3

View file

@ -19,6 +19,8 @@ buildPerlPackage rec {
sha256 = "1bjnx36rsxlj845w9apvdjpza8vd9rbs3dlmgvky6yznrwa6sm02";
};
outputs = [ "out" ];
nativeBuildInputs = [ makeWrapper gawk ];
buildInputs = [ gnuplot perl ]