avidemux: mark as broken
https://github.com/NixOS/nixpkgs/issues/239424
This commit is contained in:
parent
5babd0d512
commit
d32ccddafd
@ -93,5 +93,13 @@ stdenv.mkDerivation rec {
|
||||
# "CPU not supported" errors on AArch64
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
license = licenses.gpl2;
|
||||
# Downstream we experience:
|
||||
#
|
||||
# https://github.com/NixOS/nixpkgs/issues/239424
|
||||
#
|
||||
# Upstream doesn't have a contact page / Bug tracker, so it's not easy to
|
||||
# notify them about it. Using firejail might help, as some commented
|
||||
# downstream.
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user