removing superfluous lets
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user