15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 sha256 = "0vlppxfb9zbmffazs1kiyb79py66s8x9hihj36m2vz86zsq7ybl0";
26 nativeBuildInputs = [ pkg-config ];
38 make install PREFIX=$out
42 homepage = "https://github.com/portalmod/lv2bm";
43 description = "Benchmark tool for LV2 plugins";
44 license = licenses.gpl3;
45 maintainers = [ maintainers.magnetophon ];
46 platforms = platforms.linux;
47 mainProgram = "lv2bm";