Commit e4623d4e authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

aegisub: not supported on aarch64

(requires luajit)
parent c9cf193f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" ];
  };
}