From b9293b6c20d2a7673f9fb09699d23c89962ab7fd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Apr 2011 15:48:58 +0000 Subject: * `patch' on FreeBSD doesn't like paths with // in them. svn path=/nixpkgs/branches/modular-python/; revision=26682 --- pkgs/development/interpreters/python/2.7/nix-store-mtime.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/development/interpreters/python') diff --git a/pkgs/development/interpreters/python/2.7/nix-store-mtime.patch b/pkgs/development/interpreters/python/2.7/nix-store-mtime.patch index 044a96e3a8a3..83f3fea1931b 100644 --- a/pkgs/development/interpreters/python/2.7/nix-store-mtime.patch +++ b/pkgs/development/interpreters/python/2.7/nix-store-mtime.patch @@ -1,6 +1,6 @@ -diff -ru -x '*~' Python-2.7.1-orig//Python/import.c Python-2.7.1//Python/import.c ---- Python-2.7.1-orig//Python/import.c 2010-05-20 20:37:55.000000000 +0200 -+++ Python-2.7.1//Python/import.c 2011-01-04 15:55:11.000000000 +0100 +diff -ru -x '*~' Python-2.7.1-orig/Python/import.c Python-2.7.1/Python/import.c +--- Python-2.7.1-orig/Python/import.c 2010-05-20 20:37:55.000000000 +0200 ++++ Python-2.7.1/Python/import.c 2011-01-04 15:55:11.000000000 +0100 @@ -751,7 +751,7 @@ return NULL; } -- cgit 1.4.1