summaryrefslogtreecommitdiff
path: root/nix/notmuch-links.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/notmuch-links.nix')
-rw-r--r--nix/notmuch-links.nix4
1 files changed, 2 insertions, 2 deletions
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 @@
1{ stdenv 1{ stdenv
2, notmuch-tcp 2, notmuch-ssh
3, zsh, coreutils, gawk, gnused 3, zsh, coreutils, gawk, gnused
4}: 4}:
5 5
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
11 phases = [ "buildPhase" "installPhase" ]; 11 phases = [ "buildPhase" "installPhase" ];
12 12
13 inherit zsh coreutils gawk gnused; 13 inherit zsh coreutils gawk gnused;
14 notmuchtcp = notmuch-tcp; 14 notmuchssh = notmuch-ssh;
15 15
16 buildPhase = '' 16 buildPhase = ''
17 substituteAll $src notmuch-links 17 substituteAll $src notmuch-links