1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
, fetchurl
, zlib
, hdf5
, m4
, curl # for DAP
@ -16,7 +15,7 @@ in stdenv.mkDerivation rec {
sha256 = "06ds8zm4qvjlqvv4qb637cqr0xgvbhnghrddisad5vj81s5kvpmx";
};
buildInputs = [ hdf5 zlib m4 curl mpi];
buildInputs = [ hdf5 m4 curl mpi];
passthru = {
mpiSupport = mpiSupport;