1 { lib, stdenv, fetchFromGitHub, xorg, cairo, lv2, pkg-config }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-5DvVkTz79CLvZMZ3XnI0COIfxnhERDSvzbVoJAcqNRI=";
14 nativeBuildInputs = [ pkg-config ];
19 installFlags = [ "PREFIX=$(out)" ];
22 homepage = "https://github.com/sjaehn/BSlizr";
23 description = "Sequenced audio slicing effect LV2 plugin (step sequencer effect)";
24 maintainers = [ maintainers.magnetophon ];
25 platforms = platforms.linux;
26 license = licenses.gpl3;