kallisto: Add updateScript (#333998)

authored by

Colin and committed by
GitHub
26cf0447 078b7434

+3 -1
+3 -1
pkgs/applications/science/biology/kallisto/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, autoconf, cmake, hdf5, zlib }: 1 + { lib, stdenv, fetchFromGitHub, autoconf, cmake, hdf5, zlib, nix-update-script }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "kallisto"; ··· 19 19 20 20 # Parallel build fails in some cases: https://github.com/pachterlab/kallisto/issues/160 21 21 enableParallelBuilding = false; 22 + 23 + passthru.updateScript = nix-update-script { }; 22 24 23 25 meta = with lib; { 24 26 description = "Program for quantifying abundances of transcripts from RNA-Seq data";