pkgs/development/libraries: Add missing descriptions and homepages
This commit is contained in:
@@ -41,6 +41,7 @@ in stdenv.mkDerivation rec {
|
||||
++ (stdenv.lib.optionals mpiSupport [ "--enable-parallel-tests" "CC=${mpi}/bin/mpicc" ]);
|
||||
|
||||
meta = {
|
||||
description = "Libraries for the Unidata network Common Data Format";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
homepage = https://www.unidata.ucar.edu/software/netcdf/;
|
||||
license = {
|
||||
|
||||
Reference in New Issue
Block a user