removing superfluous lets

This commit is contained in:
Allen Nelson 2015-05-22 09:57:42 -05:00
parent 06ff4af597
commit bf1a16bbea

@ -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;