python.pkgs.Nikola: apply patch for broken test
This commit is contained in:
parent
0f2570554c
commit
0f241338c3
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, isPy3k
|
||||
, fetchPypi
|
||||
, fetchpatch
|
||||
, doit
|
||||
, glibcLocales
|
||||
, pytest
|
||||
@ -54,6 +55,11 @@ buildPythonPackage rec {
|
||||
sha256 = "18bq68f9v7xk9ahjl6x4k77yysq5g6g07ng2ndbg35kcsdnw4nk6";
|
||||
};
|
||||
|
||||
patches = fetchpatch {
|
||||
url = https://github.com/getnikola/nikola/commit/d40be74a86af71b5206dc22beb82fcd0d08ea2f6.patch;
|
||||
sha256 = "0disr8bxbfjymwlbm82mxkal3ynnv8zfiqsgfh9fkqhb35bn4l8j";
|
||||
};
|
||||
|
||||
checkPhase = ''
|
||||
LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" py.test .
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user