Merge pull request #45338 from mnacamura/feedgnuplot

feedgnuplot: fix build
This commit is contained in:
Jörg Thalheim 2018-08-20 15:42:15 +01:00 committed by GitHub
commit 690ffb0a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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