strelka: 2.9.5 -> 2.9.10
This commit is contained in:
parent
348489c685
commit
1be8ba08d3
|
@ -2,16 +2,17 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "strelka-${version}";
|
name = "strelka-${version}";
|
||||||
version = "2.9.5";
|
version = "2.9.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Illumina";
|
owner = "Illumina";
|
||||||
repo = "strelka";
|
repo = "strelka";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0x4a6nkx1jnyag9svghsdjz1fz6q7qx5pn77wphdfnk81f9yspf8";
|
sha256 = "1nykbmim1124xh22nrhrsn8xgjb3s2y7akrdapn9sl1gdych4ppf";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake zlib python2 ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
buildInputs = [ zlib python2 ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -i 's|/usr/bin/env python|${python2}/bin/python|' src/python/lib/makeRunScript.py
|
sed -i 's|/usr/bin/env python|${python2}/bin/python|' src/python/lib/makeRunScript.py
|
||||||
|
|
Loading…
Reference in New Issue