summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:05:34 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:05:34 +0200
commit54a7458a16580cae7d17d6c0ca2050504e3b476f (patch)
tree61900f8937782d9a12bbd7ad5fce446287a61185
parent00dc47c6642d9a18d4c00c2693379907102eb243 (diff)
downloadnixos-54a7458a16580cae7d17d6c0ca2050504e3b476f.tar
nixos-54a7458a16580cae7d17d6c0ca2050504e3b476f.tar.gz
nixos-54a7458a16580cae7d17d6c0ca2050504e3b476f.tar.bz2
nixos-54a7458a16580cae7d17d6c0ca2050504e3b476f.tar.xz
nixos-54a7458a16580cae7d17d6c0ca2050504e3b476f.zip
...
-rw-r--r--custom/notify-users.nix2
1 files changed, 1 insertions, 1 deletions
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
20 20
21 buildPhase = '' 21 buildPhase = ''
22 substituteAllInPlace notify-user.hs 22 substituteAllInPlace notify-user.hs
23 ${ghcWithPackages (p: with p; [ Glob process libnotify getopt-simple containers ])}/bin/ghc -odir . -hidir . $src -o notify-${userName} 23 ${haskellPackages.ghcWithPackages (p: with p; [ Glob process libnotify getopt-simple containers ])}/bin/ghc -odir . -hidir . $src -o notify-${userName}
24 ''; 24 '';
25 25
26 installPhase = '' 26 installPhase = ''