Merge pull request #44411 from dotlambda/almonds-python3

almonds: use python3
This commit is contained in:
Silvan Mosberger 2018-08-03 19:33:12 +02:00 committed by GitHub
commit f061271938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View file

@ -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";

View file

@ -20466,7 +20466,7 @@ with pkgs;
### SCIENCE/MATH
almonds = pythonPackages.callPackage ../applications/science/math/almonds { };
almonds = callPackage ../applications/science/math/almonds { };
arpack = callPackage ../development/libraries/science/math/arpack { };