fontforge: default to python3

This commit is contained in:
Jan Tojnar 2019-12-14 18:08:14 +01:00
parent 0216e8bb9c
commit 5500ba64b7
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 1 additions and 0 deletions

View File

@ -3280,6 +3280,7 @@ in
fontforge = lowPrio (callPackage ../tools/misc/fontforge {
inherit (darwin.apple_sdk.frameworks) Carbon Cocoa;
python = python3;
});
fontforge-gtk = fontforge.override {
withSpiro = true;