mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
doc/languages-frameworks/python: adjust expression to explanation
This commit is contained in:
parent
ef61a6339c
commit
b6bf10bf70
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue