12 stdenv.mkDerivation rec {
13 pname = "MelMatchEQ.lv2";
16 src = fetchFromGitHub {
20 sha256 = "1s805jgb9msxfq9047s7pxrngizb00w8sm4z94iii80ba65rd20x";
23 nativeBuildInputs = [ pkg-config ];
31 installFlags = [ "INSTALL_DIR=$(out)/lib/lv2" ];
34 homepage = "https://github.com/brummer10/MelMatchEQ.lv2";
35 description = "Profiling EQ using a 26 step Mel Frequency Band";
36 maintainers = with maintainers; [ magnetophon ];
37 license = licenses.gpl2Plus;
38 platforms = platforms.linux;