Merge pull request #119335 from SuperSandro2000/remind
remind: remove not required assert
This commit is contained in:
commit
ef9eabf711
@ -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