minia: Wrong path to licenses attribute

This commit is contained in:
Tyson Whitehead
2019-03-15 10:57:52 -04:00
parent 5dac1b30ad
commit 4337c7bae2

View File

@@ -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;
}; };
} }