remind: remove not required assert

wip/yesman
Sandro 3 years ago committed by GitHub
parent e002b635cd
commit 98fdab6aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/tools/misc/remind/default.nix

@ -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…
Cancel
Save