12 buildPythonPackage rec {
13 pname = "termplotlib";
16 src = fetchFromGitHub {
20 sha256 = "1qfrv2w7vb2bbjvd5lqfq57c23iqkry0pwmif1ha3asmz330rja1";
32 pythonImportsCheck = [ "termplotlib" ];
34 propagatedBuildInputs = [ numpy ];
38 src = ./gnuplot-subprocess.patch;
39 gnuplot = "${gnuplot.out}/bin/gnuplot";
43 # The current gnuplot version renders slightly different test
44 # graphs, with emphasis on slightly. The plots are still correct.
45 # Tests pass on gnuplot 5.4.1, but fail on 5.4.2.
52 description = "matplotlib for your terminal";
53 homepage = "https://github.com/nschloe/termplotlib";
54 license = with licenses; [ gpl3Plus ];
55 maintainers = with maintainers; [ thoughtpolice ];