cmdstan: use checkInputs
This commit is contained in:
parent
411ef0e0f9
commit
98d487e1fa
@ -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…
Reference in New Issue
Block a user