Now Passing

This commit is contained in:
2023-05-23 13:15:36 -04:00
parent dcea1444c3
commit 175d46bdd9
14 changed files with 132 additions and 398 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, fetchFromGitHub
, cmake, gfortran, python, pkgconfig
, cmake, gfortran, python38, pkg-config
, openmpi, netcdf, boost }:
stdenv.mkDerivation rec {
@@ -55,8 +55,8 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
python
pkgconfig
python38
pkg-config
];
buildInputs = [