From 54a7458a16580cae7d17d6c0ca2050504e3b476f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 2 Jun 2018 18:05:34 +0200 Subject: ... --- custom/notify-users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/notify-users.nix b/custom/notify-users.nix index e68b0be2..82cbcc6c 100644 --- a/custom/notify-users.nix +++ b/custom/notify-users.nix @@ -20,7 +20,7 @@ let buildPhase = '' substituteAllInPlace notify-user.hs - ${ghcWithPackages (p: with p; [ Glob process libnotify getopt-simple containers ])}/bin/ghc -odir . -hidir . $src -o notify-${userName} + ${haskellPackages.ghcWithPackages (p: with p; [ Glob process libnotify getopt-simple containers ])}/bin/ghc -odir . -hidir . $src -o notify-${userName} ''; installPhase = '' -- cgit v1.2.3