diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/notmuch-tcp.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/notmuch-tcp.nix b/nix/notmuch-tcp.nix index 438a086..59d2e39 100644 --- a/nix/notmuch-tcp.nix +++ b/nix/notmuch-tcp.nix | |||
@@ -1,5 +1,5 @@ | |||
1 | { stdenv | 1 | { stdenv |
2 | , zsh, socat, nettools | 2 | , zsh, socat, nettools, coreutils |
3 | }: | 3 | }: |
4 | 4 | ||
5 | stdenv.mkDerivation rec { | 5 | stdenv.mkDerivation rec { |
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec { | |||
9 | 9 | ||
10 | phases = [ "buildPhase" "installPhase" ]; | 10 | phases = [ "buildPhase" "installPhase" ]; |
11 | 11 | ||
12 | inherit zsh socat nettools; | 12 | inherit zsh socat nettools coreutils; |
13 | 13 | ||
14 | buildPhase = '' | 14 | buildPhase = '' |
15 | substituteAll $src notmuch-tcp | 15 | substituteAll $src notmuch-tcp |