{ stdenv , slurm , garlicTools }: { nextStage , cpuBind , nixPrefix , srunOptions ? "" }: with garlicTools; stdenv.mkDerivation rec { name = "srun"; phases = [ "installPhase" ]; preferLocalBuild = true; dontPatchShebangs = true; installPhase = '' cat > $out <