mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 17:13:21 +00:00
emacsPackages.hol_light_mode: Mark as broken
This commit is contained in:
parent
7580e58dde
commit
deda623918
|
@ -22,5 +22,8 @@ stdenv.mkDerivation rec {
|
|||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||
|
||||
# Fails trying to fetch dependencies in build
|
||||
# broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue