Merge pull request #85579 from siriobalmelli-foss/fix/howdoi
This commit is contained in:
commit
216237e349
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
|||
, requests-cache
|
||||
, pygments
|
||||
, pyquery
|
||||
, cachelib
|
||||
, appdirs
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -16,7 +18,7 @@ buildPythonPackage rec {
|
|||
sha256 = "3b322668606d29d8a841c3b28c0574851f512b55c33a7ceb982b6a98d82fa3e3";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six requests-cache pygments pyquery ];
|
||||
propagatedBuildInputs = [ six requests-cache pygments pyquery cachelib appdirs ];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
|
|
Loading…
Reference in a new issue