7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
13 owner = "TaylorSMarks";
16 sha256 = "0jbq641lmb0apq4fy6r2zyag8rdqgrz8c4wvydzrzmxrp6yx6wyd";
21 pythonImportsCheck = [ "playsound" ];
24 homepage = "https://github.com/TaylorSMarks/playsound";
25 description = "Pure Python, cross platform, single function module with no dependencies for playing sounds";
26 license = licenses.mit;
27 platforms = platforms.all;
28 maintainers = with maintainers; [ luc65r ];