cython: set platforms

This commit is contained in:
Domen Kozar 2013-05-04 22:19:53 +02:00
parent c4edee4d39
commit b5241215b1

View File

@ -16,5 +16,6 @@ stdenv.mkDerivation {
meta = {
description = "An interpreter to help writing C extensions for Python";
platforms = stdenv.lib.platforms.all;
};
}