···13131414 # this is the bare minimum configuration, as I'm only interested in MP4Box
1515 # For most other functionality, this should probably be extended
1616- nativeBuildInputs = [ pkgconfig zlib ];
1616+ nativeBuildInputs = [ pkgconfig ];
17171818- meta = {
1818+ buildInputs = [ zlib ];
1919+2020+ enableParallelBuilding = true;
2121+2222+ meta = with stdenv.lib; {
1923 description = "Open Source multimedia framework for research and academic purposes";
2024 longDescription = ''
2125 GPAC is an Open Source multimedia framework for research and academic purposes.
···3034 And some server tools included in MP4Box and MP42TS applications.
3135 '';
3236 homepage = https://gpac.wp.imt.fr;
3333- license = stdenv.lib.licenses.lgpl21;
3434-3535- maintainers = [
3636- stdenv.lib.maintainers.bluescreen303
3737- stdenv.lib.maintainers.mgdelacroix
3838- ];
3939- platforms = stdenv.lib.platforms.linux;
3737+ license = licenses.lgpl21;
3838+ maintainers = with maintainers; [ bluescreen303 mgdelacroix ];
3939+ platforms = platforms.linux;
4040 };
4141}