Skip to content

Commit 869c856

Browse files
committed
gnumeric: unmark as broken on darwin
It works now! πŸŽ‰
1 parent 6b1bfa1 commit 869c856

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)