12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 hash = "sha256-Om7v8eTlYxXQYf1MG+L0I5ICQ2LS7onouhPGosuK8NM=";
23 nativeBuildInputs = [ pkg-config ];
24 buildInputs = [ ffmpeg freeimage fftwFloat chafa glib ];
27 "MAN_DIR=${placeholder "out"}/share/man"
28 "PREFIX=${placeholder "out"}"
32 description = "Command-line music player for Linux";
33 homepage = "https://github.com/ravachol/kew";
34 platforms = platforms.linux;
35 license = licenses.gpl2Only;
36 maintainers = with maintainers; [ demine ];