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";
|
sha256 = "1h62mwy4iz09jqz17nrb9j8y0djd500zdfqwrz9xmdwqzqwixkj2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ clientform ];
|
propagatedBuildInputs = [ clientform ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Stateful programmatic web browsing in Python";
|
description = "Stateful programmatic web browsing in Python";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user