aboutsummaryrefslogtreecommitdiff
path: root/tools/fastp-check.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fastp-check.nix')
-rw-r--r--tools/fastp-check.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fastp-check.nix b/tools/fastp-check.nix
index bd522d8..06f00ae 100644
--- a/tools/fastp-check.nix
+++ b/tools/fastp-check.nix
@@ -16,7 +16,7 @@ let
out =
stage {
name = "fastp";
- buildInputs = [ fastp.app ];
+ buildInputs = [ pkgs.fastp ];
outputs = [ "out" "fastq1" "json" ] ++ (if input2 != null then [ "fastq2" ] else []);
buildCommand = ''
mkdir -p $out