about summary refs log tree commit diff
path: root/nixpkgs
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-01-07 01:35:53 +0000
committerAlyssa Ross <hi@alyssa.is>2019-01-07 16:25:38 +0000
commit2bb1e7eb075f7f97e4b446536342627fdc382041 (patch)
tree1d64bdbc25bb72a4d1b5bd6ab4bfb06538ed4cb3 /nixpkgs
parent6d7a847fda6afeb8ebe870ded8d2da4010534925 (diff)
downloadnixlib-2bb1e7eb075f7f97e4b446536342627fdc382041.tar
nixlib-2bb1e7eb075f7f97e4b446536342627fdc382041.tar.gz
nixlib-2bb1e7eb075f7f97e4b446536342627fdc382041.tar.bz2
nixlib-2bb1e7eb075f7f97e4b446536342627fdc382041.tar.lz
nixlib-2bb1e7eb075f7f97e4b446536342627fdc382041.tar.xz
nixlib-2bb1e7eb075f7f97e4b446536342627fdc382041.tar.zst
nixlib-2bb1e7eb075f7f97e4b446536342627fdc382041.zip
lambda-mod-zsh-theme: remove unnecessary buildInput
At no point during the install process is ZSH used.
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix b/nixpkgs/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix
index c4d63bd27710..e167e5953e52 100644
--- a/nixpkgs/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix
+++ b/nixpkgs/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix
@@ -10,8 +10,6 @@ stdenv.mkDerivation {
     rev = "61c373c8aa5556d51522290b82ad44e7166bced1";
   };
 
-  buildInputs = [ zsh ];
-
   installPhase = ''
     chmod +x lambda-mod.zsh-theme # only executable scripts are found by `patchShebangs`
     patchShebangs .