Skip to content

Commit 26cf044

Browse files
authored
kallisto: Add updateScript (#333998)
2 parents 078b743 + 0d1057a commit 26cf044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/applications/science/biology/kallisto/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ lib, stdenv, fetchFromGitHub, autoconf, cmake, hdf5, zlib }:
1+
{ lib, stdenv, fetchFromGitHub, autoconf, cmake, hdf5, zlib, nix-update-script }:
22

33
stdenv.mkDerivation rec {
44
pname = "kallisto";
@@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
2020
# Parallel build fails in some cases: https://github.com/pachterlab/kallisto/issues/160
2121
enableParallelBuilding = false;
2222

23+
passthru.updateScript = nix-update-script { };
24+
2325
meta = with lib; {
2426
description = "Program for quantifying abundances of transcripts from RNA-Seq data";
2527
mainProgram = "kallisto";

0 commit comments

Comments
 (0)