pythonPackages.pycparser: disable python 3.5
This commit is contained in:
parent
e09ad08442
commit
32582d2873
1 changed files with 3 additions and 0 deletions
|
@ -3797,6 +3797,9 @@ in modules // {
|
|||
sha256 = "7959b4a74abdc27b312fed1c21e6caf9309ce0b29ea86b591fd2e99ecdf27f73";
|
||||
};
|
||||
|
||||
# Unsupported
|
||||
disabled = isPy35;
|
||||
|
||||
meta = {
|
||||
description = "C parser in Python";
|
||||
homepage = https://github.com/eliben/pycparser;
|
||||
|
|
Loading…
Reference in a new issue