From 22a4089ffcce07b10a0a21f166bd9791a95e022b Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 26 Sep 2018 14:22:43 +1000 Subject: Fix fastqc --- tools/fastqc-check.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/fastqc-check.nix b/tools/fastqc-check.nix index e13ce2a..1d9993a 100644 --- a/tools/fastqc-check.nix +++ b/tools/fastqc-check.nix @@ -1,6 +1,7 @@ { stdenv , lib -, fastqc +, callPackage +, fastqc ? callPackage ./fastqc-app.nix {} , flags ? null}: with lib; -- cgit v1.2.3