wikicurses: fix build

The package doesn't have a testsuite, but fails as the checkPhase is
missing appropriate locale configuration (usually taken from
`pkgs.glibcLocales`). Entirely disabling the `checkPhase` for now as
it's basically a no-op.

ZHF: #80379
See also https://hydra.nixos.org/build/114125176
This commit is contained in:
Maximilian Bosch 2020-03-13 20:44:00 +01:00
parent c882314075
commit 1505633e2f
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

@ -13,6 +13,8 @@ pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [ urwid beautifulsoup4 lxml ];
doCheck = false;
meta = {
description = "A simple curses interface for MediaWiki sites such as Wikipedia";
homepage = https://github.com/ids1024/wikicurses/;