17 stdenv.mkDerivation rec {
18 pname = "tonelib-jam";
22 url = "https://tonelib.net/download/221222/ToneLib-Jam-amd64.deb";
23 sha256 = "sha256-c6At2lRPngQPpE7O+VY/Hsfw+QfIb3COIuHfbqqIEuM=";
32 (lib.getLib stdenv.cc.cc)
36 ] ++ runtimeDependencies;
38 runtimeDependencies = map lib.getLib [
47 unpackCmd = "dpkg -x $curSrc source";
51 substituteInPlace $out/share/applications/ToneLib-Jam.desktop --replace /usr/ $out/
55 description = "ToneLib Jam – the learning and practice software for guitar players";
56 homepage = "https://tonelib.net/";
57 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
58 license = licenses.unfree;
59 maintainers = with maintainers; [ dan4ik605743 ];
60 platforms = [ "x86_64-linux" ];
61 mainProgram = "ToneLib-Jam";