24 stdenv.mkDerivation rec {
28 src = fetchFromGitHub {
31 rev = "refs/tags/${version}";
32 hash = "sha256-f70IHA8LqIlkMRwJqSmszx3keStSx50nKcEWLGEjc3g=";
35 cedSrc = fetchFromGitHub {
37 repo = "compact_enc_det";
38 rev = "9ca1351fe0b1e85992a407b0fc54a63e9b3adc6e";
39 hash = "sha256-ztfeblR4YnB5+lb+rwOQJjogl+C9vtPH9IVnYO7oxec=";
43 ./performous-cmake.patch
44 ./performous-fftw.patch
49 cp -R ${cedSrc}/* ced-src
51 substituteInPlace data/CMakeLists.txt \
52 --replace "/usr" "$out"
80 description = "Karaoke, band and dancing game";
81 mainProgram = "performous";
82 homepage = "https://performous.org/";
83 license = licenses.gpl2Plus;
84 maintainers = with maintainers; [ wegank ];
85 platforms = platforms.linux;