removing superfluous lets
This commit is contained in:
parent
06ff4af597
commit
bf1a16bbea
1 changed files with 0 additions and 5 deletions
|
@ -59,11 +59,6 @@ if disabled
|
|||
then throw "${name} not supported for interpreter ${python.executable}"
|
||||
else
|
||||
|
||||
let
|
||||
inherit (builtins) hasAttr;
|
||||
inherit (lib) mapAttrs concatStringsSep optionals hasSuffix;
|
||||
in
|
||||
|
||||
python.stdenv.mkDerivation (attrs // {
|
||||
inherit doCheck;
|
||||
|
||||
|
|
Loading…
Reference in a new issue