mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
mutmut: fix tests
eval
Without the change `tests fails the eval as: $ nix build --no-link -f. mutmut.tests error: undefined variable 'testers'
This commit is contained in:
parent
d20560a3ad
commit
2f5baded88
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, python3
|
||||
, testers
|
||||
}:
|
||||
|
||||
let self = with python3.pkgs; buildPythonApplication rec {
|
||||
|
Loading…
Reference in New Issue
Block a user