1 { mkDerivation, lib, fetchFromGitHub, alsa-lib, pkg-config, qtbase, qtscript, qmake
6 version = "unstable-2020-12-09";
8 src = fetchFromGitHub {
11 rev = "287b51d9b90b3e16ae206c0c4292599619f7b159";
12 sha256 = "AhoP+Ok78Vk8Aee/RP572hJeM8O7v2ZTvFalOZZqRy8=";
15 nativeBuildInputs = [ pkg-config qmake ];
16 buildInputs = [ alsa-lib qtbase qtscript ];
18 qmakeFlags = [ "PREFIX=/" ];
20 installFlags = [ "INSTALL_ROOT=$(out)" ];
23 description = "Graphical open-source sequencer";
24 mainProgram = "iannix";
25 homepage = "https://www.iannix.org/";
26 license = licenses.lgpl3;
27 platforms = platforms.linux;
28 maintainers = with maintainers; [ freezeboy ];