Merge pull request #45338 from mnacamura/feedgnuplot

feedgnuplot: fix build

authored by

Jörg Thalheim and committed by
GitHub
690ffb0a 996d76ab

+2
+2
pkgs/tools/graphics/feedgnuplot/default.nix
··· 19 19 sha256 = "1bjnx36rsxlj845w9apvdjpza8vd9rbs3dlmgvky6yznrwa6sm02"; 20 20 }; 21 21 22 + outputs = [ "out" ]; 23 + 22 24 nativeBuildInputs = [ makeWrapper gawk ]; 23 25 24 26 buildInputs = [ gnuplot perl ]