avidemux: restrict platforms

This commit is contained in:
Nikolay Amiantov 2018-03-06 13:58:01 +03:00
parent 91a2ad21ad
commit 1f8d30f0bf

View file

@ -79,7 +79,8 @@ stdenv.mkDerivation rec {
homepage = http://fixounet.free.fr/avidemux/;
description = "Free video editor designed for simple video editing tasks";
maintainers = with maintainers; [ viric abbradar ma27 ];
platforms = platforms.linux;
# "CPU not supported" errors on AArch64
platforms = [ "i686-linux" "x86_64-linux" ];
license = licenses.gpl2;
};
}