Author: chaoflow
Date: Sun Feb 26 17:23:22 2012
New Revision: 32587
URL: https://nixos.org/websvn/nix/?rev=32587&sc=1

Log:
python wrapper comment

Modified:
   
nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python/wrapper.nix

Modified: 
nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python/wrapper.nix
==============================================================================
--- 
nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python/wrapper.nix
    Sun Feb 26 17:23:20 2012        (r32586)
+++ 
nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python/wrapper.nix
    Sun Feb 26 17:23:22 2012        (r32587)
@@ -1,3 +1,6 @@
+# Create a python that knows about additional python packages via
+# PYTHONPATH
+
 {stdenv, python, makeWrapper, extraLibs ? []}:
 
 stdenv.mkDerivation {
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to