From 486fa069b37211c1124586490f596747600f698f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 8 Mar 2020 23:12:46 +0100 Subject: ... --- nix/notmuch-links.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nix/notmuch-links.nix') diff --git a/nix/notmuch-links.nix b/nix/notmuch-links.nix index 67ebe3b..0041c11 100644 --- a/nix/notmuch-links.nix +++ b/nix/notmuch-links.nix @@ -1,5 +1,5 @@ { stdenv -, notmuch-tcp +, notmuch-ssh , zsh, coreutils, gawk, gnused }: @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { phases = [ "buildPhase" "installPhase" ]; inherit zsh coreutils gawk gnused; - notmuchtcp = notmuch-tcp; + notmuchssh = notmuch-ssh; buildPhase = '' substituteAll $src notmuch-links -- cgit v1.2.3