Unverified Commit 0a253c53 authored by Thomas Müller's avatar Thomas Müller
Browse files

tev: unbreak on darwin

parent e842ad73
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -86,6 +86,5 @@ stdenv.mkDerivation rec {
    license = lib.licenses.gpl3;
    maintainers = with lib.maintainers; [ tom94 ];
    platforms = lib.platforms.unix;
    broken = stdenv.hostPlatform.isDarwin; # needs apple frameworks + SDK fix? see #205247
  };
}