22 hash = "sha256-QQg1UUuhCAmAPLmIfUJw85K1nq82WRW7lFFq8/ix0Dc=";
26 substituteInPlace soundcard/pulseaudio.py \
27 --replace "'pulse'" "'${libpulseaudio}/lib/libpulse.so'"
30 build-system = [ setuptools ];
37 # doesn't work because there are not many soundcards in the
38 # sandbox. See VM-test
39 # pythonImportsCheck = [ "soundcard" ];
41 passthru.tests.vm-with-soundcard = testers.runNixOSTest ./test.nix;
44 description = "Pure-Python Real-Time Audio Library";
45 homepage = "https://github.com/bastibe/SoundCard";
46 changelog = "https://github.com/bastibe/SoundCard/blob/${version}/README.rst#changelog";
47 license = lib.licenses.bsd3;
48 maintainers = with lib.maintainers; [ matthiasdotsh ];