pythonPackages.funcparserlib: enable on Darwin and other unixes
Seemed to work fine on Darwin
This commit is contained in:
parent
cdfa92184d
commit
a4f8b67783
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user