···33 # Add missing include cstdint. Upstream does not accept PR. Issue opened at
34 # https://github.com/Illumina/DRAGMAP/issues/63
35 ./cstdint.patch
000036 ];
3738 env = {
···53 # Tests are launched by default from makefile
54 doCheck = false;
5556- meta = with lib; {
57 description = "Open Source version of Dragen mapper for genomics";
58 mainProgram = "dragen-os";
59 longDescription = ''
···61 which the Illumina team created to procude the same results as their
62 proprietary DRAGEN hardware.
63 '';
64- license = licenses.gpl3;
65- platforms = platforms.unix;
66- maintainers = with maintainers; [ apraga ];
0067 };
68})
···33 # Add missing include cstdint. Upstream does not accept PR. Issue opened at
34 # https://github.com/Illumina/DRAGMAP/issues/63
35 ./cstdint.patch
36+37+ # Missing import in Mapper.cpp
38+ # Issue opened upstream https://github.com/Illumina/DRAGMAP/pull/66
39+ ./boost-iterator-range.patch
40 ];
4142 env = {
···57 # Tests are launched by default from makefile
58 doCheck = false;
5960+ meta = {
61 description = "Open Source version of Dragen mapper for genomics";
62 mainProgram = "dragen-os";
63 longDescription = ''
···65 which the Illumina team created to procude the same results as their
66 proprietary DRAGEN hardware.
67 '';
68+ homepage = "https://github.com/Illumina/DRAGMAP";
69+ changelog = "https://github.com/Illumina/DRAGMAP/releases/tag/${finalAttrs.version}";
70+ license = lib.licenses.gpl3;
71+ platforms = [ "x86_64-linux" ];
72+ maintainers = with lib.maintainers; [ apraga ];
73 };
74})