rPackages.Rhdf5lib: remove hdf5_1_10 override
This commit is contained in:
parent
aebb41980c
commit
51383099e7
@ -1809,7 +1809,7 @@ 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: {
|
||||
propagatedBuildInputs = attrs.propagatedBuildInputs ++ [ hdf5.dev pkgs.libaec ];
|
||||
patches = [ ./patches/Rhdf5lib.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user