netcdf: remove zlib

since its propagated now by hdf5
This commit is contained in:
Frederik Rietdijk 2016-07-19 12:07:47 +02:00
parent 46378eb128
commit 47e66f08e1

View File

@ -1,6 +1,5 @@
{ stdenv { stdenv
, fetchurl , fetchurl
, zlib
, hdf5 , hdf5
, m4 , m4
, curl # for DAP , curl # for DAP
@ -16,7 +15,7 @@ in stdenv.mkDerivation rec {
sha256 = "06ds8zm4qvjlqvv4qb637cqr0xgvbhnghrddisad5vj81s5kvpmx"; sha256 = "06ds8zm4qvjlqvv4qb637cqr0xgvbhnghrddisad5vj81s5kvpmx";
}; };
buildInputs = [ hdf5 zlib m4 curl mpi]; buildInputs = [ hdf5 m4 curl mpi];
passthru = { passthru = {
mpiSupport = mpiSupport; mpiSupport = mpiSupport;