pythonPackages.webcolors: enable on Darwin and other unixes

Seemed to work fine on Darwin
This commit is contained in:
Dan Peebles
2017-03-09 15:12:33 -05:00
parent a4f8b67783
commit 0b0b3b8021
+1 -1
View File
@@ -26886,7 +26886,7 @@ EOF
description = "Library for working with color names/values defined by the HTML and CSS specifications";
homepage = https://bitbucket.org/ubernostrum/webcolors/overview/;
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.unix;
};
};