arion-compose: Enable without tests
This adds me as a maintainer of arion-compose, which provides the executable for the arion package (#71092). Note that it has a different name because it was already taken on Hackage before arion switched to Haskell.
This commit is contained in:
parent
0ddcf74037
commit
3ca15e5fe1
2 changed files with 7 additions and 1 deletions
|
@ -15,6 +15,11 @@ with haskellLib;
|
||||||
|
|
||||||
self: super: {
|
self: super: {
|
||||||
|
|
||||||
|
# Arion's test suite needs a Nixpkgs, which is cumbersome to do from Nixpkgs
|
||||||
|
# itself. For instance, pkgs.path has dirty sources and puts a huge .git in the
|
||||||
|
# store. Testing is done upstream.
|
||||||
|
arion-compose = dontCheck super.arion-compose;
|
||||||
|
|
||||||
# This used to be a core package provided by GHC, but then the compiler
|
# This used to be a core package provided by GHC, but then the compiler
|
||||||
# dropped it. We define the name here to make sure that old packages which
|
# dropped it. We define the name here to make sure that old packages which
|
||||||
# depend on this library still evaluate (even though they won't compile
|
# depend on this library still evaluate (even though they won't compile
|
||||||
|
|
|
@ -2581,6 +2581,8 @@ package-maintainers:
|
||||||
- shakespeare
|
- shakespeare
|
||||||
abbradar:
|
abbradar:
|
||||||
- Agda
|
- Agda
|
||||||
|
roberth:
|
||||||
|
- arion-compose
|
||||||
|
|
||||||
unsupported-platforms:
|
unsupported-platforms:
|
||||||
alsa-mixer: [ x86_64-darwin ]
|
alsa-mixer: [ x86_64-darwin ]
|
||||||
|
@ -2969,7 +2971,6 @@ broken-packages:
|
||||||
- arguedit
|
- arguedit
|
||||||
- ariadne
|
- ariadne
|
||||||
- arion
|
- arion
|
||||||
- arion-compose
|
|
||||||
- arith-encode
|
- arith-encode
|
||||||
- armada
|
- armada
|
||||||
- armor
|
- armor
|
||||||
|
|
Loading…
Reference in a new issue