Merge pull request #19259 from periklis/topic_zsh-syntax-highlighting

zsh-syntax-highlighting: enable build for darwin
This commit is contained in:
Jörg Thalheim 2016-10-06 09:58:02 +02:00 committed by GitHub
commit 2d84b44918

View File

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