remind: remove not required assert

This commit is contained in:
Sandro 2021-04-13 15:49:33 +02:00 committed by GitHub
parent e002b635cd
commit 98fdab6aee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];