From 27b57469e812d4afad8a62f07ab25b94cb02757a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 12 Feb 2015 20:06:43 +0100 Subject: [PATCH] python-generic: cosmetic --- pkgs/development/python-modules/generic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)