diff options
author | Justin Bedo <cu@cua0.org> | 2019-01-10 11:16:08 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-01-10 11:16:08 +1100 |
commit | f54046d05135e49cf2ca3e01d8d113e2a93705c0 (patch) | |
tree | 4086d0c1d62c2854962f378c200e8ece1d47862f | |
parent | c6ea8db2830f99195cc74bc3e59992324a8c0480 (diff) |
mutect: remove superfluous import
-rw-r--r-- | tools/mutect.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mutect.nix b/tools/mutect.nix index 59aff0a..54a9fac 100644 --- a/tools/mutect.nix +++ b/tools/mutect.nix @@ -3,6 +3,6 @@ with bionix; { - app = pkgs.callPackage ./mutect-app.nix {inherit (pkgs) stdenv fetchurl makeWrapper unzip fetchFromGitHub;}; + app = pkgs.callPackage ./mutect-app.nix {}; call = callBionixE ./mutect-call.nix; } |