From 1c313303fcd65bf0de295d6c44fdb927f79ac2f7 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 10 Feb 2020 15:19:25 +0100 Subject: pkgs/profpatsch: Fix eval error for dhall-flycheck The haskellPackages attribute is actually part of the package scope inside pkgs.profpatsch and thus the evaluation fails with the following error: attribute 'vuizvui' missing, at .../pkgs/profpatsch/default.nix:176:20 Referencing the attribute directly from within the recursive attribute set fixes the evaluation error and building dhall-flycheck also succeeds. Signed-off-by: aszlig Cc: @Profpatsch --- pkgs/profpatsch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix index 48bf3cd5..1bc29d57 100644 --- a/pkgs/profpatsch/default.nix +++ b/pkgs/profpatsch/default.nix @@ -173,7 +173,7 @@ in rec { dhall = easy-dhall-nix.dhall-simple; dhall-nix = easy-dhall-nix.dhall-nix-simple; - dhall-flycheck = pkgs.vuizvui.profpatsch.haskellPackages.callPackage + dhall-flycheck = haskellPackages.callPackage (import "${pkgs.fetchFromGitHub { owner = "Profpatsch"; repo = "dhall-flycheck"; -- cgit 1.4.1