tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
numexpr: Define license
Andreas Herrmann
11 years ago
01e2ed00
1c1747be
+1
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
python-packages.nix
+1
pkgs/top-level/python-packages.nix
reviewed
···
4732
4732
meta = {
4733
4733
description = "Fast numerical array expression evaluator for NumPy";
4734
4734
homepage = "https://github.com/pydata/numexpr";
4735
4735
+
license = licenses.mit;
4735
4736
};
4736
4737
};
4737
4738