rPackages.Rhdf5lib: remove hdf5_1_10 override

This commit is contained in:
Stephen Huan 2024-11-26 23:50:05 -08:00
parent aebb41980c
commit 51383099e7
No known key found for this signature in database
GPG Key ID: 0FBC2E3BA99DD60E

View File

@ -1809,7 +1809,7 @@ let
}); });
Rhdf5lib = let Rhdf5lib = let
hdf5 = pkgs.hdf5_1_10.overrideAttrs (attrs: {configureFlags = attrs.configureFlags ++ [ "--enable-cxx" ];}); hdf5 = pkgs.hdf5_1_10;
in old.Rhdf5lib.overrideAttrs (attrs: { in old.Rhdf5lib.overrideAttrs (attrs: {
propagatedBuildInputs = attrs.propagatedBuildInputs ++ [ hdf5.dev pkgs.libaec ]; propagatedBuildInputs = attrs.propagatedBuildInputs ++ [ hdf5.dev pkgs.libaec ];
patches = [ ./patches/Rhdf5lib.patch ]; patches = [ ./patches/Rhdf5lib.patch ];