aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/mutect.nix2
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;
}