haskellPackages.clay: Fix build and make maralorn maintainer
This commit is contained in:
@@ -171,6 +171,9 @@ self: super: {
|
|||||||
# Fails no apparent reason. Upstream has been notified by e-mail.
|
# Fails no apparent reason. Upstream has been notified by e-mail.
|
||||||
assertions = dontCheck super.assertions;
|
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.
|
# These packages try to execute non-existent external programs.
|
||||||
cmaes = dontCheck super.cmaes; # http://hydra.cryp.to/build/498725/log/raw
|
cmaes = dontCheck super.cmaes; # http://hydra.cryp.to/build/498725/log/raw
|
||||||
dbmigrations = dontCheck super.dbmigrations;
|
dbmigrations = dontCheck super.dbmigrations;
|
||||||
|
|||||||
@@ -704,7 +704,6 @@ broken-packages:
|
|||||||
- classy-parallel
|
- classy-parallel
|
||||||
- classyplate
|
- classyplate
|
||||||
- ClassyPrelude
|
- ClassyPrelude
|
||||||
- clay
|
|
||||||
- clckwrks-plugin-bugs
|
- clckwrks-plugin-bugs
|
||||||
- clckwrks-plugin-mailinglist
|
- clckwrks-plugin-mailinglist
|
||||||
- clckwrks-theme-clckwrks
|
- clckwrks-theme-clckwrks
|
||||||
|
|||||||
@@ -292,6 +292,7 @@ package-maintainers:
|
|||||||
- sensei
|
- sensei
|
||||||
maralorn:
|
maralorn:
|
||||||
- cabal-fmt
|
- cabal-fmt
|
||||||
|
- clay
|
||||||
- ema
|
- ema
|
||||||
- emanote
|
- emanote
|
||||||
- generic-optics
|
- generic-optics
|
||||||
|
|||||||
@@ -59982,8 +59982,7 @@ self: {
|
|||||||
testToolDepends = [ hspec-discover ];
|
testToolDepends = [ hspec-discover ];
|
||||||
description = "CSS preprocessor as embedded Haskell";
|
description = "CSS preprocessor as embedded Haskell";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
maintainers = [ lib.maintainers.maralorn ];
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"clckwrks" = callPackage
|
"clckwrks" = callPackage
|
||||||
|
|||||||
Reference in New Issue
Block a user