removing superfluous lets
This commit is contained in:
parent
06ff4af597
commit
bf1a16bbea
@ -59,11 +59,6 @@ if disabled
|
|||||||
then throw "${name} not supported for interpreter ${python.executable}"
|
then throw "${name} not supported for interpreter ${python.executable}"
|
||||||
else
|
else
|
||||||
|
|
||||||
let
|
|
||||||
inherit (builtins) hasAttr;
|
|
||||||
inherit (lib) mapAttrs concatStringsSep optionals hasSuffix;
|
|
||||||
in
|
|
||||||
|
|
||||||
python.stdenv.mkDerivation (attrs // {
|
python.stdenv.mkDerivation (attrs // {
|
||||||
inherit doCheck;
|
inherit doCheck;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user