fontforge: default to python3
This commit is contained in:
parent
0216e8bb9c
commit
5500ba64b7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue