forked from mirrors/nixpkgs
zsh-syntax-highlighting: enable build for darwin
This commit is contained in:
parent
78b5ce35ce
commit
c55937fab4
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue