mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
almonds: use python3
This commit is contained in:
parent
a6c7132abc
commit
ae3bbf2958
@ -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";
|
||||
|
@ -20461,7 +20461,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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user