File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ in stdenv.mkDerivation rec {
3838 license = lib . licenses . gpl2Plus ;
3939 homepage = "http://projects.gnome.org/gnumeric/" ;
4040 platforms = platforms . unix ;
41- broken = with stdenv ; isDarwin && isAarch64 ;
4241 maintainers = [ maintainers . vcunat ] ;
4342 } ;
4443}
Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ python.pkgs.buildPythonApplication rec {
215215 ghc
216216 ghostscriptX
217217 giflib
218+ gnumeric
218219 gnupg
219220 hdf5
220221 imagemagick
@@ -246,8 +247,6 @@ python.pkgs.buildPythonApplication rec {
246247 ] )
247248 # oggvideotools is broken on Darwin, please put it back when it will be fixed?
248249 ++ lib . optionals stdenv . hostPlatform . isLinux [ oggvideotools ]
249- # This doesn't work on aarch64-darwin
250- ++ lib . optionals ( stdenv . hostPlatform . system != "aarch64-darwin" ) [ gnumeric ]
251250 )
252251 ) ;
253252
You can’t perform that action at this time.
0 commit comments