···130 ./remove-bundled-luajit.patch131 ];132000000133 NIX_CFLAGS_COMPILE = "-I${luajit52}/include";134 NIX_CFLAGS_LINK = "-L${luajit52}/lib";135···159 # The Aegisub sources are itself BSD/ISC, but they are linked against GPL'd160 # softwares - so the resulting program will be GPL161 license = licenses.bsd3;162- maintainers = [ maintainers.AndersonTorres ];163 platforms = platforms.unix;164 };165}
···130 ./remove-bundled-luajit.patch131 ];132133+ # error: unknown type name 'NSUInteger'134+ postPatch = ''135+ substituteInPlace src/dialog_colorpicker.cpp \136+ --replace "NSUInteger" "size_t"137+ '';138+139 NIX_CFLAGS_COMPILE = "-I${luajit52}/include";140 NIX_CFLAGS_LINK = "-L${luajit52}/lib";141···153 # The Aegisub sources are itself BSD/ISC, but they are linked against GPL'd154 # softwares - so the resulting program will be GPL155 license = licenses.bsd3;156+ maintainers = with maintainers; [ AndersonTorres wegank ];157 platforms = platforms.unix;158 };159}