Merge pull request #119335 from SuperSandro2000/remind

remind: remove not required assert
This commit is contained in:
Sandro 2021-04-13 18:57:43 +02:00 committed by GitHub
commit ef9eabf711
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 ];