fix typo in overrides: enableTk -> enableGtk3

This commit is contained in:
Valentin Boettcher 2022-01-14 19:26:31 +01:00 committed by GitHub
parent cf1547ba2b
commit 390173bce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -834,7 +834,7 @@ self: super:
old:
let
enableGhostscript = old.passthru.enableGhostscript or false;
enableGtk3 = old.passthru.enableTk or false;
enableGtk3 = old.passthru.enableGtk3 or false;
enableQt = old.passthru.enableQt or false;
enableTk = old.passthru.enableTk or false;