allow zsh on mac

This commit is contained in:
Joel Taylor 2014-07-17 15:38:19 -07:00
parent 2b2ba8bdf4
commit 3bc13f1c58

View file

@ -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;
};
}