mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
fix typo in overrides: enableTk -> enableGtk3
This commit is contained in:
parent
cf1547ba2b
commit
390173bce2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue