Skip to content

Commit

Permalink
arion-compose: Enable without tests
Browse files Browse the repository at this point in the history
This adds me as a maintainer of arion-compose, which provides the
executable for the arion package (NixOS#71092).

Note that it has a different name because it was already taken on
Hackage before arion switched to Haskell.

(cherry picked from commit 3ca15e5)
  • Loading branch information
roberth authored and dtzWill committed Nov 21, 2019
1 parent 78066dc commit ec30994
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ with haskellLib;

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
# 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2587,6 +2587,8 @@ package-maintainers:
- shakespeare
abbradar:
- Agda
roberth:
- arion-compose

unsupported-platforms:
alsa-mixer: [ x86_64-darwin ]
Expand Down

0 comments on commit ec30994

Please sign in to comment.