Trying to fix the python package 'mechanize'. Anything building with 'mechanize' needs 'clientform' too.

svn path=/nixpkgs/trunk/; revision=20791
This commit is contained in:
Lluís Batlle i Rossell 2010-03-23 19:28:48 +00:00
parent ac94ac33d2
commit b9fcc355c1
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ rec {
sha256 = "1h62mwy4iz09jqz17nrb9j8y0djd500zdfqwrz9xmdwqzqwixkj2";
};
buildInputs = [ clientform ];
propagatedBuildInputs = [ clientform ];
meta = {
description = "Stateful programmatic web browsing in Python";