stdenv.lib -> lib

This commit is contained in:
2023-05-23 14:24:16 -04:00
parent 5c2be8a078
commit 016a641c38
19 changed files with 19 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DGKLIB_PATH=../headers" ];
makeFlags = [ "VERBOSE=1" ];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://glaros.dtc.umn.edu/gkhome/metis/parmetis";
description = "An MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs, meshes, and for computing fill-reducing orderings of sparse matrices.";
};