gromacs: fix formatting

This commit is contained in:
Sandro Jäckel 2021-10-28 16:47:06 +02:00
parent face360c08
commit a3286ac6cb
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

@ -1,8 +1,8 @@
{ lib, stdenv, fetchurl, cmake, hwloc, fftw, perl, blas, lapack, mpi, cudatoolkit,
singlePrec ? true,
enableMpi ? false,
enableCuda ? false,
cpuAcceleration ? null
{ lib, stdenv, fetchurl, cmake, hwloc, fftw, perl, blas, lapack, mpi, cudatoolkit
, singlePrec ? true
, enableMpi ? false
, enableCuda ? false
, cpuAcceleration ? null
}:
let