pythonPackages.funcparserlib: enable on Darwin and other unixes
Seemed to work fine on Darwin
This commit is contained in:
@@ -7204,7 +7204,7 @@ in {
|
|||||||
description = "Recursive descent parsing library based on functional combinators";
|
description = "Recursive descent parsing library based on functional combinators";
|
||||||
homepage = https://code.google.com/p/funcparserlib/;
|
homepage = https://code.google.com/p/funcparserlib/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user