cedille: mark broken

This commit is contained in:
(cdep)illabout 2021-07-17 11:10:26 +09:00
parent f3d08d4b91
commit ff0c051daf
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4

View File

@ -52,5 +52,9 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ marsam mpickering ];
platforms = platforms.unix;
# Broken due to Agda update. See
# https://github.com/NixOS/nixpkgs/pull/129606#issuecomment-881107449.
broken = true;
};
}