remind: remove not required assert
This commit is contained in:
parent
e002b635cd
commit
98fdab6aee
@ -7,10 +7,6 @@
|
||||
, tkremind ? true
|
||||
}:
|
||||
|
||||
assert tkremind -> tk != null;
|
||||
assert tkremind -> tcllib != null;
|
||||
assert tkremind -> makeWrapper != null;
|
||||
|
||||
let
|
||||
inherit (lib) optional optionalString;
|
||||
tclLibraries = lib.optionals tkremind [ tcllib tk ];
|
||||
|
Loading…
Reference in New Issue
Block a user