minia: Wrong path to licenses attribute
This commit is contained in:
@@ -17,9 +17,9 @@ stdenv.mkDerivation rec {
|
|||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.licenses; {
|
meta = with stdenv.lib; {
|
||||||
description = "A short-read assembler based on a de Bruijn graph, capable of assembling a human genome on a desktop computer in a day.";
|
description = "A short-read assembler based on a de Bruijn graph, capable of assembling a human genome on a desktop computer in a day.";
|
||||||
homepage = https://github.com/GATB/minia;
|
homepage = https://github.com/GATB/minia;
|
||||||
license = gpl3;
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user