live555: broken on aarch64

This commit is contained in:
c0bw3b
2018-11-18 17:50:27 +01:00
parent fb81d629ac
commit 525e397f64
2 changed files with 5 additions and 3 deletions
@@ -54,5 +54,6 @@ stdenv.mkDerivation rec {
homepage = http://www.live555.com/liveMedia/;
license = licenses.lgpl21Plus;
platforms = platforms.unix;
broken = stdenv.hostPlatform.isAarch64;
};
}