10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 hash = "sha256-83Xxj1CQsghbAsQ/3GKIYCz9lBNEBvLlx1iOKbszn8A=";
21 nativeBuildInputs = [ cmake ];
28 "-DLANGUAGE_FILE_ISO_639_2=${isocodes}/share/iso-codes/json/iso_639-2.json"
32 homepage = "https://github.com/Martchus/tagparser";
33 description = "C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags";
34 license = licenses.gpl2;
35 maintainers = [ maintainers.matthiasbeyer ];