Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

categories: mark as broken cc #9471

(cherry picked from commit 4ed27ba31905cb1e5a7081c9682df8cc7fb99444)
Signed-off-by: Domen Kožar <domen@dev.si>

+1
+1
pkgs/development/libraries/agda/categories/default.nix
··· 19 license = stdenv.lib.licenses.bsd3; 20 platforms = stdenv.lib.platforms.unix; 21 maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 22 }; 23 })
··· 19 license = stdenv.lib.licenses.bsd3; 20 platforms = stdenv.lib.platforms.unix; 21 maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 22 + broken = true; # doesn't work due to new agdastdlib, see #9471 23 }; 24 })