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