20 src = fetchFromGitHub {
24 hash = "sha256-JAWDk7mGkPtQ5yaA6UT9hlAy770MHrTBhBP9G8UqFKg=";
25 fetchSubmodules = true;
31 (python3.withPackages (
51 (lib.cmakeBool "USE_SYSTEM_CATCH2" true)
57 export-square-wave = callPackage ./test-export-square-wave { };
58 sfxr-qt-starts = nixosTests.sfxr-qt;
62 homepage = "https://github.com/agateau/sfxr-qt";
63 description = "Sound effect generator, QtQuick port of sfxr";
64 mainProgram = "sfxr-qt";
65 license = licenses.gpl2;
66 maintainers = with maintainers; [ fgaz ];
67 platforms = platforms.linux;