lmms: limit platforms

This commit is contained in:
nek0 2019-11-20 10:41:21 +01:00
parent c854a63761
commit 2dbc0dca7c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ mkDerivation rec {
description = "DAW similar to FL Studio (music production software)";
homepage = https://lmms.io;
license = licenses.gpl2Plus;
platforms = platforms.linux;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ goibhniu yegortimoshenko ];
};
}