24 stdenv.mkDerivation rec {
28 src = fetchFromGitHub {
31 rev = "refs/tags/${version}";
32 hash = "sha256-y7kxLht15vULN9NxM0wzj9+7Uq4/3D5j9oBEnrTIwQ8=";
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 homepage = "https://performous.org/";
82 license = licenses.gpl2Plus;
83 maintainers = with maintainers; [ wegank ];
84 platforms = platforms.linux;