almonds: use python3

This commit is contained in:
Robert Schütz
2018-08-03 18:04:46 +02:00
parent a6c7132abc
commit ae3bbf2958
2 changed files with 4 additions and 6 deletions
@@ -1,11 +1,9 @@
{ stdenv, buildPythonApplication, fetchFromGitHub, ncurses, pillow, pytest }:
{ stdenv, python3, fetchFromGitHub, ncurses }:
let
with python3.pkgs; buildPythonApplication rec {
pname = "almonds";
version = "1.25b";
in
buildPythonApplication {
name = "almonds-${version}";
src = fetchFromGitHub {
owner = "Tenchi2xh";
repo = "Almonds";