pythonPackages.cached-property: works on Darwin

This commit is contained in:
Dan Peebles 2016-11-01 10:13:33 -04:00
parent 5b5a0c276e
commit 3f61621354

View file

@ -2199,7 +2199,7 @@ in {
description = "A decorator for caching properties in classes";
homepage = https://github.com/pydanny/cached-property;
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ ericsagnes ];
};
};