Merge pull request #287897 from patka-123/python311Packages-sv-ttk

python311Packages.sv-ttk: fix build
This commit is contained in:
Martin Weinelt
2024-02-11 17:48:43 +01:00
committed by GitHub
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, pythonOlder
, tkinter
}:
buildPythonPackage rec {
@@ -20,6 +21,10 @@ buildPythonPackage rec {
# No tests available
doCheck = false;
propagatedBuildInputs = [
tkinter
];
pythonImportsCheck = [
"sv_ttk"
];