cmdstan: use checkInputs

wip/yesman
Jan Malakhovski 6 years ago
parent 411ef0e0f9
commit 98d487e1fa
  1. 4
      pkgs/development/compilers/cmdstan/default.nix

@ -10,10 +10,10 @@ stdenv.mkDerivation rec {
buildFlags = "build";
enableParallelBuilding = true;
nativeBuildInputs = stdenv.lib.optional doCheck python;
doCheck = true;
checkPhase = "python ./runCmdStanTests.py src/test/interface"; # see #5368
checkInputs = [ python ];
checkPhase = "python ./runCmdStanTests.py src/test/interface"; # see #5368
installPhase = ''
mkdir -p $out/opt $out/bin

Loading…
Cancel
Save