python.tests.tkinter: init

This commit is contained in:
Doron Behar
2023-08-19 14:00:56 +03:00
parent 9535d51d21
commit ca499f6965
2 changed files with 21 additions and 0 deletions
@@ -114,6 +114,10 @@ let
nix-pythonprefix-mypy = callPackage ./tests/test_nix_pythonprefix {
interpreter = python;
};
# Make sure tkinter is importable. See https://github.com/NixOS/nixpkgs/issues/238990
tkinter = callPackage ./tests/test_tkinter {
interpreter = python;
};
}
);