Merge pull request #3310 from joelteon/master

Allow zsh on mac
This commit is contained in:
lethalman 2014-07-18 09:32:41 +02:00
commit 3086749f49

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