diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 23:12:46 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 23:12:46 +0100 |
commit | 486fa069b37211c1124586490f596747600f698f (patch) | |
tree | f0aa4ae8a612e15ad7e6c6fdbb929a25172b1d19 /nix/notmuch-links.nix | |
parent | f826e189bc67955d0b7d6e1897c78a1e0d821bcb (diff) | |
download | utils-486fa069b37211c1124586490f596747600f698f.tar utils-486fa069b37211c1124586490f596747600f698f.tar.gz utils-486fa069b37211c1124586490f596747600f698f.tar.bz2 utils-486fa069b37211c1124586490f596747600f698f.tar.xz utils-486fa069b37211c1124586490f596747600f698f.zip |
...
Diffstat (limited to 'nix/notmuch-links.nix')
-rw-r--r-- | nix/notmuch-links.nix | 4 |
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 |