7 stdenvNoCC.mkDerivation rec {
8 pname = "agkozak-zsh-prompt";
11 src = fetchFromGitHub {
13 repo = "agkozak-zsh-prompt";
15 sha256 = "sha256-FC9LIZaS6fV20qq6cJC/xQvfsM3DHXatVleH7yBgoNg=";
23 plugindir="$out/share/zsh/site-functions"
26 cp -r -- lib/*.zsh agkozak-zsh-prompt.plugin.zsh prompt_agkozak-zsh-prompt_setup "$plugindir"/
30 description = "Fast, asynchronous Zsh prompt";
31 homepage = "https://github.com/agkozak/agkozak-zsh-prompt";
32 license = licenses.mit;
33 platforms = platforms.all;
34 maintainers = with maintainers; [ ambroisie ];