File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
development/python-modules/mayavi Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 44 buildPythonPackage ,
55 envisage ,
66 fetchPypi ,
7- numpy ,
7+ numpy_1 ,
88 packaging ,
99 pyface ,
1010 pygments ,
1111 pyqt5 ,
1212 pythonOlder ,
1313 pythonAtLeast ,
14+ stdenv ,
1415 traitsui ,
1516 vtk ,
1617 wrapQtAppsHook ,
@@ -33,7 +34,7 @@ buildPythonPackage rec {
3334 propagatedBuildInputs = [
3435 apptools
3536 envisage
36- numpy
37+ numpy_1
3738 packaging
3839 pyface
3940 pygments
@@ -59,5 +60,8 @@ buildPythonPackage rec {
5960 license = licenses . bsdOriginal ;
6061 maintainers = with maintainers ; [ ] ;
6162 mainProgram = "mayavi2" ;
63+ # Fails during stripping with:
64+ # The file was not recognized as a valid object file
65+ broken = stdenv . hostPlatform . isDarwin ;
6266 } ;
6367}
Original file line number Diff line number Diff line change @@ -8070,7 +8070,9 @@ self: super: with self; {
80708070
80718071 mayavi = pkgs.libsForQt5.callPackage ../development/python-modules/mayavi {
80728072 inherit buildPythonPackage pythonOlder pythonAtLeast;
8073- inherit (self) pyface pygments numpy packaging vtk traitsui envisage apptools pyqt5;
8073+ # when next release contains numpy2 support unpin
8074+ # https://github.com/enthought/mayavi/pull/1315
8075+ inherit (self) pyface pygments numpy_1 packaging vtk traitsui envisage apptools pyqt5;
80748076 };
80758077
80768078 mayim = callPackage ../development/python-modules/mayim { };
You can’t perform that action at this time.
0 commit comments