tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
tev: mark broken on darwin
Travis A. Everett
3 years ago
b5b79d6a
6b396c29
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
tev
default.nix
+1
pkgs/applications/graphics/tev/default.nix
reviewed
···
49
49
license = licenses.bsd3;
50
50
platforms = platforms.unix;
51
51
badPlatforms = [ "aarch64-linux" ]; # fails on Hydra since forever
52
52
+
broken = stdenv.isDarwin; # needs apple frameworks + SDK fix? see #205247
52
53
maintainers = with maintainers; [ ];
53
54
};
54
55
}