tev: unbreak on aarch64-linux

This commit is contained in:
Weijia Wang 2023-03-13 12:16:26 +02:00
parent b9616e46df
commit 7ee078619a

View File

@ -48,7 +48,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/Tom94/tev/releases/tag/v${version}";
license = licenses.bsd3;
platforms = platforms.unix;
badPlatforms = [ "aarch64-linux" ]; # fails on Hydra since forever
broken = stdenv.isDarwin; # needs apple frameworks + SDK fix? see #205247
maintainers = with maintainers; [ ];
};