Skip to content

Commit

Permalink
kallisto: Add updateScript (#333998)
Browse files Browse the repository at this point in the history
  • Loading branch information
uninsane authored Nov 15, 2024
2 parents 078b743 + 0d1057a commit 26cf044
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/applications/science/biology/kallisto/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoconf, cmake, hdf5, zlib }:
{ lib, stdenv, fetchFromGitHub, autoconf, cmake, hdf5, zlib, nix-update-script }:

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

passthru.updateScript = nix-update-script { };

meta = with lib; {
description = "Program for quantifying abundances of transcripts from RNA-Seq data";
mainProgram = "kallisto";
Expand Down

0 comments on commit 26cf044

Please sign in to comment.