pythonPackages.gyp: disabled on Python 3.x

This commit is contained in:
Frederik Rietdijk 2016-10-17 14:05:42 +02:00
parent 6b05584176
commit 77fa967363

View File

@ -11928,6 +11928,8 @@ in {
../development/python-modules/gyp/no-darwin-cflags.patch
];
disabled = isPy3k;
meta = {
description = "A tool to generate native build files";
homepage = https://chromium.googlesource.com/external/gyp/+/master/README.md;