Author: simons
Date: Thu May  5 14:41:08 2011
New Revision: 27163
URL: https://svn.nixos.org/websvn/nix/?rev=27163&sc=1

Log:
pkgs/development/interpreters/python/2.7/default.nix: strip trailing whitespace

Modified:
   nixpkgs/trunk/pkgs/development/interpreters/python/2.7/default.nix

Modified: nixpkgs/trunk/pkgs/development/interpreters/python/2.7/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/interpreters/python/2.7/default.nix  Thu May 
 5 14:41:02 2011        (r27162)
+++ nixpkgs/trunk/pkgs/development/interpreters/python/2.7/default.nix  Thu May 
 5 14:41:08 2011        (r27163)
@@ -18,7 +18,7 @@
     url = 
"http://www.python.org/ftp/python/${version}/Python-${version}.tar.bz2";;
     sha256 = "14i2c7yqa7ljmx2i2bb827n61q33zn23ax96czi8rbkyyny8gqw0";
   };
-  
+
   patches =
     [ # Look in C_INCLUDE_PATH and LIBRARY_PATH for stuff.
       ./search-path.patch
@@ -36,12 +36,12 @@
     ++ optional zlibSupport zlib
     ++ optionals stdenv.isDarwin [ darwinArchUtility darwinSwVersUtility ];
 
-    
+
   # Build the basic Python interpreter without modules that have
   # external dependencies.
   python = stdenv.mkDerivation {
     name = "python-${version}";
-    
+
     inherit majorVersion version src patches buildInputs;
 
     C_INCLUDE_PATH = concatStringsSep ":" (map (p: "${p}/include") 
buildInputs);
@@ -181,5 +181,5 @@
     };
 
   };
-  
+
 in python // { inherit modules; }
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to