pythonPackages.funcparserlib: enable on Darwin and other unixes

Seemed to work fine on Darwin
This commit is contained in:
Dan Peebles 2017-03-09 15:11:05 -05:00
parent cdfa92184d
commit a4f8b67783

View File

@ -7204,7 +7204,7 @@ in {
description = "Recursive descent parsing library based on functional combinators";
homepage = https://code.google.com/p/funcparserlib/;
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
};
};