1 { lib, stdenv, fetchFromGitHub , cairomm, cmake, libjack2, libpthreadstubs, libXdmcp, libxshmfence, libsndfile, lv2, ntk, pkg-config }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
8 owner = "openAVproductions";
9 repo = "openAV-ArtyFX";
10 rev = "release-${version}";
11 hash = "sha256-GD9nwXdXSJX5OvAMxEAnngkvRW+E1jrNfWXK122bsTM=";
14 nativeBuildInputs = [ cmake pkg-config ];
15 buildInputs = [ cairomm libjack2 libpthreadstubs libXdmcp libxshmfence libsndfile lv2 ntk ];
18 homepage = "http://openavproductions.com/artyfx/";
19 description = "LV2 plugin bundle of artistic realtime effects";
20 license = licenses.gpl2;
21 maintainers = [ maintainers.magnetophon ];
22 platforms = platforms.linux;
23 # Build uses `-msse` and `-mfpmath=sse`
24 badPlatforms = [ "aarch64-linux" ];