tev: unbreak on aarch64-linux
This commit is contained in:
parent
b9616e46df
commit
7ee078619a
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ stdenv.mkDerivation rec {
|
||||||
changelog = "https://github.com/Tom94/tev/releases/tag/v${version}";
|
changelog = "https://github.com/Tom94/tev/releases/tag/v${version}";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
badPlatforms = [ "aarch64-linux" ]; # fails on Hydra since forever
|
|
||||||
broken = stdenv.isDarwin; # needs apple frameworks + SDK fix? see #205247
|
broken = stdenv.isDarwin; # needs apple frameworks + SDK fix? see #205247
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue