elpa: mark broken

CC Maintainer @markuskowa
This commit is contained in:
superherointj 2024-06-25 09:04:50 -03:00
parent 35551ddea8
commit f832a634d4

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
};
}