forked from mirrors/nixpkgs
allow zsh on mac
This commit is contained in:
parent
2b2ba8bdf4
commit
3bc13f1c58
|
@ -70,6 +70,6 @@ EOF
|
|||
license = "MIT-like";
|
||||
homePage = "http://www.zsh.org/";
|
||||
maintainers = with stdenv.lib.maintainers; [ chaoflow ];
|
||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue