sasview: fix build

This commit is contained in:
Weijia Wang 2023-04-02 15:00:07 +03:00
parent 6ca1fd3038
commit 4213fc7cde

View file

@ -25,6 +25,12 @@ python3.pkgs.buildPythonApplication rec {
})
];
# AttributeError: module 'numpy' has no attribute 'float'.
postPatch = ''
substituteInPlace src/sas/sascalc/pr/p_invertor.py \
--replace "dtype=np.float)" "dtype=float)"
'';
nativeBuildInputs = [
python3.pkgs.pyqt5
wrapQtAppsHook