octavePackages.level-set: Mark broken on Darwin

This commit is contained in:
OPNA2608 2021-12-26 23:40:50 +01:00
parent 26a59d4242
commit 183a8e9846

View file

@ -1,4 +1,5 @@
{ buildOctavePackage
, stdenv
, lib
, fetchgit
, automake
@ -50,5 +51,7 @@ buildOctavePackage rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ KarlJoad ];
description = "Routines for calculating the time-evolution of the level-set equation and extracting geometric information from the level-set function";
# /build/level-set-2019-04-13.tar.gz: Cannot open: No such file or directory
broken = stdenv.isDarwin;
};
}