mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
categories: mark as broken cc #9471
(cherry picked from commit 4ed27ba319
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
86eaeb4c0a
commit
68a8d66885
@ -19,5 +19,6 @@ agda.mkDerivation (self: rec {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
broken = true; # doesn't work due to new agdastdlib, see #9471
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user