mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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:
parent
c882314075
commit
1505633e2f
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user