3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #44403 from dotlambda/bashplotlib-python3

bashplotlib: use python3Packages
This commit is contained in:
Jörg Thalheim 2018-08-03 23:54:22 +01:00 committed by GitHub
commit 44e4dbf9ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ stdenv, pythonPackages, fetchFromGitHub }:
{ stdenv, python3Packages, fetchFromGitHub }:
pythonPackages.buildPythonApplication rec {
pname = "bashplotlib-${version}";
python3Packages.buildPythonApplication rec {
pname = "bashplotlib";
version = "2017-10-11";
src = fetchFromGitHub {