summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-12 20:06:43 +0100
committerPeter Simons <simons@cryp.to>2015-02-13 10:37:46 +0100
commit27b57469e812d4afad8a62f07ab25b94cb02757a (patch)
tree40bda8edcea77b17c0ac4dade2e1db0e4848e1e9 /pkgs/development/python-modules
parent6c3e44c040d48a09da3cf1358da7a9880f0fe849 (diff)
downloadnixlib-27b57469e812d4afad8a62f07ab25b94cb02757a.tar
nixlib-27b57469e812d4afad8a62f07ab25b94cb02757a.tar.gz
nixlib-27b57469e812d4afad8a62f07ab25b94cb02757a.tar.bz2
nixlib-27b57469e812d4afad8a62f07ab25b94cb02757a.tar.lz
nixlib-27b57469e812d4afad8a62f07ab25b94cb02757a.tar.xz
nixlib-27b57469e812d4afad8a62f07ab25b94cb02757a.tar.zst
nixlib-27b57469e812d4afad8a62f07ab25b94cb02757a.zip
python-generic: cosmetic
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/generic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/generic/default.nix b/pkgs/development/python-modules/generic/default.nix
index 7139f449969a..f1bb496ac007 100644
--- a/pkgs/development/python-modules/generic/default.nix
+++ b/pkgs/development/python-modules/generic/default.nix
@@ -118,7 +118,7 @@ python.stdenv.mkDerivation (attrs // {
     # work as expected
 
     # --old-and-unmanagable:
-    # instruct setuptools not to use eggs but fallback to plan package install 
+    # instruct setuptools not to use eggs but fallback to plan package install
     # this also reduces one .pth file in the chain, but the main reason is to
     # force install process to install only scripts for the package we are
     # installing (otherwise it will install scripts also for dependencies)