25 stdenv.mkDerivation rec {
29 src = fetchFromGitHub {
33 hash = "sha256-lib2rPUTKudzbZQIGZxxxzvWNlbLkLdWtb9h7+C05QE=";
36 cargoDeps = rustPlatform.fetchCargoVendor {
37 inherit pname version src;
38 hash = "sha256-59mxTtXQaGiHHbS4vOtwm5py/1BWwaSf+CBdKEtUpno=";
48 rustPlatform.cargoSetupHook
56 gst_all_1.gst-plugins-base
57 gst_all_1.gst-plugins-good
58 gst_all_1.gst-plugins-bad
68 updateScript = nix-update-script { };
72 description = "Identify any songs in seconds";
73 mainProgram = "mousai";
74 homepage = "https://github.com/SeaDve/Mousai";
75 license = licenses.gpl3Plus;
76 maintainers = with maintainers; [ dotlambda ] ++ lib.teams.gnome-circle.members;
77 platforms = platforms.linux;