howdoi: cachelib and appdirs dependencies _also_ needed for Linux.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
This commit is contained in:
parent
0e48a68559
commit
85501cae5e
@ -1,5 +1,4 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, six
|
, six
|
||||||
@ -19,8 +18,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "3b322668606d29d8a841c3b28c0574851f512b55c33a7ceb982b6a98d82fa3e3";
|
sha256 = "3b322668606d29d8a841c3b28c0574851f512b55c33a7ceb982b6a98d82fa3e3";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six requests-cache pygments pyquery ]
|
propagatedBuildInputs = [ six requests-cache pygments pyquery cachelib appdirs ];
|
||||||
++ lib.optionals stdenv.isDarwin [ cachelib appdirs ];
|
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
export HOME=$(mktemp -d)
|
export HOME=$(mktemp -d)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user