From 36e48776cf12396ea66980ea10119926d81be141 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sun, 23 Jun 2019 21:27:44 +0200 Subject: [PATCH] Cover up the -compose part of the Haskell package --- nix/overlay.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/overlay.nix b/nix/overlay.nix index 3ddc2f6..0915ceb 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -16,6 +16,7 @@ in passthru = o.passthru // { inherit eval build; }; + pname = "arion"; # Cover up the needlessly long Haskell package name })); tests = super.callPackage ../tests {}; doc = super.callPackage ../doc {};