10 stdenv.mkDerivation rec {
14 src = fetchFromGitLab {
17 rev = "refs/tags/${version}";
18 hash = "sha256-kvI3m2FIPscU/a3GEH+O3yx5TgdNHdYP6OW3/mI2roM=";
31 "prefix=${placeholder "out"}"
35 for f in $out/bin/parallel-* ; do
36 sed -i 's|parallel |${parallel}/bin/parallel |' $f
41 description = "Genomic sequence aligner";
42 homepage = "https://gitlab.com/mcfrith/last";
43 license = licenses.gpl3Plus;
44 maintainers = with maintainers; [ jbedo ];
45 platforms = platforms.x86_64;