doc/languages-frameworks/python: adjust expression to explanation
This commit is contained in:
@@ -1494,10 +1494,9 @@ with import <nixpkgs> {};
|
|||||||
|
|
||||||
( let
|
( let
|
||||||
toolz = callPackage /path/to/toolz/release.nix {
|
toolz = callPackage /path/to/toolz/release.nix {
|
||||||
buildPythonPackage = python310
|
buildPythonPackage = python3Packages.buildPythonPackage;
|
||||||
Packages.buildPythonPackage;
|
|
||||||
};
|
};
|
||||||
in python310.withPackages (ps: [
|
in python3.withPackages (ps: [
|
||||||
ps.numpy
|
ps.numpy
|
||||||
toolz
|
toolz
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user