Author: sandervanderburg
Date: Thu Dec 23 13:38:50 2010
New Revision: 25256
URL: https://svn.nixos.org/websvn/nix/?rev=25256&sc=1

Log:
Try to fix evaluation error on Hydra

Modified:
   disnix/examples/viewvc/trunk/top-level/all-packages.nix

Modified: disnix/examples/viewvc/trunk/top-level/all-packages.nix
==============================================================================
--- disnix/examples/viewvc/trunk/top-level/all-packages.nix     Thu Dec 23 
13:31:11 2010        (r25255)
+++ disnix/examples/viewvc/trunk/top-level/all-packages.nix     Thu Dec 23 
13:38:50 2010        (r25256)
@@ -29,7 +29,7 @@
   
   viewvc = import ../pkgs/viewvc {
     inherit stdenv fetchurl enscript gnused python setuptools;
-    inherit (pythonPackages) MySQL_python;
+    inherit (pkgs.pythonPackages) MySQL_python;
     
     subversion = subversion.override {
       pythonBindings = true;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to