From f54046d05135e49cf2ca3e01d8d113e2a93705c0 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Thu, 10 Jan 2019 11:16:08 +1100 Subject: mutect: remove superfluous import --- tools/mutect.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3