summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAnders Riutta <ariutta@users.noreply.github.com>2019-10-14 01:54:01 -0700
committerJörg Thalheim <Mic92@users.noreply.github.com>2019-10-14 09:54:01 +0100
commit1f7b1cf5813fc7cb75dbe438b9aa35a3000bfca9 (patch)
treec9ef3822b9d9386e32add5cb9b08a9c23cf389c9 /doc
parent0f3d1c1bc84ad595388cc9e09e653f13b7d907ea (diff)
downloadnixpkgs-1f7b1cf5813fc7cb75dbe438b9aa35a3000bfca9.tar
nixpkgs-1f7b1cf5813fc7cb75dbe438b9aa35a3000bfca9.tar.gz
nixpkgs-1f7b1cf5813fc7cb75dbe438b9aa35a3000bfca9.tar.bz2
nixpkgs-1f7b1cf5813fc7cb75dbe438b9aa35a3000bfca9.tar.lz
nixpkgs-1f7b1cf5813fc7cb75dbe438b9aa35a3000bfca9.tar.xz
nixpkgs-1f7b1cf5813fc7cb75dbe438b9aa35a3000bfca9.tar.zst
nixpkgs-1f7b1cf5813fc7cb75dbe438b9aa35a3000bfca9.zip
doc/python: clarify python nix tooling efforts
@garbas and @seppeljordan, are these updates correct?

I removed `offlinehacker/pypi2nix` as an unmaintained ancestor of the current repo `nix-community/pypi2nix`. It appears @garbas forked `offlinehacker/pypi2nix` to `garbas/pypi2nix` and then handed off maintainership to @seppeljordan, transferring the repo to `nix-community/pypi2nix`.
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.section.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 88dc42ebc6c..4b18a9139d8 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -850,9 +850,8 @@ Note: There is a boolean value `lib.inNixShell` set to `true` if nix-shell is in
 Packages inside nixpkgs are written by hand. However many tools exist in
 community to help save time. No tool is preferred at the moment.
 
-- [python2nix](https://github.com/proger/python2nix) by Vladimir Kirillov
-- [pypi2nix](https://github.com/garbas/pypi2nix) by Rok Garbas
-- [pypi2nix](https://github.com/offlinehacker/pypi2nix) by Jaka Hudoklin
+- [pypi2nix](https://github.com/nix-community/pypi2nix): Generate Nix expressions for your Python project. Note that [sharing derivations from pypi2nix with nixpkgs is possible but not encouraged](https://github.com/nix-community/pypi2nix/issues/222#issuecomment-443497376).
+- [python2nix](https://github.com/proger/python2nix) by Vladimir Kirillov.
 
 ### Deterministic builds