haskellPackages.clay: Fix build and make maralorn maintainer

This commit is contained in:
maralorn 2023-01-29 22:12:44 +01:00
parent 3988efd73f
commit 3b23105b0b
4 changed files with 5 additions and 3 deletions

View File

@ -171,6 +171,9 @@ self: super: {
# Fails no apparent reason. Upstream has been notified by e-mail.
assertions = dontCheck super.assertions;
# 2023-01-29: Restrictive base bound already loosened on master but not released: https://github.com/sebastiaanvisser/clay/commit/4483bdf7a452903f177220958f1610030ab7f28a
clay = throwIfNot (super.clay.version == "0.14.0") "Remove clay jailbreak in configuration-common.nix when you see this eval error." (doJailbreak super.clay);
# These packages try to execute non-existent external programs.
cmaes = dontCheck super.cmaes; # http://hydra.cryp.to/build/498725/log/raw
dbmigrations = dontCheck super.dbmigrations;

View File

@ -704,7 +704,6 @@ broken-packages:
- classy-parallel
- classyplate
- ClassyPrelude
- clay
- clckwrks-plugin-bugs
- clckwrks-plugin-mailinglist
- clckwrks-theme-clckwrks

View File

@ -292,6 +292,7 @@ package-maintainers:
- sensei
maralorn:
- cabal-fmt
- clay
- ema
- emanote
- generic-optics

View File

@ -59982,8 +59982,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "CSS preprocessor as embedded Haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
maintainers = [ lib.maintainers.maralorn ];
}) {};
"clckwrks" = callPackage