Merge pull request #27976 from Infinisil/fix-python-doc

docs: fix error in nix expression
This commit is contained in:
Daiderd Jordan 2017-08-06 10:59:37 +02:00 committed by GitHub
commit 4cd46c1fe6
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ other packages we like to have in the environment, all specified with `propagate
Indeed, we can just add any package we like to have in our environment to `propagatedBuildInputs`. Indeed, we can just add any package we like to have in our environment to `propagatedBuildInputs`.
```nix ```nix
with import <nixpkgs>; with import <nixpkgs> {};
with pkgs.python35Packages; with pkgs.python35Packages;
buildPythonPackage rec { buildPythonPackage rec {