forked from mirrors/nixpkgs
pythonPackages.pelican: fix tests with Pygments 2.1
Broken in 38c83e2916
.
I'll open an upstream PR with this patch as well.
This commit is contained in:
parent
700e4aebdc
commit
d39f16fee6
File diff suppressed because one or more lines are too long
|
@ -14118,6 +14118,8 @@ in modules // {
|
|||
sha256 = "1k572anw39rws67mvxl2w6y93y8w8q5smnwc0dd2gnnr16cc2vsh";
|
||||
};
|
||||
|
||||
patches = [ ../development/python-modules/pelican-fix-tests-with-pygments-2.1.patch ];
|
||||
|
||||
buildInputs = with self; [
|
||||
pkgs.glibcLocales
|
||||
pkgs.pandoc
|
||||
|
|
Loading…
Reference in a new issue