Skip to content

Commit d458549

Browse files
authored
gnumeric: unmark as broken on darwin (#357140)
2 parents 57d376b + 869c856 commit d458549

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pkgs/by-name/gn/gnumeric/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

pkgs/tools/misc/diffoscope/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)