aegisub: not supported on aarch64
(requires luajit)
This commit is contained in:
parent
c9cf193f0e
commit
e4623d4e35
@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
|
||||
# but they are linked against GPL'd softwares
|
||||
# - so the resulting program will be GPL
|
||||
maintainers = [ maintainers.AndersonTorres ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user