1 { lib, stdenv, fetchFromGitHub, xorg, cairo, lv2, pkg-config }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-9I4DPRl6i/VL8Etw3qLGZkP45BGsbxFxNOvRy3B3I+M=";
14 nativeBuildInputs = [ pkg-config ];
19 installFlags = [ "PREFIX=$(out)" ];
22 homepage = "https://github.com/sjaehn/BShapr";
23 description = "Beat / envelope shaper LV2 plugin";
24 maintainers = [ maintainers.magnetophon ];
25 platforms = platforms.linux;
26 license = licenses.gpl3;