Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
wikicurses: fix build
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ma27 committed Mar 13, 2020
1 parent c882314 commit 1505633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/misc/wikicurses/default.nix
Expand Up @@ -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/;
Expand Down

0 comments on commit 1505633

Please sign in to comment.