Import lib in changed files

This commit is contained in:
2023-05-23 14:28:32 -04:00
parent 016a641c38
commit 8019407c69
19 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, gfortran
{ stdenv, lib, fetchurl, cmake, gfortran
, netcdf, hdf5 }:
stdenv.mkDerivation rec {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake
{ stdenv, lib, fetchFromGitHub, cmake
, openmpi }:
stdenv.mkDerivation rec {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromBitbucket, cmake }:
{ stdenv, lib, fetchFromBitbucket, cmake }:
stdenv.mkDerivation rec {
version = "5.1.0-p4";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromBitbucket, cmake
{ stdenv, lib, fetchFromBitbucket, cmake
, openmpi
, metis }:

View File

@@ -1,4 +1,4 @@
{ stdenv, callPackage, writeText, fetchFromGitHub, python, gfortran
{ stdenv, lib, callPackage, writeText, fetchFromGitHub, python, gfortran
, openmpi, blas, liblapack, hdf5, netcdf, eigen
, sowing, metis, hypre, parmetis, exodus }:

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromBitbucket, ghostscript }:
{ stdenv, lib, fetchFromBitbucket, ghostscript }:
stdenv.mkDerivation rec {
version = "1.1.25-p1";