Merge pull request #193803 from superherointj/broken-adom

adom: mark broken
This commit is contained in:
superherointj 2022-10-04 12:46:06 -03:00 committed by GitHub
commit 2380304ae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
# Please, notify me (smironov) if you need the x86 version
platforms = ["x86_64-linux"];
broken = true; # at 2022-09-30, failed download.
};
}