18 stdenv.mkDerivation rec {
19 pname = "tonelib-noisereducer";
23 url = "https://tonelib.net/download/221222/ToneLib-NoiseReducer-amd64.deb";
24 sha256 = "sha256-27JuFVmamIUUKRrpjlsE0E6x+5X9RutNGPiDf5dxitI=";
27 nativeBuildInputs = [ autoPatchelfHook dpkg ];
35 ] ++ runtimeDependencies;
37 runtimeDependencies = map lib.getLib [
46 unpackCmd = "dpkg -x $curSrc source";
53 description = "ToneLib NoiseReducer – two-unit noise reduction rack effect plugin";
54 homepage = "https://tonelib.net/tl-noisereducer.html";
55 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
56 license = licenses.unfree;
57 maintainers = with maintainers; [ orivej ];
58 platforms = [ "x86_64-linux" ];
59 mainProgram = "ToneLib-NoiseReducer";