bashplotlib: use python3Packages
This commit is contained in:
parent
a6c7132abc
commit
c5fb1d70ca
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, pythonPackages, fetchFromGitHub }:
|
{ stdenv, python3Packages, fetchFromGitHub }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "bashplotlib-${version}";
|
pname = "bashplotlib";
|
||||||
version = "2017-10-11";
|
version = "2017-10-11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user