lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

pythonPackages.h5netcdf: Fix test issues with h5py >= 3.0

+8
+8
pkgs/development/python-modules/h5netcdf/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 3 , fetchPypi 4 + , fetchpatch 4 5 , h5py 5 6 , pytestCheckHook 6 7 , netcdf4 ··· 15 16 inherit pname version; 16 17 sha256 = "09bbnpsvwksb07wijn7flyyza56h5b2g2cw0hb3slmwxz6cgcjmr"; 17 18 }; 19 + 20 + patches = [ 21 + (fetchpatch{ 22 + url = "https://patch-diff.githubusercontent.com/raw/h5netcdf/h5netcdf/pull/82.patch"; 23 + sha256 = "0x9bq9jl4kvw152adkpcyqslhpi7miv80hrnpl2w2y798mmbs0s4"; 24 + }) 25 + ]; 18 26 19 27 propagatedBuildInputs = [ 20 28 h5py