mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python3Packages.fonttools: disable on py3k
This commit is contained in:
parent
a20e2d8f93
commit
9e8869102b
1 changed files with 1 additions and 0 deletions
|
@ -3865,6 +3865,7 @@ let
|
|||
fonttools = buildPythonPackage (rec {
|
||||
version = "2.4";
|
||||
name = "fonttools-${version}";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/F/FontTools/FontTools-${version}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue