cython: set platforms
This commit is contained in:
parent
c4edee4d39
commit
b5241215b1
|
@ -16,5 +16,6 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An interpreter to help writing C extensions for Python";
|
description = "An interpreter to help writing C extensions for Python";
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue