From f55aa62c7dd25d44b37985ef5f109eb8212f5ae7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 24 Nov 2019 20:14:07 +0100 Subject: fix paths --- nix/notmuch-tcp.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nix/notmuch-tcp.nix') 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 @@ { stdenv -, zsh, socat, nettools +, zsh, socat, nettools, coreutils }: stdenv.mkDerivation rec { @@ -9,7 +9,7 @@ stdenv.mkDerivation rec { phases = [ "buildPhase" "installPhase" ]; - inherit zsh socat nettools; + inherit zsh socat nettools coreutils; buildPhase = '' substituteAll $src notmuch-tcp -- cgit v1.2.3