8 hash = "sha256-8eystqjNdDP2X9beogRcsa+Wqu50uMHZv59jdc5GjUc=";
10 python3Packages.buildPythonApplication {
11 inherit pname version;
13 pythonPath = with python3Packages; [ eventkit numpy sounddevice pyqt6 pyqt6-sip pyqtgraph ];
15 dontUseSetuptoolsCheck = true;
18 inherit pname version hash;
22 homepage = "https://github.com/erdewit/HiFiScan";
23 description = "Optimize the audio quality of your loudspeakers";
24 license = licenses.bsd2;
25 maintainers = with maintainers; [ cab404 ];
26 mainProgram = "hifiscan";