mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
netcdf: remove zlib
since its propagated now by hdf5
This commit is contained in:
parent
46378eb128
commit
47e66f08e1
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue