haskellPackages.arch-web: unbreak

This commit is contained in:
Potato Hatsue 2021-06-02 11:28:42 +08:00
parent e342bd5987
commit 471399b772
No known key found for this signature in database
GPG key ID: C4F93F1ED397E8CF
3 changed files with 2 additions and 1 deletions

View file

@ -171,7 +171,6 @@ broken-packages:
- archiver
- archlinux
- archnews
- arch-web
- arena
- argon2
- argparser

View file

@ -125,6 +125,7 @@ package-maintainers:
- Agda
berberman:
- nvfetcher
- arch-web
bdesham:
- pinboard-notes-backup
cdepillabout:

View file

@ -196,6 +196,7 @@ self: super: builtins.intersectAttrs super {
tcp-streams = dontCheck super.tcp-streams;
holy-project = dontCheck super.holy-project;
mustache = dontCheck super.mustache;
arch-web = dontCheck super.arch-web;
# Tries to mess with extended POSIX attributes, but can't in our chroot environment.
xattr = dontCheck super.xattr;