zsh-syntax-highlighting: enable build for darwin

This commit is contained in:
Periklis Tsirakidis 2016-10-05 16:43:53 +02:00
parent 78b5ce35ce
commit c55937fab4

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "Fish shell like syntax highlighting for Zsh";
homepage = "https://github.com/zsh-users/zsh-syntax-highlighting";
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = [ maintainers.loskutov ];
};
}