From d8d8f9390a623f88c548aa8dd9b2c3c50e817d57 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 30 Sep 2020 09:52:41 +1000 Subject: [PATCH] delly: 0.8.2 -> 0.8.5 --- .../science/biology/delly/default.nix | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/pkgs/applications/science/biology/delly/default.nix b/pkgs/applications/science/biology/delly/default.nix index a6c45f8aa44..6acdc53544c 100644 --- a/pkgs/applications/science/biology/delly/default.nix +++ b/pkgs/applications/science/biology/delly/default.nix @@ -1,25 +1,16 @@ { stdenv, fetchpatch, fetchFromGitHub, htslib, zlib, bzip2, lzma, ncurses, boost }: -let - htslibPatch = fetchpatch { - url = "https://github.com/dellytools/delly/commit/0e5c710b0c5ea790bb39699d4cbd49cf4fb86f14.diff"; - sha256 = "09bz1qqvzhdzm99hf9zgrv80kq9jlr1m2mdvx96p2hk5lpnbdl7y"; - excludes = [ "src/htslib" ]; - }; - -in stdenv.mkDerivation rec { +stdenv.mkDerivation rec { pname = "delly"; - version = "0.8.2"; + version = "0.8.5"; src = fetchFromGitHub { owner = "dellytools"; repo = pname; rev = "v${version}"; - sha256 = "14bkmixz7737xj192ww96s3a20zc7xs7r04db8avw3ggi3i1s1cs"; + sha256 = "1af1y20hd8x2yvix0gjvx038w7chf4fiyr68ny5yvrx5b2gw0vbq"; }; - patches = [ htslibPatch ]; - buildInputs = [ zlib htslib bzip2 lzma ncurses boost ]; EBROOTHTSLIB = htslib; @@ -34,7 +25,7 @@ in stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Structural variant caller for mapped DNA sequenced data"; - license = licenses.gpl3; + license = licenses.bsd3; maintainers = with maintainers; [ scalavision ]; platforms = platforms.linux; longDescription = ''