-
Notifications
You must be signed in to change notification settings - Fork 260
Open
Labels
bugSomething isn't workingSomething isn't working
Description
… in the left operand of the AND (&&) operator
at «github:input-output-hk/hackage.nix/084d4b4»/hackage/vault-0.3.1.6-r0-0d144222ff21c533208ec505f5fb7dbcfa434889594ec6e928736a42be6f940a.nix:32:48:
31| (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
32| ] ++ pkgs.lib.optional (compiler.isMhs && true) (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"));
| ^
33| buildable = true;
error: attribute 'isMhs' missing
at «github:input-output-hk/hackage.nix/084d4b4»/hackage/vault-0.3.1.6-r0-0d144222ff21c533208ec505f5fb7dbcfa434889594ec6e928736a42be6f940a.nix:32:33:
31| (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
32| ] ++ pkgs.lib.optional (compiler.isMhs && true) (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"));
| ^
33| buildable = true;
Did you mean one of isGhc, isJhc, isLhc, isNhc or isUhc?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working