19 stdenv.mkDerivation rec {
20 pname = "tonelib-zoom";
24 url = "https://www.tonelib.net/download/0129/ToneLib-Zoom-amd64.deb";
25 sha256 = "sha256-4q2vM0/q7o/FracnO2xxnr27opqfVQoN7fsqTD9Tr/c=";
34 (lib.getLib stdenv.cc.cc)
39 ] ++ runtimeDependencies;
41 runtimeDependencies = map lib.getLib [
50 unpackCmd = "dpkg -x $curSrc source";
54 substituteInPlace $out/share/applications/ToneLib-Zoom.desktop --replace /usr/ $out/
58 description = "ToneLib Zoom – change and save all the settings in your Zoom(r) guitar pedal";
59 homepage = "https://tonelib.net/";
60 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
61 license = licenses.unfree;
62 maintainers = with maintainers; [ dan4ik605743 ];
63 platforms = [ "x86_64-linux" ];
64 mainProgram = "ToneLib-Zoom";