summary refs log tree commit diff
path: root/pkgs/development/libraries/netcdf
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2019-11-17 09:43:55 +0100
committerChristine Koppelt <cko@users.noreply.github.com>2019-11-17 09:43:55 +0100
commit3aa0d776a176365b63db4709ec639322aec68e85 (patch)
tree7f709cd69f84d5b8f964d95e7b4633dec7dac43c /pkgs/development/libraries/netcdf
parentc1966522d7d5fa54db068140d212cba18731dd98 (diff)
downloadnixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.gz
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.bz2
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.lz
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.xz
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.zst
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.zip
pkgs/development/libraries: Add missing descriptions and homepages
Diffstat (limited to 'pkgs/development/libraries/netcdf')
-rw-r--r--pkgs/development/libraries/netcdf/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/netcdf/default.nix b/pkgs/development/libraries/netcdf/default.nix
index 0c597fc4b33..af4f8a5d129 100644
--- a/pkgs/development/libraries/netcdf/default.nix
+++ b/pkgs/development/libraries/netcdf/default.nix
@@ -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 = {