From dbe0f07b5bc360d2ac5ed307267dcff010121533 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 25 Aug 2003 18:35:21 +0000 Subject: [PATCH] * Don't build the Python bindings for Subversion for now (because I'm too lazy to make a Python package). svn path=/nixpkgs/trunk/; revision=354 --- pkgs/system/system.fix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/system/system.fix b/pkgs/system/system.fix index 876d7117580..37d4e7f6dbd 100644 --- a/pkgs/system/system.fix +++ b/pkgs/system/system.fix @@ -12,7 +12,7 @@ Function( [ ("localServer", True) , ("httpsClient", True) , ("httpServer", True) - , ("pythonBindings", True) + , ("pythonBindings", False) ]), ""))