Merge pull request #322394 from superherointj/elpa-mark-broken

elpa: mark broken
This commit is contained in:
❄️ 2024-06-25 10:54:54 -03:00 committed by GitHub
commit 55a2319c99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,5 +101,7 @@ stdenv.mkDerivation rec {
license = licenses.lgpl3Only;
platforms = platforms.linux;
maintainers = [ maintainers.markuskowa ];
broken = true; # At 2024-06-25. 49 unit tests fail.
# https://hydra.nixos.org/build/263906391/nixlog/1
};
}