mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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}"
|
||||
else
|
||||
|
||||
let
|
||||
inherit (builtins) hasAttr;
|
||||
inherit (lib) mapAttrs concatStringsSep optionals hasSuffix;
|
||||
in
|
||||
|
||||
python.stdenv.mkDerivation (attrs // {
|
||||
inherit doCheck;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user