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:
parent
ac94ac33d2
commit
b9fcc355c1
|
@ -282,7 +282,7 @@ rec {
|
|||
sha256 = "1h62mwy4iz09jqz17nrb9j8y0djd500zdfqwrz9xmdwqzqwixkj2";
|
||||
};
|
||||
|
||||
buildInputs = [ clientform ];
|
||||
propagatedBuildInputs = [ clientform ];
|
||||
|
||||
meta = {
|
||||
description = "Stateful programmatic web browsing in Python";
|
||||
|
|
Loading…
Reference in New Issue